Plugin Directory

Changeset 3274061


Ignore:
Timestamp:
04/16/2025 03:22:50 AM (11 months ago)
Author:
firelightwp
Message:

Update to version 2.3.15 from GitHub

Location:
easy-fancybox
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • easy-fancybox/tags/2.3.15/easy-fancybox.php

    r3272664 r3274061  
    66 * Text Domain: easy-fancybox
    77 * Domain Path: languages
    8  * Version: 2.3.13
     8 * Version: 2.3.15
    99 * Author: FirelightWP
    1010 * Author URI: https://firelightwp.com
     
    3535 * CONSTANTS
    3636 */
    37 define( 'EASY_FANCYBOX_VERSION', '2.3.13' );
     37define( 'EASY_FANCYBOX_VERSION', '2.3.15' );
    3838define(
    3939    'FANCYBOX_VERSIONS',
  • easy-fancybox/tags/2.3.15/readme.txt

    r3272664 r3274061  
    55Requires PHP: 7.0
    66Tested up to: 6.8
    7 Stable tag: 2.3.13
     7Stable tag: 2.3.15
    88License: GPLv3
    99
     
    111111== Changelog ==
    112112
    113 = 2.3.13 =
     113= 2.3.15 =
     114* Fix: Autopopup setting not saving
    114115* Fix: jQuery metadata issue
    115116
  • easy-fancybox/trunk/easy-fancybox.php

    r3272664 r3274061  
    66 * Text Domain: easy-fancybox
    77 * Domain Path: languages
    8  * Version: 2.3.13
     8 * Version: 2.3.15
    99 * Author: FirelightWP
    1010 * Author URI: https://firelightwp.com
     
    3535 * CONSTANTS
    3636 */
    37 define( 'EASY_FANCYBOX_VERSION', '2.3.13' );
     37define( 'EASY_FANCYBOX_VERSION', '2.3.15' );
    3838define(
    3939    'FANCYBOX_VERSIONS',
  • easy-fancybox/trunk/readme.txt

    r3272664 r3274061  
    55Requires PHP: 7.0
    66Tested up to: 6.8
    7 Stable tag: 2.3.13
     7Stable tag: 2.3.15
    88License: GPLv3
    99
     
    111111== Changelog ==
    112112
    113 = 2.3.13 =
     113= 2.3.15 =
     114* Fix: Autopopup setting not saving
    114115* Fix: jQuery metadata issue
    115116
Note: See TracChangeset for help on using the changeset viewer.