Changeset 2399268
- Timestamp:
- 10/14/2020 09:10:50 AM (5 years ago)
- Location:
- truendo/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
includes/class-truendo.php (modified) (1 diff)
-
truendo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
truendo/trunk/README.txt
r2358903 r2399268 4 4 Tags: GDPR, Cookie Notice, Cookie, Cookie Consent Manager, Cookie Consent, ePrivacy, Consent Management Platform, CMP, Privacy Policy Generator, GDPR Privacy Policy, TRUENDO 5 5 Requires at least: 4.6 6 Tested up to: 5. 46 Tested up to: 5.5.1 7 7 Stable tag: 4.3 8 8 Requires PHP: 5.2.4 … … 122 122 == Changelog == 123 123 124 = 2.2.4 = 125 Fix Encoding Issue 126 124 127 = 2.2.3 = 125 128 Auto-Blocking updates -
truendo/trunk/includes/class-truendo.php
r2358861 r2399268 261 261 262 262 $dom = new DomDocument(); 263 $content = mb_convert_encoding($content, 'HTML-ENTITIES', "UTF-8"); 263 264 264 265 if (!$warnings) { -
truendo/trunk/truendo.php
r2358861 r2399268 6 6 * Plugin URI: https://truendo.com/docs/how-to-add-privacy-policy/wordpress/ 7 7 * Description: For quick and easy GDPR & Cookie compliance add Truendo to your website 8 * Version: 2.2. 38 * Version: 2.2.4 9 9 * Author: Truendo 10 10 * Author URI: https://www.truendo.com … … 25 25 * Rename this for your plugin and update it as you release new versions. 26 26 */ 27 define( 'TRUENDO_WORDPRESS_PLUGIN', '2.2. 3' );27 define( 'TRUENDO_WORDPRESS_PLUGIN', '2.2.4' ); 28 28 29 29
Note: See TracChangeset
for help on using the changeset viewer.