Changeset 1242248
- Timestamp:
- 09/10/2015 09:04:38 AM (11 years ago)
- Location:
- ginger/trunk
- Files:
-
- 2 added
- 3 edited
-
addon/exporter (added)
-
addon/exporter/index.php (added)
-
admin/ginger.admin.php (modified) (1 diff)
-
ginger-eu-cookie-law.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ginger/trunk/admin/ginger.admin.php
r1204721 r1242248 19 19 20 20 if ($key=='ginger_banner'){ 21 if ( $params["disable_cookie_button_status"]!='1'){21 if (isset($params["disable_cookie_button_status"]) && $params["disable_cookie_button_status"]!='1'){ 22 22 $params["disable_cookie_button_status"]='0'; 23 23 24 24 } 25 if ( $params["read_more_button_status"]!='1'){25 if (isset($params["read_more_button_status"]) && $params["read_more_button_status"]!='1'){ 26 26 $params["read_more_button_status"]='0'; 27 27 } -
ginger/trunk/ginger-eu-cookie-law.php
r1236110 r1242248 4 4 Plugin URI: http://manafactory.it/ 5 5 Description: Make your website compliant with EU Cookie Policy. 6 Version: 2.3. 26 Version: 2.3.3 7 7 Author: Manafactory 8 8 Author URI: http://manafactory.it/ -
ginger/trunk/readme.txt
r1236111 r1242248 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.3 7 Stable tag: 2.3. 27 Stable tag: 2.3.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 94 94 == Changelog == 95 95 96 = 2.3.3 = 97 * Import/Export Tool 98 * notice fix 99 96 100 = 2.3.2 = 97 101 * Doubleclick Adsense addon
Note: See TracChangeset
for help on using the changeset viewer.