diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index edf2796..a879d2f 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -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/action-wordpress-plugin-deploy@2.2.2 env: diff --git a/advanced-cron-manager.php b/advanced-cron-manager.php index ddc85b7..ecd8c22 100644 --- a/advanced-cron-manager.php +++ b/advanced-cron-manager.php @@ -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 @@ -11,7 +11,7 @@ * @package advanced-cron-manager */ -$plugin_version = '2.5.8'; +$plugin_version = '2.5.9'; $plugin_file = __FILE__; /** diff --git a/readme.txt b/readme.txt index 70c3ef3..20758ba 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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.