Changeset 3429902
- Timestamp:
- 12/31/2025 02:53:04 AM (7 weeks ago)
- Location:
- computy-view-percent
- Files:
-
- 10 added
- 2 edited
-
tags/1.5.4 (added)
-
tags/1.5.4/class.vp-computy-admin.php (added)
-
tags/1.5.4/computy-view-percent.php (added)
-
tags/1.5.4/css (added)
-
tags/1.5.4/css/vp-computy-style-admin.css (added)
-
tags/1.5.4/img (added)
-
tags/1.5.4/img/1.png (added)
-
tags/1.5.4/img/logo-svg.svg (added)
-
tags/1.5.4/js (added)
-
tags/1.5.4/readme.txt (added)
-
trunk/computy-view-percent.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
computy-view-percent/trunk/computy-view-percent.php
r3128833 r3429902 6 6 * Description: The plugin does not require any settings and works automatically for standard WordPress posts. 7 7 When scrolling the page, the red bar at the top increases. 8 * Version: 1.5. 38 * Version: 1.5.4 9 9 * Author: computy.ru 10 10 * Author URI: https://computy.ru … … 14 14 15 15 define( 'VP_COMPUTY_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 16 define( 'VP_COMPUTY_VERSION', '1.5. 3' );16 define( 'VP_COMPUTY_VERSION', '1.5.4' ); 17 17 18 18 if ( is_admin() || ( defined( 'WP_CLI' ) && WP_CLI ) ) { -
computy-view-percent/trunk/readme.txt
r3128833 r3429902 4 4 Tags: view percent, scroll line, percentage of reading 5 5 Requires at least: 4.3 6 Tested up to: 6. 67 Stable tag: 1.5. 36 Tested up to: 6.9 7 Stable tag: 1.5.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 31 31 == Changelog == 32 33 = 1.5.4 - 31.12.2025 = 34 * Updated to current version 32 35 33 36 = 1.5.3 - 31.07.2024 =
Note: See TracChangeset
for help on using the changeset viewer.