Skip to content

Commit

Permalink
updates to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwolfpaw committed Sep 30, 2024
1 parent d90cd14 commit c83f697
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions github-repo-card-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: GitHub Repo Card Block
* Description: A block to display a GitHub repository's information, including contributors, stars, forks, and more.
* Version: 1.1.0
* Version: 1.2.0
* Author: FixUpFox
* Text Domain: ghrc
*/
Expand All @@ -12,7 +12,7 @@
}

// Define plugin version
define( 'GHRC_PLUGIN_VERSION', '1.1.0' );
define( 'GHRC_PLUGIN_VERSION', '1.2.0' );

/**
* Registers the GitHub Repo Card Block and enqueues the necessary editor script.
Expand Down
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| **Requires at least** | 5.0 |
| **Tested up to** | 6.6 |
| **Requires PHP** | 7.0 |
| **Stable tag** | 1.1.0 |
| **Stable tag** | 1.2.0 |
| **License** | GPLv3 or later |
| **License URI** | [http://www.gnu.org/licenses/gpl-3.0.html](http://www.gnu.org/licenses/gpl-3.0.html) |

Expand Down Expand Up @@ -57,6 +57,12 @@ The block is designed to work with public GitHub repositories. Ensure the reposi

## Changelog

### 1.2.0
* Fixes trailing slash issue on repo URL
* defines a constant for versioning
* Removes deprecated block script handling
* Adds toggles for repo stat display

### 1.1.0
* Adds a transient of repo data to avoid repeated API calls

Expand Down

0 comments on commit c83f697

Please sign in to comment.