Changeset 2804929
- Timestamp:
- 10/26/2022 01:34:16 PM (3 years ago)
- Location:
- most-and-least-read-posts-widget
- Files:
-
- 22 deleted
- 2 edited
-
tags/1.1 (deleted)
-
tags/1.2 (deleted)
-
tags/1.3 (deleted)
-
tags/1.4 (deleted)
-
tags/1.5 (deleted)
-
tags/1.6 (deleted)
-
tags/1.7 (deleted)
-
tags/1.8 (deleted)
-
tags/2.0 (deleted)
-
tags/2.1 (deleted)
-
tags/2.1.2 (deleted)
-
tags/2.2 (deleted)
-
tags/2.3 (deleted)
-
tags/2.4 (deleted)
-
tags/2.4.1 (deleted)
-
tags/2.4.3 (deleted)
-
tags/2.4.4 (deleted)
-
tags/2.5.0 (deleted)
-
tags/2.5.1 (deleted)
-
tags/2.5.16/readme.txt (modified) (2 diffs)
-
tags/2.5.2 (deleted)
-
tags/2.5.3 (deleted)
-
tags/2.5.4 (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
most-and-least-read-posts-widget/tags/2.5.16/readme.txt
r2733741 r2804929 4 4 Tags: popular posts, post, posts, most read, least read, more read, top posts, less read, sidebar, widget, links 5 5 Requires at least: 2.9+ 6 Tested up to: 6. 06 Tested up to: 6.1 7 7 Stable tag: 2.5.16 8 8 … … 95 95 96 96 = 2.5.16 = 97 * Plugin tested up WordPress 6. 097 * Plugin tested up WordPress 6.1 98 98 99 99 = 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 100 108 * Changed: Avangate ads removal 101 * Fixed: CSS fix on Settings page102 103 = 2.5.4 =104 * Added: shortcode "date_from" and "date_to" attributes105 106 = 2.5.3 =107 * Changed: web spiders update108 109 = 2.5.2 =110 * Added: shortcode "days_ago" attribute111 112 = 2.5.1 =113 * Fixed: shortcode default options114 115 = 2.5.0 =116 * Added: [most_read_posts] shortcode117 118 = 2.4.4 =119 * Fixed: Settings menu error120 121 = 2.4.3 =122 * Added: internationalization123 124 = 2.4.1 =125 * Fixed: Widget constructor update126 127 = 2.4 =128 * Added: New "Show post excerpts" option129 * Fixed: Plugin title WordPress 4.3 style130 131 = 2.3 =132 * Added: New "Limit post titles to X chars" option133 134 = 2.2 =135 * Added: New "add line break before thumb" option136 109 137 110 = 2.1.7 = 138 * Fixed: Excluded words cleaning139 140 = 2.1.2 =141 * Changed: Code cleaning142 143 = 2.1 =144 * Added: WhileTrue RSS Feed145 * Changed: Skip updating hits if user is admin146 * Fixed: Show post hits also when user is admin147 * Fixed: Fix for the "Exclude post whose title contains any of these words" option - thank you Thomas!148 149 = 2.0 =150 111 * Added: Use the comma "," for thousands digits 151 112 * 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 152 116 153 117 = 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 157 124 * Added: show post thumbs option 158 125 * 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 176 127 * Changed: hits on widget put out of the link 177 * Fixed: query limited only to published posts178 * Fixed: error while saving widget options179 * Fixed: error while opening the Settings page180 181 = 1.2 =182 * Added: option to show hits after the post title, inside the widgets183 184 = 1.1 =185 * Added: optionally show hits inside the post content, with phrase, position and css style customization186 128 187 129 = 1.0.0 = -
most-and-least-read-posts-widget/trunk/readme.txt
r2733741 r2804929 4 4 Tags: popular posts, post, posts, most read, least read, more read, top posts, less read, sidebar, widget, links 5 5 Requires at least: 2.9+ 6 Tested up to: 6. 06 Tested up to: 6.1 7 7 Stable tag: 2.5.16 8 8 … … 95 95 96 96 = 2.5.16 = 97 * Plugin tested up WordPress 6. 097 * Plugin tested up WordPress 6.1 98 98 99 99 = 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 100 108 * Changed: Avangate ads removal 101 * Fixed: CSS fix on Settings page102 103 = 2.5.4 =104 * Added: shortcode "date_from" and "date_to" attributes105 106 = 2.5.3 =107 * Changed: web spiders update108 109 = 2.5.2 =110 * Added: shortcode "days_ago" attribute111 112 = 2.5.1 =113 * Fixed: shortcode default options114 115 = 2.5.0 =116 * Added: [most_read_posts] shortcode117 118 = 2.4.4 =119 * Fixed: Settings menu error120 121 = 2.4.3 =122 * Added: internationalization123 124 = 2.4.1 =125 * Fixed: Widget constructor update126 127 = 2.4 =128 * Added: New "Show post excerpts" option129 * Fixed: Plugin title WordPress 4.3 style130 131 = 2.3 =132 * Added: New "Limit post titles to X chars" option133 134 = 2.2 =135 * Added: New "add line break before thumb" option136 109 137 110 = 2.1.7 = 138 * Fixed: Excluded words cleaning139 140 = 2.1.2 =141 * Changed: Code cleaning142 143 = 2.1 =144 * Added: WhileTrue RSS Feed145 * Changed: Skip updating hits if user is admin146 * Fixed: Show post hits also when user is admin147 * Fixed: Fix for the "Exclude post whose title contains any of these words" option - thank you Thomas!148 149 = 2.0 =150 111 * Added: Use the comma "," for thousands digits 151 112 * 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 152 116 153 117 = 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 157 124 * Added: show post thumbs option 158 125 * 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 176 127 * Changed: hits on widget put out of the link 177 * Fixed: query limited only to published posts178 * Fixed: error while saving widget options179 * Fixed: error while opening the Settings page180 181 = 1.2 =182 * Added: option to show hits after the post title, inside the widgets183 184 = 1.1 =185 * Added: optionally show hits inside the post content, with phrase, position and css style customization186 128 187 129 = 1.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.