Plugin Directory

Changeset 3176921


Ignore:
Timestamp:
10/28/2024 11:00:25 AM (15 months ago)
Author:
ifatwp
Message:

Update to version 1.0.6 from GitHub

Location:
blog-reading-progress-bar
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • blog-reading-progress-bar/tags/1.0.6/blog-reading-progress.php

    r3176866 r3176921  
    44 * Plugin URI:        https://ifatwp.wordpress.com/2023/10/17/blog-reading-progress/
    55 * Description:       Adds a reading progress bar to blog posts.
    6  * Version:           1.0.5
     6 * Version:           1.0.6
    77 * Requires at least: 5.6
    88 * Requires PHP:      7.3
     
    1111 * License:           GPL v2 or later
    1212 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    13  * Update URI:        https://ifatwp.wordpress.com/2023/10/17/blog-reading-progress/
    1413 * Text Domain:       blog-reading-progress
    1514 * Domain Path:       /languages
     
    3635         * @var version.
    3736         */
    38         protected static $version = '1.0.1';
     37        protected static $version = '1.0.6';
    3938
    4039        /**
  • blog-reading-progress-bar/tags/1.0.6/readme.txt

    r3176866 r3176921  
    55Requires PHP : 7.3
    66Tested up to: WordPress 6.6
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
  • blog-reading-progress-bar/trunk/blog-reading-progress.php

    r3176866 r3176921  
    44 * Plugin URI:        https://ifatwp.wordpress.com/2023/10/17/blog-reading-progress/
    55 * Description:       Adds a reading progress bar to blog posts.
    6  * Version:           1.0.5
     6 * Version:           1.0.6
    77 * Requires at least: 5.6
    88 * Requires PHP:      7.3
     
    1111 * License:           GPL v2 or later
    1212 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    13  * Update URI:        https://ifatwp.wordpress.com/2023/10/17/blog-reading-progress/
    1413 * Text Domain:       blog-reading-progress
    1514 * Domain Path:       /languages
     
    3635         * @var version.
    3736         */
    38         protected static $version = '1.0.1';
     37        protected static $version = '1.0.6';
    3938
    4039        /**
  • blog-reading-progress-bar/trunk/readme.txt

    r3176866 r3176921  
    55Requires PHP : 7.3
    66Tested up to: WordPress 6.6
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset for help on using the changeset viewer.