Plugin Directory

Changeset 3058721


Ignore:
Timestamp:
03/26/2024 05:07:55 AM (2 years ago)
Author:
ifatwp
Message:

blueprint.json added
tested upto latest version 6.4.3

Location:
blog-reading-progress-bar
Files:
2 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • blog-reading-progress-bar/trunk/README.md

    r3058635 r3058721  
    55Requires PHP: 7.3
    66Requires at least: 5.6
    7 Tested up to: WordPress 6.3.3
     7Tested up to: WordPress 6.4.3
    88Stable tag: 1.0.2
    99License: GPL-2.0+
  • blog-reading-progress-bar/trunk/blog-reading-progress-bar.php

    r3058631 r3058721  
    33 * Plugin Name:       Blog Reading Progress Bar
    44 * Description:       Adds a reading progress bar to blog posts.
    5  * Version:           1.0.2
     5 * Version:           1.0.3
    66 * Requires at least: 5.6
    77 * Requires PHP:      7.3
     
    1010 * License:           GPL v2 or later
    1111 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    12   * Text Domain:       blog-reading-progress-bar
     12 * Text Domain:       blog-reading-progress-bar
    1313 * Domain Path:       /languages
    1414 */
     
    3535         * @var version.
    3636         */
    37         protected static $version = '1.0.1';
     37        protected static $version = '1.0.3';
    3838
    3939        /**
  • blog-reading-progress-bar/trunk/readme.txt

    r3058635 r3058721  
    55Requires PHP: 7.3
    66Requires at least: 5.6
    7 Tested up to: WordPress 6.3.3
     7Tested up to: WordPress 6.4.3
    88Stable tag: 1.0.2
    99License: GPL-2.0+
Note: See TracChangeset for help on using the changeset viewer.