Changeset 3274061
- Timestamp:
- 04/16/2025 03:22:50 AM (11 months ago)
- Location:
- easy-fancybox
- Files:
-
- 4 edited
- 1 copied
-
tags/2.3.15 (copied) (copied from easy-fancybox/trunk)
-
tags/2.3.15/easy-fancybox.php (modified) (2 diffs)
-
tags/2.3.15/readme.txt (modified) (2 diffs)
-
trunk/easy-fancybox.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-fancybox/tags/2.3.15/easy-fancybox.php
r3272664 r3274061 6 6 * Text Domain: easy-fancybox 7 7 * Domain Path: languages 8 * Version: 2.3.1 38 * Version: 2.3.15 9 9 * Author: FirelightWP 10 10 * Author URI: https://firelightwp.com … … 35 35 * CONSTANTS 36 36 */ 37 define( 'EASY_FANCYBOX_VERSION', '2.3.1 3' );37 define( 'EASY_FANCYBOX_VERSION', '2.3.15' ); 38 38 define( 39 39 'FANCYBOX_VERSIONS', -
easy-fancybox/tags/2.3.15/readme.txt
r3272664 r3274061 5 5 Requires PHP: 7.0 6 6 Tested up to: 6.8 7 Stable tag: 2.3.1 37 Stable tag: 2.3.15 8 8 License: GPLv3 9 9 … … 111 111 == Changelog == 112 112 113 = 2.3.13 = 113 = 2.3.15 = 114 * Fix: Autopopup setting not saving 114 115 * Fix: jQuery metadata issue 115 116 -
easy-fancybox/trunk/easy-fancybox.php
r3272664 r3274061 6 6 * Text Domain: easy-fancybox 7 7 * Domain Path: languages 8 * Version: 2.3.1 38 * Version: 2.3.15 9 9 * Author: FirelightWP 10 10 * Author URI: https://firelightwp.com … … 35 35 * CONSTANTS 36 36 */ 37 define( 'EASY_FANCYBOX_VERSION', '2.3.1 3' );37 define( 'EASY_FANCYBOX_VERSION', '2.3.15' ); 38 38 define( 39 39 'FANCYBOX_VERSIONS', -
easy-fancybox/trunk/readme.txt
r3272664 r3274061 5 5 Requires PHP: 7.0 6 6 Tested up to: 6.8 7 Stable tag: 2.3.1 37 Stable tag: 2.3.15 8 8 License: GPLv3 9 9 … … 111 111 == Changelog == 112 112 113 = 2.3.13 = 113 = 2.3.15 = 114 * Fix: Autopopup setting not saving 114 115 * Fix: jQuery metadata issue 115 116
Note: See TracChangeset
for help on using the changeset viewer.