Changeset 2733750
- Timestamp:
- 05/30/2022 07:44:08 AM (4 years ago)
- Location:
- tilted-tag-cloud-widget
- Files:
-
- 4 added
- 1 deleted
- 2 edited
-
tags/1.3.16 (deleted)
-
tags/1.3.17 (added)
-
tags/1.3.17/index.php (added)
-
tags/1.3.17/readme.txt (added)
-
tags/1.3.17/tilted-tag-cloud.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/tilted-tag-cloud.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tilted-tag-cloud-widget/trunk/readme.txt
r2662186 r2733750 1 1 === Tilted Tag Cloud Widget === 2 2 Contributors: whiletrue 3 Donate link: http ://www.whiletrue.it/3 Donate link: https://www.whiletrue.it/ 4 4 Tags: tag, tags, tag sidebar, sidebar, widget, tag widget, simple tag, cloud, tag cloud 5 5 Requires at least: 2.9+ 6 Tested up to: 5.97 Stable tag: 1.3.1 66 Tested up to: 6.0 7 Stable tag: 1.3.17 8 8 9 9 Shows a tilted cloud with the most used tags in a sidebar widget. … … 32 32 Do you like this plugin? Give a chance to our other works: 33 33 34 * [Really Simple Share](http ://www.whiletrue.it/really-simple-share-wordpress-plugin/ "Really Simple Share")35 * [Really Simple Twitter Feed Widget](http ://www.whiletrue.it/really-simple-twitter-feed-widget-for-wordpress/ "Really Simple Twitter Feed Widget")36 * [Most and Least Read Posts](http ://www.whiletrue.it/most-and-least-read-posts-widget-for-wordpress/ "Most and Least Read Posts")37 * [Reading Time](http ://www.whiletrue.it/reading-time-for-wordpress/ "Reading Time")34 * [Really Simple Share](https://www.whiletrue.it/really-simple-share-wordpress-plugin/ "Really Simple Share") 35 * [Really Simple Twitter Feed Widget](https://www.whiletrue.it/really-simple-twitter-feed-widget-for-wordpress/ "Really Simple Twitter Feed Widget") 36 * [Most and Least Read Posts](https://www.whiletrue.it/most-and-least-read-posts-widget-for-wordpress/ "Most and Least Read Posts") 37 * [Reading Time](https://www.whiletrue.it/reading-time-for-wordpress/ "Reading Time") 38 38 39 39 … … 49 49 == Changelog == 50 50 51 = 1.3.1 6=52 * Plugin tested up WordPress 5.951 = 1.3.17 = 52 * Plugin tested up WordPress 6.0 53 53 54 54 = 1.3 = -
tilted-tag-cloud-widget/trunk/tilted-tag-cloud.php
r2662186 r2733750 2 2 /* 3 3 Plugin Name: Tilted Tag Cloud Widget 4 Plugin URI: http ://www.whiletrue.it/4 Plugin URI: https://www.whiletrue.it/ 5 5 Description: Takes the website tags and aggregates them into a tilted cloud widget for sidebar. 6 6 Author: WhileTrue 7 Version: 1.3.1 68 Author URI: http ://www.whiletrue.it/7 Version: 1.3.17 8 Author URI: https://www.whiletrue.it/ 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.