Changeset 3447948
- Timestamp:
- 01/27/2026 02:04:59 PM (2 months ago)
- Location:
- pagefluent
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from pagefluent/trunk)
-
tags/1.0.2/pagefluent.php (modified) (2 diffs)
-
tags/1.0.2/readme.txt (modified) (2 diffs)
-
trunk/pagefluent.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pagefluent/tags/1.0.2/pagefluent.php
r3447926 r3447948 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. 112 * Version: 1.0.2 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. 1");26 define('WPJPF_VERSION', "1.0.2"); 27 27 28 28 -
pagefluent/tags/1.0.2/readme.txt
r3447926 r3447948 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 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.2 - january 27, 2026 = 86 87 * Minor changes in assets / readme 88 85 89 = 1.0.1 - january 27, 2026 = 86 90 -
pagefluent/trunk/pagefluent.php
r3447926 r3447948 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. 112 * Version: 1.0.2 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. 1");26 define('WPJPF_VERSION', "1.0.2"); 27 27 28 28 -
pagefluent/trunk/readme.txt
r3447926 r3447948 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 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.2 - january 27, 2026 = 86 87 * Minor changes in assets / readme 88 85 89 = 1.0.1 - january 27, 2026 = 86 90
Note: See TracChangeset
for help on using the changeset viewer.