Plugin Directory

Changeset 3447948


Ignore:
Timestamp:
01/27/2026 02:04:59 PM (2 months ago)
Author:
wpjutsu
Message:

Update to version 1.0.2 from GitHub

Location:
pagefluent
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • pagefluent/tags/1.0.2/pagefluent.php

    r3447926 r3447948  
    1010 * Plugin URI:      https://www.wp-jutsu.com/plugins/pagefluent
    1111 * Description:     Add smooth transitions between your pages with logos, animations and styles without touching a line of code.
    12  * Version:         1.0.1
     12 * Version:         1.0.2
    1313 * Author:          WPJutsu
    1414 * Author URI:      https://www.wp-jutsu.com
     
    2424define('WPJPF_PLUGIN_PATH', plugin_dir_path(__FILE__));
    2525define('WPJPF_SLUG', "pagefluent");
    26 define('WPJPF_VERSION', "1.0.1");
     26define('WPJPF_VERSION', "1.0.2");
    2727
    2828
  • pagefluent/tags/1.0.2/readme.txt

    r3447926 r3447948  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPL-3.0-or-later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8383== Changelog ==
    8484
     85= 1.0.2 - january 27, 2026 =
     86
     87* Minor changes in assets / readme
     88
    8589= 1.0.1 - january 27, 2026 =
    8690
  • pagefluent/trunk/pagefluent.php

    r3447926 r3447948  
    1010 * Plugin URI:      https://www.wp-jutsu.com/plugins/pagefluent
    1111 * Description:     Add smooth transitions between your pages with logos, animations and styles without touching a line of code.
    12  * Version:         1.0.1
     12 * Version:         1.0.2
    1313 * Author:          WPJutsu
    1414 * Author URI:      https://www.wp-jutsu.com
     
    2424define('WPJPF_PLUGIN_PATH', plugin_dir_path(__FILE__));
    2525define('WPJPF_SLUG', "pagefluent");
    26 define('WPJPF_VERSION', "1.0.1");
     26define('WPJPF_VERSION', "1.0.2");
    2727
    2828
  • pagefluent/trunk/readme.txt

    r3447926 r3447948  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPL-3.0-or-later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8383== Changelog ==
    8484
     85= 1.0.2 - january 27, 2026 =
     86
     87* Minor changes in assets / readme
     88
    8589= 1.0.1 - january 27, 2026 =
    8690
Note: See TracChangeset for help on using the changeset viewer.