Skip to content

Commit

Permalink
Adds version to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed Dec 11, 2024
1 parent b7cce61 commit 3dd45f7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );

2 changes: 1 addition & 1 deletion keys-master.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3dd45f7

Please sign in to comment.