Skip to content

Commit

Permalink
Merge branch 'release/4.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Jan 12, 2024
2 parents 052d6dc + 6ec820d commit 7874ddb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for carbon-tracker

## 4.0.3 - 2024-01-12
### Fixed
- Fix typo in sidebar template

## 4.0.2 - 2024-01-05
### Fixed
- Only run our job for enabled entries, because we need to be able to crawl them.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "statikbe/craft-carbon-tracker",
"description": "Carbon tracker aims to raise awareness of the carbon emissions created by webpages, by displaying these insights along side the content in Craft's control panel.",
"type": "craft-plugin",
"version": "4.0.2",
"version": "4.0.3",
"license": "mit",
"support": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/_cp/_sidebar/_stats.twig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<label>{{ "Cleaner than"|t('carbon-tracker') }}</label>
</div>
<div class="input ltr">
{{ stats.cleanerThan * 100 }}% {{ "of websites measure"|t('carbon-tracker') }}
{{ stats.cleanerThan * 100 }}% {{ "of websites measured"|t('carbon-tracker') }}
</div>
</div>
<div class="field">
Expand Down

0 comments on commit 7874ddb

Please sign in to comment.