Skip to content

Commit

Permalink
Ready to release 2.1.1 on wp.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed Nov 18, 2024
1 parent 11c08c1 commit 13a09fe
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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@v1
uses: softprops/action-gh-release@master
if: ${{startsWith(github.ref, 'refs/tags/') }}
with:
files: ${{ steps.wordpress_plugin_deploy.outputs.zip_file }}
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.1.0' );
define( 'POKM_VERSION', '2.1.1' );
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.1.0
* Version: 2.1.1
* 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.1.0
Stable tag: 2.1.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 13a09fe

Please sign in to comment.