Version Description
- Fixed: Small issue on the Scripts & Styles page.
Download this release
Release Info
Developer | oceanwp |
Plugin | Ocean Extra |
Version | 1.3.10 |
Comparing to | |
See all releases |
Code changes from version 1.3.9 to 1.3.10
- includes/panel/notice.php +2 -6
- ocean-extra.php +2 -2
- readme.txt +5 -2
includes/panel/notice.php
CHANGED
@@ -47,12 +47,8 @@ if ( ! class_exists( 'Ocean_Extra_Admin_Notice' ) ) {
|
|
47 |
<div class="notice-inner">
|
48 |
<span class="dashicons dashicons-heart"></span>
|
49 |
<div class="notice-content">
|
50 |
-
<p><?php
|
51 |
-
|
52 |
-
__( 'Thank you for using OceanWP, as a gesture of our appreciation, we’d like to give you the premium <a href="%1$s" target="_blank">Ocean Hooks</a> extension for free! Simply click the button below and complete the fields:', 'ocean-extra' ),
|
53 |
-
esc_url( 'https://oceanwp.org/extension/ocean-hooks/' )
|
54 |
-
); ?></p>
|
55 |
-
<p><a href="https://oceanwp.org/checkout/?edd_action=add_to_cart&download_id=1946&discount=GETMYADDON" class="btn button-primary" target="_blank"><?php _e( 'Get My Addon', 'ocean-extra' ); ?></a><a href="<?php echo $no_thanks; ?>" class="btn button-secondary"><?php _e( 'No thanks', 'ocean-extra' ); ?></a></p>
|
56 |
</div>
|
57 |
<a href="<?php echo $dismiss; ?>" class="dismiss"><span class="dashicons dashicons-dismiss"></span></a>
|
58 |
</div>
|
47 |
<div class="notice-inner">
|
48 |
<span class="dashicons dashicons-heart"></span>
|
49 |
<div class="notice-content">
|
50 |
+
<p><?php esc_html_e( 'Thank you for using OceanWP, as a gesture of our appreciation, we’d like to give you a chance to get a free license for the unlimited plan of the Core Extensions Bundle! Simply click the button below and fill the form:', 'ocean-extra' ); ?></p>
|
51 |
+
<p><a href="https://oceanwp.org/bundle-contest/" class="btn button-primary" target="_blank"><?php _e( 'I want to participate', 'ocean-extra' ); ?></a><a href="<?php echo $no_thanks; ?>" class="btn button-secondary"><?php _e( 'No thanks', 'ocean-extra' ); ?></a></p>
|
|
|
|
|
|
|
|
|
52 |
</div>
|
53 |
<a href="<?php echo $dismiss; ?>" class="dismiss"><span class="dashicons dashicons-dismiss"></span></a>
|
54 |
</div>
|
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.3.
|
7 |
* Author: OceanWP
|
8 |
* Author URI: https://oceanwp.org/
|
9 |
* Requires at least: 4.5.0
|
@@ -86,7 +86,7 @@ final class Ocean_Extra {
|
|
86 |
$this->token = 'ocean-extra';
|
87 |
$this->plugin_url = plugin_dir_url( __FILE__ );
|
88 |
$this->plugin_path = plugin_dir_path( __FILE__ );
|
89 |
-
$this->version = '1.3.
|
90 |
|
91 |
define( 'OE_URL', $this->plugin_url );
|
92 |
define( 'OE_PATH', $this->plugin_path );
|
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.3.10
|
7 |
* Author: OceanWP
|
8 |
* Author URI: https://oceanwp.org/
|
9 |
* Requires at least: 4.5.0
|
86 |
$this->token = 'ocean-extra';
|
87 |
$this->plugin_url = plugin_dir_url( __FILE__ );
|
88 |
$this->plugin_path = plugin_dir_path( __FILE__ );
|
89 |
+
$this->version = '1.3.10';
|
90 |
|
91 |
define( 'OE_URL', $this->plugin_url );
|
92 |
define( 'OE_PATH', $this->plugin_path );
|
readme.txt
CHANGED
@@ -3,14 +3,14 @@ Contributors: oceanwp
|
|
3 |
Tags: widgets, meta box, metaboxes, metabox, oceanwp
|
4 |
Requires at least: 4.5
|
5 |
Tested up to: 4.9.1
|
6 |
-
Stable tag: 1.3.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
Ocean Extra add extra features to [OceanWP](https://oceanwp.org/) like widgets, metaboxes, activate/desactivate the customizer sections, enable/disable the theme's scripts and styles, import/export and a panel to activate the premium extensions.
|
13 |
-
This plugin requires the [OceanWP](https://oceanwp.org) theme to be installed.
|
14 |
|
15 |
== Installation ==
|
16 |
|
@@ -32,6 +32,9 @@ This plugin will only work with the [OceanWP](https://oceanwp.org/) theme.
|
|
32 |
|
33 |
== Changelog ==
|
34 |
|
|
|
|
|
|
|
35 |
= 1.3.9 =
|
36 |
- Added: New fields in the Contact Info widget to allow you to add a URL for the Address, Phone and Mobile fields.
|
37 |
- Added: Three styles for the Contact Info widget, default, big icons and no icons.
|
3 |
Tags: widgets, meta box, metaboxes, metabox, oceanwp
|
4 |
Requires at least: 4.5
|
5 |
Tested up to: 4.9.1
|
6 |
+
Stable tag: 1.3.10
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
Ocean Extra add extra features to [OceanWP](https://oceanwp.org/) like widgets, metaboxes, activate/desactivate the customizer sections, enable/disable the theme's scripts and styles, import/export and a panel to activate the premium extensions.
|
13 |
+
This plugin requires the [OceanWP](https://oceanwp.org/) theme to be installed.
|
14 |
|
15 |
== Installation ==
|
16 |
|
32 |
|
33 |
== Changelog ==
|
34 |
|
35 |
+
= 1.3.10 =
|
36 |
+
- Fixed: Small issue on the Scripts & Styles page.
|
37 |
+
|
38 |
= 1.3.9 =
|
39 |
- Added: New fields in the Contact Info widget to allow you to add a URL for the Address, Phone and Mobile fields.
|
40 |
- Added: Three styles for the Contact Info widget, default, big icons and no icons.
|