Plugin Directory

Changeset 1710862


Ignore:
Timestamp:
08/09/2017 10:18:53 AM (9 years ago)
Author:
manafactory
Message:

bug fix

Location:
ginger
Files:
6 edited
8 copied

Legend:

Unmodified
Added
Removed
  • ginger/tags/4.1.2/admin/ginger.utils.php

    r1620188 r1710862  
    1212function register_ginger_menu_page(){
    1313    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' ));
    1518    do_action("ginger_add_menu");
    1619
  • ginger/tags/4.1.2/admin/partial/general.php

    r1344130 r1710862  
    238238                            <div data-repeater-item>
    239239                                <select name="select-input" style="min-width:30%">
    240                                     <option value="">Seleziona</option>
     240                                    <option value=""><?php _e( 'Select', 'ginger'); ?></option>
    241241
    242242                            <?php
     
    277277                            <div data-repeater-item>
    278278                                <select name="select-input" style="min-width:30%">
    279                                     <option value="">Seleziona</option>
     279                                    <option value=""><?php _e( 'Select', 'ginger'); ?></option>
    280280
    281281                            <?php
  • ginger/tags/4.1.2/ginger-eu-cookie-law.php

    r1698944 r1710862  
    44Plugin URI: http://www.ginger-cookielaw.com/
    55Description: Make your website compliant with EU Cookie Policy! Now totally free and unlocked
    6 Version: 4.1.1
     6Version: 4.1.2
    77Author: Manafactory
    88Author URI: http://manafactory.it/
  • ginger/tags/4.1.2/readme.txt

    r1698944 r1710862  
    55Requires at least: 3.0.1
    66Tested up to: 4.7.3
    7 Stable tag: 4.1.1
     7Stable tag: 4.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9292
    9393
     94= 4.1.2 =
     95* bug fixing from github
     96
    9497= 4.0 =
    9598* all feature unlocked
  • ginger/trunk/admin/ginger.utils.php

    r1620188 r1710862  
    1212function register_ginger_menu_page(){
    1313    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' ));
    1518    do_action("ginger_add_menu");
    1619
  • ginger/trunk/admin/partial/general.php

    r1344130 r1710862  
    238238                            <div data-repeater-item>
    239239                                <select name="select-input" style="min-width:30%">
    240                                     <option value="">Seleziona</option>
     240                                    <option value=""><?php _e( 'Select', 'ginger'); ?></option>
    241241
    242242                            <?php
     
    277277                            <div data-repeater-item>
    278278                                <select name="select-input" style="min-width:30%">
    279                                     <option value="">Seleziona</option>
     279                                    <option value=""><?php _e( 'Select', 'ginger'); ?></option>
    280280
    281281                            <?php
  • ginger/trunk/ginger-eu-cookie-law.php

    r1698944 r1710862  
    44Plugin URI: http://www.ginger-cookielaw.com/
    55Description: Make your website compliant with EU Cookie Policy! Now totally free and unlocked
    6 Version: 4.1.1
     6Version: 4.1.2
    77Author: Manafactory
    88Author URI: http://manafactory.it/
  • ginger/trunk/readme.txt

    r1698944 r1710862  
    55Requires at least: 3.0.1
    66Tested up to: 4.7.3
    7 Stable tag: 4.1.1
     7Stable tag: 4.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9292
    9393
     94= 4.1.2 =
     95* bug fixing from github
     96
    9497= 4.0 =
    9598* all feature unlocked
Note: See TracChangeset for help on using the changeset viewer.