Ginger – EU Cookie Law - Version 4.1.2

Version Description

  • bug fixing from github
Download this release

Release Info

Developer manafactory
Plugin Icon 128x128 Ginger – EU Cookie Law
Version 4.1.2
Comparing to
See all releases

Code changes from version 4.1.1 to 4.1.2

admin/ginger.utils.php CHANGED
@@ -11,7 +11,10 @@
11
  add_action( 'admin_menu', 'register_ginger_menu_page' );
12
  function register_ginger_menu_page(){
13
  global $ginger_menu_hook;
14
- $ginger_menu_hook = add_menu_page( 'ginger', 'Ginger Cookie', 'manage_options', 'ginger-setup', 'ginger_menu_page', plugins_url( 'ginger/img/ginger-color.png' ));
 
 
 
15
  do_action("ginger_add_menu");
16
 
17
 
11
  add_action( 'admin_menu', 'register_ginger_menu_page' );
12
  function register_ginger_menu_page(){
13
  global $ginger_menu_hook;
14
+
15
+ $capability = apply_filters('ginger_admin_menu_capability', 'manage_options');
16
+
17
+ $ginger_menu_hook = add_menu_page( 'ginger', 'Ginger Cookie', $capability, 'ginger-setup', 'ginger_menu_page', plugins_url( 'ginger/img/ginger-color.png' ));
18
  do_action("ginger_add_menu");
19
 
20
 
admin/partial/general.php CHANGED
@@ -237,7 +237,7 @@
237
  ?>
238
  <div data-repeater-item>
239
  <select name="select-input" style="min-width:30%">
240
- <option value="">Seleziona</option>
241
 
242
  <?php
243
  foreach ($pages as $page):
@@ -276,7 +276,7 @@
276
  ?>
277
  <div data-repeater-item>
278
  <select name="select-input" style="min-width:30%">
279
- <option value="">Seleziona</option>
280
 
281
  <?php
282
  foreach ($pages as $page):
237
  ?>
238
  <div data-repeater-item>
239
  <select name="select-input" style="min-width:30%">
240
+ <option value=""><?php _e( 'Select', 'ginger'); ?></option>
241
 
242
  <?php
243
  foreach ($pages as $page):
276
  ?>
277
  <div data-repeater-item>
278
  <select name="select-input" style="min-width:30%">
279
+ <option value=""><?php _e( 'Select', 'ginger'); ?></option>
280
 
281
  <?php
282
  foreach ($pages as $page):
ginger-eu-cookie-law.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ginger - EU Cookie Law
4
  Plugin URI: http://www.ginger-cookielaw.com/
5
  Description: Make your website compliant with EU Cookie Policy! Now totally free and unlocked
6
- Version: 4.1.1
7
  Author: Manafactory
8
  Author URI: http://manafactory.it/
9
  License: GPLv2 or later
3
  Plugin Name: Ginger - EU Cookie Law
4
  Plugin URI: http://www.ginger-cookielaw.com/
5
  Description: Make your website compliant with EU Cookie Policy! Now totally free and unlocked
6
+ Version: 4.1.2
7
  Author: Manafactory
8
  Author URI: http://manafactory.it/
9
  License: GPLv2 or later
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.ginger-cookielaw.com/
4
  Tags: EU Cookie Law, cookie law, block cookie, cookie consent, cookie law, cookie policy, privacy policy, cookie banner, italian cookie law, cookie italia, wpml, polylang
5
  Requires at least: 3.0.1
6
  Tested up to: 4.7.3
7
- Stable tag: 4.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -91,6 +91,9 @@ Yes, actually you we have 2 addons for multilanguages: wpml and polylang. Ask to
91
  == Changelog ==
92
 
93
 
 
 
 
94
  = 4.0 =
95
  * all feature unlocked
96
 
4
  Tags: EU Cookie Law, cookie law, block cookie, cookie consent, cookie law, cookie policy, privacy policy, cookie banner, italian cookie law, cookie italia, wpml, polylang
5
  Requires at least: 3.0.1
6
  Tested up to: 4.7.3
7
+ Stable tag: 4.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
91
  == Changelog ==
92
 
93
 
94
+ = 4.1.2 =
95
+ * bug fixing from github
96
+
97
  = 4.0 =
98
  * all feature unlocked
99