Plugin Directory

Changeset 2372567


Ignore:
Timestamp:
08/31/2020 08:24:25 PM (6 years ago)
Author:
bompus
Message:

3.5.2

Location:
wp-customer-reviews/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-customer-reviews/trunk/changelog.txt

    r2372558 r2372567  
     1= 3.5.2 =
     2* 08/31/2020
     3* [NOTICE] PLEASE UPGRADE TO THIS VERSION.
     4* [Bugfix] Allow img tags with safe attributes to appear in review content.
     5
    16= 3.5.1 =
    27* 08/29/2020
     
    1520= 3.4.5 =
    1621* 08/19/2020
    17 * [Bugfix] Allow safe html styling (bold, italic) and links to appear in review content.
     22* [Bugfix] Allow safe html styling (bold, italic) and links (a tags with safe attributes) to appear in review content.
    1823* [Bugfix] Allow safe html styling (bold, italic) to appear in review meta field values, such as review title.
    1924
  • wp-customer-reviews/trunk/css/wp-customer-reviews-generated.css

    r1951032 r2372567  
    11/*
    22    WARNING: If you edit anything here, it will be overwritten with each plugin update and/or activation.
    3     If you have the Pro version, you can edit this file via plugin settings without it being overwritten.
    43   
    54    You can also override any of these values in your theme CSS if you use !important or prepend with "body "
  • wp-customer-reviews/trunk/readme.txt

    r2372558 r2372567  
    55Requires at least: 3.0.0
    66Tested up to: 5.5
    7 Stable tag: 3.5.1
     7Stable tag: 3.5.2
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    6363== Changelog ==
    6464
     65= 3.5.2 =
     66* 08/31/2020
     67* [NOTICE] PLEASE UPGRADE TO THIS VERSION.
     68* [Bugfix] Allow img tags with safe attributes to appear in review content.
     69
    6570= 3.5.1 =
    6671* 08/29/2020
  • wp-customer-reviews/trunk/wp-customer-reviews-3.php

    r2371707 r2372567  
    44 * Plugin URI: http://www.gowebsolutions.com/wp-customer-reviews/
    55 * Description: Allows your visitors to leave business / product reviews. Testimonials are in Microdata / Microformat and may display star ratings in search results.
    6  * Version: 3.5.1
     6 * Version: 3.5.2
    77 * Author: Go Web Solutions
    88 * Author URI: http://www.gowebsolutions.com/
     
    8080            'title' => array(),
    8181            'target' => array()
     82        ),
     83        'img' => array(
     84            'src' => array(),
     85            'alt' => array(),
     86            'width' => array(),
     87            'height' => array()
    8288        )
    8389    );
Note: See TracChangeset for help on using the changeset viewer.