Changeset 3447926
- Timestamp:
- 01/27/2026 01:44:05 PM (2 months ago)
- Location:
- pagefluent
- Files:
-
- 4 deleted
- 4 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from pagefluent/trunk)
-
tags/1.0.1/composer.json (deleted)
-
tags/1.0.1/composer.lock (deleted)
-
tags/1.0.1/pagefluent.php (modified) (2 diffs)
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/composer.json (deleted)
-
trunk/composer.lock (deleted)
-
trunk/pagefluent.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pagefluent/tags/1.0.1/pagefluent.php
r3447912 r3447926 10 10 * Plugin URI: https://www.wp-jutsu.com/plugins/pagefluent 11 11 * Description: Add smooth transitions between your pages with logos, animations and styles without touching a line of code. 12 * Version: 1.0. 012 * Version: 1.0.1 13 13 * Author: WPJutsu 14 14 * Author URI: https://www.wp-jutsu.com … … 24 24 define('WPJPF_PLUGIN_PATH', plugin_dir_path(__FILE__)); 25 25 define('WPJPF_SLUG', "pagefluent"); 26 define('WPJPF_VERSION', "1.0. 0");26 define('WPJPF_VERSION', "1.0.1"); 27 27 28 28 -
pagefluent/tags/1.0.1/readme.txt
r3447912 r3447926 2 2 Author : WPJutsu 3 3 Plugin URI: https://www.wp-jutsu.com/plugins/pagefluent 4 Tags: page transition, preloader, page loader, page animation,loader, transition4 Tags: page transition, preloader, page loader, loader, transition 5 5 Requires at least: 6.0 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPL-3.0-or-later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 83 83 == Changelog == 84 84 85 = 1.0.1 - january 27, 2026 = 86 87 * Change assets 88 85 89 = 1.0.0 - january 27, 2026 = 86 90 -
pagefluent/trunk/pagefluent.php
r3447912 r3447926 10 10 * Plugin URI: https://www.wp-jutsu.com/plugins/pagefluent 11 11 * Description: Add smooth transitions between your pages with logos, animations and styles without touching a line of code. 12 * Version: 1.0. 012 * Version: 1.0.1 13 13 * Author: WPJutsu 14 14 * Author URI: https://www.wp-jutsu.com … … 24 24 define('WPJPF_PLUGIN_PATH', plugin_dir_path(__FILE__)); 25 25 define('WPJPF_SLUG', "pagefluent"); 26 define('WPJPF_VERSION', "1.0. 0");26 define('WPJPF_VERSION', "1.0.1"); 27 27 28 28 -
pagefluent/trunk/readme.txt
r3447912 r3447926 2 2 Author : WPJutsu 3 3 Plugin URI: https://www.wp-jutsu.com/plugins/pagefluent 4 Tags: page transition, preloader, page loader, page animation,loader, transition4 Tags: page transition, preloader, page loader, loader, transition 5 5 Requires at least: 6.0 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPL-3.0-or-later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 83 83 == Changelog == 84 84 85 = 1.0.1 - january 27, 2026 = 86 87 * Change assets 88 85 89 = 1.0.0 - january 27, 2026 = 86 90
Note: See TracChangeset
for help on using the changeset viewer.