Changeset 1186402
- Timestamp:
- 06/23/2015 06:35:45 PM (11 years ago)
- Location:
- ginger/trunk
- Files:
-
- 3 edited
-
front/gingerfront.utils.php (modified) (1 diff)
-
ginger-eu-cookie-law.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ginger/trunk/front/gingerfront.utils.php
r1186180 r1186402 301 301 endforeach; 302 302 // get the HTML string back 303 $output = $doc->saveHTML( $doc->documentElement);303 $output = $doc->saveHTML(); 304 304 libxml_use_internal_errors(false); 305 305 return $output; -
ginger/trunk/ginger-eu-cookie-law.php
r1186180 r1186402 4 4 Plugin URI: http://manafactory.it/ 5 5 Description: Make your website compliant with EU Cookie Policy. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Manafactory 8 8 Author URI: http://manafactory.it/ -
ginger/trunk/readme.txt
r1186202 r1186402 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.2.2 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 == Changelog == 71 71 72 = 1.1.2 = 73 * Bugfix 74 72 75 = 1.1.1 = 73 76 * fix style banner
Note: See TracChangeset
for help on using the changeset viewer.