Plugin Directory

Changeset 2399268


Ignore:
Timestamp:
10/14/2020 09:10:50 AM (5 years ago)
Author:
truendo
Message:

Fix for Encoding issues

Location:
truendo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • truendo/trunk/README.txt

    r2358903 r2399268  
    44Tags: GDPR, Cookie Notice, Cookie, Cookie Consent Manager, Cookie Consent, ePrivacy, Consent Management Platform, CMP, Privacy Policy Generator, GDPR Privacy Policy, TRUENDO
    55Requires at least: 4.6
    6 Tested up to: 5.4
     6Tested up to: 5.5.1
    77Stable tag: 4.3
    88Requires PHP: 5.2.4
     
    122122== Changelog ==
    123123
     124= 2.2.4 =
     125Fix Encoding Issue
     126
    124127= 2.2.3 =
    125128Auto-Blocking updates
  • truendo/trunk/includes/class-truendo.php

    r2358861 r2399268  
    261261
    262262        $dom = new DomDocument();
     263        $content = mb_convert_encoding($content, 'HTML-ENTITIES', "UTF-8");
    263264
    264265        if (!$warnings) {
  • truendo/trunk/truendo.php

    r2358861 r2399268  
    66 * Plugin URI:         https://truendo.com/docs/how-to-add-privacy-policy/wordpress/
    77 * Description:       For quick and easy GDPR & Cookie compliance add Truendo to your website
    8  * Version:           2.2.3
     8 * Version:           2.2.4
    99 * Author:            Truendo
    1010 * Author URI:        https://www.truendo.com
     
    2525 * Rename this for your plugin and update it as you release new versions.
    2626 */
    27 define( 'TRUENDO_WORDPRESS_PLUGIN', '2.2.3' );
     27define( 'TRUENDO_WORDPRESS_PLUGIN', '2.2.4' );
    2828
    2929
Note: See TracChangeset for help on using the changeset viewer.