Changeset 3371846
- Timestamp:
- 10/02/2025 02:45:01 PM (6 months ago)
- Location:
- ultimate-tag-cloud
- Files:
-
- 18 added
- 2 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/README.md (added)
-
tags/1.0.2/admin (added)
-
tags/1.0.2/admin/assets (added)
-
tags/1.0.2/admin/assets/css (added)
-
tags/1.0.2/admin/assets/css/el-ultimate-tag-cloud-editor.css (added)
-
tags/1.0.2/admin/assets/css/el-ultimate-tag-cloud-editor.scss (added)
-
tags/1.0.2/base.php (added)
-
tags/1.0.2/index.php (added)
-
tags/1.0.2/languages (added)
-
tags/1.0.2/languages/ultimate-tag-cloud.pot (added)
-
tags/1.0.2/license.txt (added)
-
tags/1.0.2/ultimate-tag-cloud.php (added)
-
tags/1.0.2/widget (added)
-
tags/1.0.2/widget/css (added)
-
tags/1.0.2/widget/css/el-ultimate-tag-cloud.css (added)
-
tags/1.0.2/widget/css/el-ultimate-tag-cloud.scss (added)
-
tags/1.0.2/widget/el-ultimate-tag-cloud.php (added)
-
trunk/README.md (modified) (2 diffs)
-
trunk/ultimate-tag-cloud.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-tag-cloud/trunk/README.md
r3350129 r3371846 7 7 **Contributors:** rstheme2017, rubrash 8 8 **Tags:** categories, Elementor, tag, tag cloud, taxonomy 9 **Version:** 1.0. 19 **Version:** 1.0.2 10 10 **License:** GPLv2 or later 11 11 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html 12 **Stable tag:** 1.0. 112 **Stable tag:** 1.0.2 13 13 **Tested up to:** 6.8 14 14 **Requires PHP:** 7.4 … … 22 22 23 23 Ultimate Tag Cloud Elementor Addon is the perfect solution for showcasing tags and categories with style and flexibility. Designed with both developers and content creators in mind, this plugin comes packed with features that let you create beautiful tag clouds using multiple layouts and styles. Whether you're using the Elementor, you’ll find the tools you need to make tags more visible and engaging. 24 25 26 How to use Ultimate Tag Cloud Elementor Addon Plugin 27 [youtube https://www.youtube.com/watch?v=4PU66-ix-aU ] 24 28 25 29 ### What makes it special? ### -
ultimate-tag-cloud/trunk/ultimate-tag-cloud.php
r3350129 r3371846 5 5 * Plugin URI: https://wordpress.org/plugins/ultimate-tag-cloud/ 6 6 * Description: Ultimate Tag Cloud created by RSTheme 7 * Version: 1.0. 17 * Version: 1.0.2 8 8 * Requires at least: 6.3 9 9 * Requires PHP: 7.4 … … 22 22 define( 'ULTIMATE_TAG_CLOUD_DIR_PATH', plugin_dir_path(__FILE__)); 23 23 define( 'ULTIMATE_TAG_CLOUD_DIR_URL', plugin_dir_url(__FILE__)); 24 define( 'ULTIMATE_TAG_CLOUD_VERSION', '1.0. 1' );24 define( 'ULTIMATE_TAG_CLOUD_VERSION', '1.0.2' ); 25 25 26 26 // Load translation files
Note: See TracChangeset
for help on using the changeset viewer.