Plugin Directory

Changeset 2373284


Ignore:
Timestamp:
09/01/2020 05:45:45 PM (6 years ago)
Author:
bompus
Message:

3.5.3

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

Legend:

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

    r2372567 r2373284  
     1= 3.5.3 =
     2* 09/01/2020
     3* [NOTICE] PLEASE UPGRADE TO THIS VERSION.
     4* [Bugfix] A tags in review content allow href/title/target/rel/style/class attributes.
     5* [Bugfix] IMG tags in review content allow src/alt/width/height/style/class attributes.
     6
    17= 3.5.2 =
    28* 08/31/2020
  • wp-customer-reviews/trunk/readme.txt

    r2372567 r2373284  
    55Requires at least: 3.0.0
    66Tested up to: 5.5
    7 Stable tag: 3.5.2
     7Stable tag: 3.5.3
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    6363== Changelog ==
    6464
     65= 3.5.3 =
     66* 09/01/2020
     67* [NOTICE] PLEASE UPGRADE TO THIS VERSION.
     68* [Bugfix] A tags in review content allow href/title/target/rel/style/class attributes.
     69* [Bugfix] IMG tags in review content allow src/alt/width/height/style/class attributes.
     70
    6571= 3.5.2 =
    6672* 08/31/2020
  • wp-customer-reviews/trunk/wp-customer-reviews-3.php

    r2372567 r2373284  
    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.2
     6 * Version: 3.5.3
    77 * Author: Go Web Solutions
    88 * Author URI: http://www.gowebsolutions.com/
     
    7979            'href' => array(),
    8080            'title' => array(),
    81             'target' => array()
     81            'target' => array(),
     82            'rel' => array(),
     83            'style' => array(),
     84            'class' => array()
    8285        ),
    8386        'img' => array(
     
    8588            'alt' => array(),
    8689            'width' => array(),
    87             'height' => array()
     90            'height' => array(),
     91            'style' => array(),
     92            'class' => array()
    8893        )
    8994    );
Note: See TracChangeset for help on using the changeset viewer.