Plugin Directory

Changeset 2804929


Ignore:
Timestamp:
10/26/2022 01:34:16 PM (3 years ago)
Author:
whiletrue
Message:

tested update

Location:
most-and-least-read-posts-widget
Files:
22 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • most-and-least-read-posts-widget/tags/2.5.16/readme.txt

    r2733741 r2804929  
    44Tags: popular posts, post, posts, most read, least read, more read, top posts, less read, sidebar, widget, links
    55Requires at least: 2.9+
    6 Tested up to: 6.0
     6Tested up to: 6.1
    77Stable tag: 2.5.16
    88
     
    9595
    9696= 2.5.16 =
    97 * Plugin tested up WordPress 6.0
     97* Plugin tested up WordPress 6.1
    9898
    9999= 2.5.5 =
     100* Added: New "add line break before thumb" option
     101* Added: New "Limit post titles to X chars" option
     102* Added: New "Show post excerpts" option
     103* Added: internationalization
     104* Added: [most_read_posts] shortcode
     105* Added: shortcode "days_ago" attribute
     106* Added: shortcode "date_from" and "date_to" attributes
     107* Changed: web spiders update
    100108* Changed: Avangate ads removal
    101 * Fixed: CSS fix on Settings page
    102 
    103 = 2.5.4 =
    104 * Added: shortcode "date_from" and "date_to" attributes
    105 
    106 = 2.5.3 =
    107 * Changed: web spiders update
    108 
    109 = 2.5.2 =
    110 * Added: shortcode "days_ago" attribute
    111 
    112 = 2.5.1 =
    113 * Fixed: shortcode default options
    114 
    115 = 2.5.0 =
    116 * Added: [most_read_posts] shortcode
    117 
    118 = 2.4.4 =
    119 * Fixed: Settings menu error
    120 
    121 = 2.4.3 =
    122 * Added: internationalization
    123 
    124 = 2.4.1 =
    125 * Fixed: Widget constructor update
    126 
    127 = 2.4 =
    128 * Added: New "Show post excerpts" option
    129 * Fixed: Plugin title WordPress 4.3 style
    130 
    131 = 2.3 =
    132 * Added: New "Limit post titles to X chars" option
    133 
    134 = 2.2 =
    135 * Added: New "add line break before thumb" option
    136109
    137110= 2.1.7 =
    138 * Fixed: Excluded words cleaning
    139 
    140 = 2.1.2 =
    141 * Changed: Code cleaning
    142 
    143 = 2.1 =
    144 * Added: WhileTrue RSS Feed
    145 * Changed: Skip updating hits if user is admin
    146 * Fixed: Show post hits also when user is admin
    147 * Fixed: Fix for the "Exclude post whose title contains any of these words" option - thank you Thomas!
    148 
    149 = 2.0 =
    150111* Added: Use the comma "," for thousands digits
    151112* Added: Append a custom text (e.g. the word "views") next to total hits
     113* Added: WhileTrue RSS Feed
     114* Changed: Code cleaning
     115* Changed: Skip updating hits if user is admin
    152116
    153117= 1.9 =
    154 * Added: support for WPML plugin, showing most/least read posts for current language
    155 
    156 = 1.8 =
     118* Added: option to show hits inside the post content or after the post title
     119* Added: style customization of hits on widget, through the "most_and_least_read_posts_hits" CSS class
     120* Added: option to exclude posts older than XX days (default: 365 days)
     121* Added: Frequently Asked Questions
     122* Added: archived post hits are now shown in a column inside the backend post list
     123* Added: php function to retrieve and show hits inside the template loop
    157124* Added: show post thumbs option
    158125* Added: "mlrp_ul" ul class for easy CSS styling
    159 * Fixed: better bot recognition
    160 
    161 = 1.7 =
    162 * Added: php function to retrieve and show hits inside the template loop
    163 
    164 = 1.6 =
    165 * Added: archived post hits are now shown in a column inside the backend post list.
    166 
    167 = 1.5 =
    168 * Added: option to exclude posts older than XX days also in Least Read Posts (default: 365 days)
    169 * Added: Frequently Asked Questions
    170 
    171 = 1.4 =
    172 * Added: option to exclude posts older than XX days in Most Read Posts (default: 365 days)
    173 
    174 = 1.3 =
    175 * Added: style customization of hits on widget, through the "most_and_least_read_posts_hits" CSS class
     126* Added: support for WPML plugin, showing most/least read posts for current language
    176127* Changed: hits on widget put out of the link
    177 * Fixed: query limited only to published posts
    178 * Fixed: error while saving widget options
    179 * Fixed: error while opening the Settings page
    180 
    181 = 1.2 =
    182 * Added: option to show hits after the post title, inside the widgets
    183 
    184 = 1.1 =
    185 * Added: optionally show hits inside the post content, with phrase, position and css style customization
    186128
    187129= 1.0.0 =
  • most-and-least-read-posts-widget/trunk/readme.txt

    r2733741 r2804929  
    44Tags: popular posts, post, posts, most read, least read, more read, top posts, less read, sidebar, widget, links
    55Requires at least: 2.9+
    6 Tested up to: 6.0
     6Tested up to: 6.1
    77Stable tag: 2.5.16
    88
     
    9595
    9696= 2.5.16 =
    97 * Plugin tested up WordPress 6.0
     97* Plugin tested up WordPress 6.1
    9898
    9999= 2.5.5 =
     100* Added: New "add line break before thumb" option
     101* Added: New "Limit post titles to X chars" option
     102* Added: New "Show post excerpts" option
     103* Added: internationalization
     104* Added: [most_read_posts] shortcode
     105* Added: shortcode "days_ago" attribute
     106* Added: shortcode "date_from" and "date_to" attributes
     107* Changed: web spiders update
    100108* Changed: Avangate ads removal
    101 * Fixed: CSS fix on Settings page
    102 
    103 = 2.5.4 =
    104 * Added: shortcode "date_from" and "date_to" attributes
    105 
    106 = 2.5.3 =
    107 * Changed: web spiders update
    108 
    109 = 2.5.2 =
    110 * Added: shortcode "days_ago" attribute
    111 
    112 = 2.5.1 =
    113 * Fixed: shortcode default options
    114 
    115 = 2.5.0 =
    116 * Added: [most_read_posts] shortcode
    117 
    118 = 2.4.4 =
    119 * Fixed: Settings menu error
    120 
    121 = 2.4.3 =
    122 * Added: internationalization
    123 
    124 = 2.4.1 =
    125 * Fixed: Widget constructor update
    126 
    127 = 2.4 =
    128 * Added: New "Show post excerpts" option
    129 * Fixed: Plugin title WordPress 4.3 style
    130 
    131 = 2.3 =
    132 * Added: New "Limit post titles to X chars" option
    133 
    134 = 2.2 =
    135 * Added: New "add line break before thumb" option
    136109
    137110= 2.1.7 =
    138 * Fixed: Excluded words cleaning
    139 
    140 = 2.1.2 =
    141 * Changed: Code cleaning
    142 
    143 = 2.1 =
    144 * Added: WhileTrue RSS Feed
    145 * Changed: Skip updating hits if user is admin
    146 * Fixed: Show post hits also when user is admin
    147 * Fixed: Fix for the "Exclude post whose title contains any of these words" option - thank you Thomas!
    148 
    149 = 2.0 =
    150111* Added: Use the comma "," for thousands digits
    151112* Added: Append a custom text (e.g. the word "views") next to total hits
     113* Added: WhileTrue RSS Feed
     114* Changed: Code cleaning
     115* Changed: Skip updating hits if user is admin
    152116
    153117= 1.9 =
    154 * Added: support for WPML plugin, showing most/least read posts for current language
    155 
    156 = 1.8 =
     118* Added: option to show hits inside the post content or after the post title
     119* Added: style customization of hits on widget, through the "most_and_least_read_posts_hits" CSS class
     120* Added: option to exclude posts older than XX days (default: 365 days)
     121* Added: Frequently Asked Questions
     122* Added: archived post hits are now shown in a column inside the backend post list
     123* Added: php function to retrieve and show hits inside the template loop
    157124* Added: show post thumbs option
    158125* Added: "mlrp_ul" ul class for easy CSS styling
    159 * Fixed: better bot recognition
    160 
    161 = 1.7 =
    162 * Added: php function to retrieve and show hits inside the template loop
    163 
    164 = 1.6 =
    165 * Added: archived post hits are now shown in a column inside the backend post list.
    166 
    167 = 1.5 =
    168 * Added: option to exclude posts older than XX days also in Least Read Posts (default: 365 days)
    169 * Added: Frequently Asked Questions
    170 
    171 = 1.4 =
    172 * Added: option to exclude posts older than XX days in Most Read Posts (default: 365 days)
    173 
    174 = 1.3 =
    175 * Added: style customization of hits on widget, through the "most_and_least_read_posts_hits" CSS class
     126* Added: support for WPML plugin, showing most/least read posts for current language
    176127* Changed: hits on widget put out of the link
    177 * Fixed: query limited only to published posts
    178 * Fixed: error while saving widget options
    179 * Fixed: error while opening the Settings page
    180 
    181 = 1.2 =
    182 * Added: option to show hits after the post title, inside the widgets
    183 
    184 = 1.1 =
    185 * Added: optionally show hits inside the post content, with phrase, position and css style customization
    186128
    187129= 1.0.0 =
Note: See TracChangeset for help on using the changeset viewer.