Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmikita committed Aug 30, 2018
1 parent b0f6e6c commit fd48e5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions advanced-cron-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
/**
* Plugin Name: Advanced Cron Manager
* Description: View, pause, remove, edit and add WP Cron events.
* Version: 2.3.3
* Version: 2.3.4
* Author: BracketSpace
* Author URI: https://bracketspace.com
* License: GPL3
* Text Domain: advanced-cron-manager
*/

$plugin_version = '2.3.3';
$plugin_version = '2.3.4';
$plugin_file = __FILE__;

/**
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/underDEV/
Tags: cron, wp cron, cron jobs, manager, cron manager, crontrol
Requires at least: 3.6
Tested up to: 4.9.6
Stable tag: 2.3.3
Stable tag: 2.3.4
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -90,7 +90,7 @@ Yes, but WP-Cron Control is quite old and it's tactics is not needed anymore. Ad

== Changelog ==

= [Next]
= 2.3.4
* [Fixed] wp-hooks script handle, causing the page to not load plugin's JavaScript

= 2.3.3
Expand Down

0 comments on commit fd48e5e

Please sign in to comment.