diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index 2f36203..cbaf998 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@master + uses: softprops/action-gh-release@v2.1.0 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 721580d..0f923fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ 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.2.3] - 2024-12-11 + +### Fixed +- The Github workflow calls wrong item version. + ## [2.2.2] - 2024-12-11 ### Fixed diff --git a/init.php b/init.php index f76b2f4..8d3a9a2 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.2.2' ); +define( 'POKM_VERSION', '2.2.3' ); define( 'POKM_CODENAME', '"-"' ); define( 'POKM_CDN_AVAILABLE', true ); diff --git a/keys-master.php b/keys-master.php index caca5d0..ea27528 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.2.2 + * Version: 2.2.3 * Requires at least: 6.2 * Requires PHP: 8.1 * Author: Pierre Lannoy / PerfOps One diff --git a/readme.txt b/readme.txt index 80933f9..07b1f60 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.2.2 +Stable tag: 2.2.3 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html