Changeset 3056248
- Timestamp:
- 03/21/2024 03:54:24 PM (2 years ago)
- Location:
- reading-time
- Files:
-
- 6 added
- 1 deleted
- 2 edited
-
tags/1.2.20 (deleted)
-
tags/1.2.21 (added)
-
tags/1.2.21/index.php (added)
-
tags/1.2.21/reading_time.php (added)
-
tags/1.2.21/readme.txt (added)
-
tags/1.2.21/screenshot-1.png (added)
-
tags/1.2.21/uninstall.php (added)
-
trunk/reading_time.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reading-time/trunk/reading_time.php
r2989136 r3056248 5 5 Description: Shows the suggested reading time of web content. To use it inside a post, create a custom field named "readingtime" and give it the number of seconds suggested (e.g. 150). 6 6 Author: WhileTrue 7 Version: 1.2.2 07 Version: 1.2.21 8 8 Author URI: https://www.whiletrue.it 9 9 */ … … 127 127 ); 128 128 129 // Put a nsettings updated message on the screen129 // Put a settings updated message on the screen 130 130 131 131 ?> -
reading-time/trunk/readme.txt
r2989136 r3056248 5 5 Requires at least: 2.9+ 6 6 Requires PHP: 7.0 7 Tested up to: 6. 48 Stable tag: 1.2.2 07 Tested up to: 6.5 8 Stable tag: 1.2.21 9 9 10 10 Reading Time shows the estimated reading time and puts an animated progress bar inside the post. … … 33 33 == Changelog == 34 34 35 = 1.2. 19=35 = 1.2.21 = 36 36 * Added: New progress bar display setting 37 37 * Fixed: Settings sanitization 38 * Plugin tested up WordPress 6. 438 * Plugin tested up WordPress 6.5 39 39 40 40 = 1.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.