From 13a09fe74820585b57c69f0828a3acfc582cd71e Mon Sep 17 00:00:00 2001 From: Pierre Lannoy Date: Mon, 18 Nov 2024 13:40:53 +0100 Subject: [PATCH] Ready to release 2.1.1 on wp.org --- .github/workflows/new-release.yml | 2 +- CHANGELOG.md | 7 ++++++- init.php | 2 +- keys-master.php | 2 +- readme.txt | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index 73e53bf..2f36203 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -20,7 +20,7 @@ jobs: SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} SVN_USERNAME: ${{ secrets.SVN_USERNAME }} - name: Adding plugin zip to release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@master if: ${{startsWith(github.ref, 'refs/tags/') }} with: files: ${{ steps.wordpress_plugin_deploy.outputs.zip_file }} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4560ff6..66da6e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,12 @@ All notable changes to **Keys Master** are documented in this *changelog*. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **Keys Master** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.1.0] - Not Yet Released +## [2.1.1] - 2024-11-18 + +### Fixed +- Plugin is not downloadable from wp.org. + +## [2.1.0] - 2024-11-18 ### Added - Compatibility with WordPress 6.6 & 6.7. diff --git a/init.php b/init.php index 42d1650..790a05b 100644 --- a/init.php +++ b/init.php @@ -12,7 +12,7 @@ define( 'POKM_PRODUCT_SHORTNAME', 'keys-master' ); define( 'POKM_PRODUCT_ABBREVIATION', 'keysmaster' ); define( 'POKM_SLUG', 'keys-master' ); -define( 'POKM_VERSION', '2.1.0' ); +define( 'POKM_VERSION', '2.1.1' ); define( 'POKM_CODENAME', '"-"' ); define( 'POKM_CDN_AVAILABLE', true ); diff --git a/keys-master.php b/keys-master.php index bfa4118..9fbc455 100644 --- a/keys-master.php +++ b/keys-master.php @@ -10,7 +10,7 @@ * Plugin Name: Keys Master * Plugin URI: https://perfops.one/keys-master * Description: Powerful application passwords manager for WordPress with role-based usage control and full analytics reporting capabilities. - * Version: 2.1.0 + * Version: 2.1.1 * Requires at least: 6.2 * Requires PHP: 8.1 * Author: Pierre Lannoy / PerfOps One diff --git a/readme.txt b/readme.txt index 1fd00b4..080128d 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: application password, authentication, rest-api, security, xml-rpc Requires at least: 6.2 Requires PHP: 8.1 Tested up to: 6.7 -Stable tag: 2.1.0 +Stable tag: 2.1.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html