Changeset 3415304
- Timestamp:
- 12/09/2025 11:45:53 AM (4 months ago)
- Location:
- doubledome-wordcount-details-dashboard
- Files:
-
- 13 added
- 2 edited
-
tags/2.1 (added)
-
tags/2.1/css (added)
-
tags/2.1/css/styles.css (added)
-
tags/2.1/doubledome-word-count.php (added)
-
tags/2.1/includes (added)
-
tags/2.1/includes/admin-columns.php (added)
-
tags/2.1/includes/exporter.php (added)
-
tags/2.1/includes/settings-page.php (added)
-
tags/2.1/includes/wcfunctions.php (added)
-
tags/2.1/js (added)
-
tags/2.1/js/counter.js (added)
-
tags/2.1/js/settings.js (added)
-
tags/2.1/readme.txt (added)
-
trunk/doubledome-word-count.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doubledome-wordcount-details-dashboard/trunk/doubledome-word-count.php
r3283462 r3415304 6 6 * Author: DoubleDome Digital Marketing 7 7 * Author URI: https://www.doubledome.com/word-count-wordpress-plugin 8 * Version: 2. 08 * Version: 2.1 9 9 * License: GPL-2.0+ 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 15 15 16 16 define( 'WORD_COUNT_DD_ROOT', __DIR__ ); // Setup plugin directory Root path 17 define( 'WC_DD_VERSION', "2. 0");17 define( 'WC_DD_VERSION', "2.1"); 18 18 define( 'WORD_COUNT_DD_URL', plugin_dir_url(__FILE__)); 19 19 -
doubledome-wordcount-details-dashboard/trunk/readme.txt
r3283462 r3415304 3 3 Tags: Word count, Wordcount, Post count display, Page statistics dashboard, WordPress content analytics, Custom post type stats, Dashboard content insights, Average post count, Total page count, WordPress content overview, Post statistics plugin, Content metrics WordPress 4 4 Requires at least: 5.4 5 Tested up to: 6. 86 Stable tag: 2. 05 Tested up to: 6.9 6 Stable tag: 2.1 7 7 License: GPL-2.0+ 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 61 61 == Changelog == 62 62 63 = 2.1 = 64 * Tested and verified on Wordpress 6.9 65 63 66 = 2.0 = 64 67 *Core Features
Note: See TracChangeset
for help on using the changeset viewer.