Ocean Extra - Version 1.3.7

Version Description

  • Fixed: Issue with some admin pages style.
Download this release

Release Info

Developer oceanwp
Plugin Icon 128x128 Ocean Extra
Version 1.3.7
Comparing to
See all releases

Code changes from version 1.3.6 to 1.3.7

Files changed (3) hide show
  1. includes/panel/theme-panel.php +1 -1
  2. ocean-extra.php +2 -2
  3. readme.txt +4 -1
includes/panel/theme-panel.php CHANGED
@@ -135,7 +135,7 @@ class Ocean_Extra_Theme_Panel {
135
  public static function add_page() {
136
  add_menu_page(
137
  esc_html__( 'Theme Panel', 'ocean-extra' ),
138
- esc_html__( 'Theme Panel', 'ocean-extra' ),
139
  'manage_options',
140
  'oceanwp-panel',
141
  '',
135
  public static function add_page() {
136
  add_menu_page(
137
  esc_html__( 'Theme Panel', 'ocean-extra' ),
138
+ 'Theme Panel', // This menu cannot be translated because it's used for the $hook prefix
139
  'manage_options',
140
  'oceanwp-panel',
141
  '',
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.6
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.6';
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.7
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.7';
90
 
91
  define( 'OE_URL', $this->plugin_url );
92
  define( 'OE_PATH', $this->plugin_path );
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: oceanwp
3
  Tags: widgets, meta box, metaboxes, metabox, oceanwp
4
  Requires at least: 4.5
5
  Tested up to: 4.8.3
6
- Stable tag: 1.3.6
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.3.6 =
36
  - Added: Spanish language, thanks to Angel Julian Mena.
37
  - Added: Filter to remove the admin notice to get Ocean Hooks.
3
  Tags: widgets, meta box, metaboxes, metabox, oceanwp
4
  Requires at least: 4.5
5
  Tested up to: 4.8.3
6
+ Stable tag: 1.3.7
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
32
 
33
  == Changelog ==
34
 
35
+ = 1.3.7 =
36
+ - Fixed: Issue with some admin pages style.
37
+
38
  = 1.3.6 =
39
  - Added: Spanish language, thanks to Angel Julian Mena.
40
  - Added: Filter to remove the admin notice to get Ocean Hooks.