Skip to content

Commit

Permalink
Remove text from i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
garridinsi committed Apr 6, 2024
1 parent 8922f91 commit a717397
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion carbonbadge-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Plugin Name: Carbonbadge Block
* Description: The Website Carbon widget Gutenberg block, made with the Interactivity API.
* Version: 1.2.2
* Version: 1.2.3
* Requires at least: 6.5
* Requires PHP: 7.0
* Author: garridinsi
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbonbadge-block",
"version": "1.2.2",
"version": "1.2.3",
"description": "An interactive block with the Interactivity API",
"author": "The WordPress Contributors",
"license": "GPL-3.0-or-later",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: block
Donate link: https://buymeacoffee.com/garridinsi
Requires at least: 6.5
Tested up to: 6.5
Stable tag: 1.2.2
Stable tag: 1.2.3
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -34,6 +34,9 @@ You can find the code of this plugin on [GitHub](https://github.com/garridinsi/c
3. Place the block on any Gutenberg post or page.

== Changelog ==
= 1.2.3 =
* Remove Website Carbon text from i18n

= 1.2.2 =
* Fix a error with an action on the view

Expand Down
2 changes: 1 addition & 1 deletion src/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "carbonbadge-block/carbonbadge-block",
"version": "1.2.2",
"version": "1.2.3",
"title": "Carbonbadge",
"category": "widgets",
"description": "Block to display your website's carbon footprint using the Carbonbadge API.",
Expand Down
1 change: 0 additions & 1 deletion src/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
"measuringCO2" => __("Measuring CO₂", "carbonbadge-block"),
"noResult" => __("No Result", "carbonbadge-block"),
"gOfCO2PerView" => __("%sg of CO₂/view", "carbonbadge-block"),
"websiteCarbon" => __("Website Carbon", "carbonbadge-block"),
"cleanerThan" => __("Cleaner than %s% of pages tested", "carbonbadge-block")
)
)
Expand Down

0 comments on commit a717397

Please sign in to comment.