Version Description
- Fix: Fixed the WP Cron jobs issue.
Download this release
Release Info
Developer | svovaf |
Plugin | Ocean Extra |
Version | 1.5.15 |
Comparing to | |
See all releases |
Code changes from version 1.5.14 to 1.5.15
- includes/client-migration/edd.php +0 -4
- ocean-extra.php +1 -1
- readme.txt +4 -1
includes/client-migration/edd.php
CHANGED
@@ -10,10 +10,6 @@
|
|
10 |
exit;
|
11 |
}
|
12 |
|
13 |
-
if ( defined( 'DOING_CRON' ) ) {
|
14 |
-
return;
|
15 |
-
}
|
16 |
-
|
17 |
if ( ! class_exists( 'FS_Client_License_Abstract_v2' ) ) {
|
18 |
require_once dirname( __FILE__ ) . '/class-fs-client-license-abstract.php';
|
19 |
}
|
10 |
exit;
|
11 |
}
|
12 |
|
|
|
|
|
|
|
|
|
13 |
if ( ! class_exists( 'FS_Client_License_Abstract_v2' ) ) {
|
14 |
require_once dirname( __FILE__ ) . '/class-fs-client-license-abstract.php';
|
15 |
}
|
ocean-extra.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Ocean Extra
|
4 |
* Plugin URI: https://oceanwp.org/extension/ocean-extra/
|
5 |
* Description: Add extra features like widgets, metaboxes, import/export and a panel to activate the premium extensions.
|
6 |
-
* Version: 1.5.
|
7 |
* Author: OceanWP
|
8 |
* Author URI: https://oceanwp.org/
|
9 |
* Requires at least: 4.5.0
|
3 |
* Plugin Name: Ocean Extra
|
4 |
* Plugin URI: https://oceanwp.org/extension/ocean-extra/
|
5 |
* Description: Add extra features like widgets, metaboxes, import/export and a panel to activate the premium extensions.
|
6 |
+
* Version: 1.5.15
|
7 |
* Author: OceanWP
|
8 |
* Author URI: https://oceanwp.org/
|
9 |
* Requires at least: 4.5.0
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: oceanwp
|
|
3 |
Tags: widgets, meta box, metaboxes, metabox, oceanwp
|
4 |
Requires at least: 4.6
|
5 |
Tested up to: 5.2
|
6 |
-
Stable tag: 1.5.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -32,6 +32,9 @@ This plugin will only work with the [OceanWP](https://oceanwp.org/) theme.
|
|
32 |
|
33 |
== Changelog ==
|
34 |
|
|
|
|
|
|
|
35 |
= 1.5.14 =
|
36 |
- Update: Added special logging and troubleshooting for the migration logic.
|
37 |
|
3 |
Tags: widgets, meta box, metaboxes, metabox, oceanwp
|
4 |
Requires at least: 4.6
|
5 |
Tested up to: 5.2
|
6 |
+
Stable tag: 1.5.15
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
32 |
|
33 |
== Changelog ==
|
34 |
|
35 |
+
= 1.5.15 =
|
36 |
+
- Fix: Fixed the WP Cron jobs issue.
|
37 |
+
|
38 |
= 1.5.14 =
|
39 |
- Update: Added special logging and troubleshooting for the migration logic.
|
40 |
|