Changeset 1710862
- Timestamp:
- 08/09/2017 10:18:53 AM (9 years ago)
- Location:
- ginger
- Files:
-
- 6 edited
- 8 copied
-
tags/4.1.2 (copied) (copied from ginger/trunk)
-
tags/4.1.2/addon/analytics/ginger.analytics.php (copied) (copied from ginger/trunk/addon/analytics/ginger.analytics.php)
-
tags/4.1.2/admin/ginger.admin.php (copied) (copied from ginger/trunk/admin/ginger.admin.php)
-
tags/4.1.2/admin/ginger.utils.php (modified) (1 diff)
-
tags/4.1.2/admin/partial/general.php (modified) (2 diffs)
-
tags/4.1.2/admin/partial/more.php (copied) (copied from ginger/trunk/admin/partial/more.php)
-
tags/4.1.2/ginger-eu-cookie-law.php (copied) (copied from ginger/trunk/ginger-eu-cookie-law.php) (1 diff)
-
tags/4.1.2/languages/ginger-it_IT.mo (copied) (copied from ginger/trunk/languages/ginger-it_IT.mo)
-
tags/4.1.2/languages/ginger-it_IT.po (copied) (copied from ginger/trunk/languages/ginger-it_IT.po)
-
tags/4.1.2/readme.txt (copied) (copied from ginger/trunk/readme.txt) (2 diffs)
-
trunk/admin/ginger.utils.php (modified) (1 diff)
-
trunk/admin/partial/general.php (modified) (2 diffs)
-
trunk/ginger-eu-cookie-law.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ginger/tags/4.1.2/admin/ginger.utils.php
r1620188 r1710862 12 12 function register_ginger_menu_page(){ 13 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' )); 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' )); 15 18 do_action("ginger_add_menu"); 16 19 -
ginger/tags/4.1.2/admin/partial/general.php
r1344130 r1710862 238 238 <div data-repeater-item> 239 239 <select name="select-input" style="min-width:30%"> 240 <option value=""> Seleziona</option>240 <option value=""><?php _e( 'Select', 'ginger'); ?></option> 241 241 242 242 <?php … … 277 277 <div data-repeater-item> 278 278 <select name="select-input" style="min-width:30%"> 279 <option value=""> Seleziona</option>279 <option value=""><?php _e( 'Select', 'ginger'); ?></option> 280 280 281 281 <?php -
ginger/tags/4.1.2/ginger-eu-cookie-law.php
r1698944 r1710862 4 4 Plugin URI: http://www.ginger-cookielaw.com/ 5 5 Description: Make your website compliant with EU Cookie Policy! Now totally free and unlocked 6 Version: 4.1. 16 Version: 4.1.2 7 7 Author: Manafactory 8 8 Author URI: http://manafactory.it/ -
ginger/tags/4.1.2/readme.txt
r1698944 r1710862 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.7.3 7 Stable tag: 4.1. 17 Stable tag: 4.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 92 92 93 93 94 = 4.1.2 = 95 * bug fixing from github 96 94 97 = 4.0 = 95 98 * all feature unlocked -
ginger/trunk/admin/ginger.utils.php
r1620188 r1710862 12 12 function register_ginger_menu_page(){ 13 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' )); 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' )); 15 18 do_action("ginger_add_menu"); 16 19 -
ginger/trunk/admin/partial/general.php
r1344130 r1710862 238 238 <div data-repeater-item> 239 239 <select name="select-input" style="min-width:30%"> 240 <option value=""> Seleziona</option>240 <option value=""><?php _e( 'Select', 'ginger'); ?></option> 241 241 242 242 <?php … … 277 277 <div data-repeater-item> 278 278 <select name="select-input" style="min-width:30%"> 279 <option value=""> Seleziona</option>279 <option value=""><?php _e( 'Select', 'ginger'); ?></option> 280 280 281 281 <?php -
ginger/trunk/ginger-eu-cookie-law.php
r1698944 r1710862 4 4 Plugin URI: http://www.ginger-cookielaw.com/ 5 5 Description: Make your website compliant with EU Cookie Policy! Now totally free and unlocked 6 Version: 4.1. 16 Version: 4.1.2 7 7 Author: Manafactory 8 8 Author URI: http://manafactory.it/ -
ginger/trunk/readme.txt
r1698944 r1710862 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.7.3 7 Stable tag: 4.1. 17 Stable tag: 4.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 92 92 93 93 94 = 4.1.2 = 95 * bug fixing from github 96 94 97 = 4.0 = 95 98 * all feature unlocked
Note: See TracChangeset
for help on using the changeset viewer.