Skip to content

Commit

Permalink
Merge branch 'release/2.5.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
BracketSpaceWorker committed Jun 10, 2024
2 parents 64b7f10 + cb035a2 commit 90f1086
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ jobs:
composer-options: "--no-dev"
- name: Create .distignore file
run: cp .build-excludes .distignore
- name: Remove obsolete files
run: rm -rf .build-excludes .gitignore
- name: Deploy to WordPress repository
uses: 10up/[email protected]
env:
Expand Down
4 changes: 2 additions & 2 deletions advanced-cron-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Advanced Cron Manager
* Description: View, pause, remove, edit and add WP Cron events.
* Version: 2.5.8
* Version: 2.5.9
* Author: BracketSpace
* Author URI: https://bracketspace.com
* License: GPL3
Expand All @@ -11,7 +11,7 @@
* @package advanced-cron-manager
*/

$plugin_version = '2.5.8';
$plugin_version = '2.5.9';
$plugin_file = __FILE__;

/**
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: cron, wpcron, tool, manager, crontrol
Requires at least: 3.6
Requires PHP: 5.3
Tested up to: 6.5
Stable tag: 2.5.8
Stable tag: 2.5.9
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -101,6 +101,9 @@ Yes! We're offering a [custom plugin development](https://bracketspace.com/custo

== Changelog ==

= 2.5.9 =
* [Fixed] Missing plugin assets in package.

= 2.5.8 =
* [Fixed] Undefined variable typo.

Expand Down

0 comments on commit 90f1086

Please sign in to comment.