Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
garridinsi committed Apr 5, 2024
1 parent 586ec46 commit aa94b91
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion carbonbadge-block.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php

/**
* Plugin Name: Carbonbadge Block
* Description: The Website Carbon widget Gutenberg block, made with the Interactivity API.
* Version: 1.1.0
* Version: 1.2.0
* 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.1.0",
"version": "1.2.0",
"description": "An interactive block with the Interactivity API",
"author": "The WordPress Contributors",
"license": "GPL-3.0-or-later",
Expand Down
9 changes: 8 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.1.0
Stable tag: 1.2.0
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -34,6 +34,13 @@ 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.0 =
* Add an option to hide the badge link
* Add an option to choose the tested page link
* Now the Website Carbon link points to the results of the tested page
* Improve code documentation
* Improve code structure and readability

= 1.1.0 =
* Improve localization
* Improve code documentation
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.1.0",
"version": "1.2.0",
"title": "Carbonbadge",
"category": "widgets",
"description": "Block to display your website's carbon footprint using the Carbonbadge API.",
Expand Down

0 comments on commit aa94b91

Please sign in to comment.