Plugin Directory

Changeset 3465856


Ignore:
Timestamp:
02/20/2026 02:11:47 PM (6 weeks ago)
Author:
wpchill
Message:

Update to version 2.14.14 from GitHub

Location:
modula-best-grid-gallery
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • modula-best-grid-gallery/tags/2.14.14/Modula.php

    r3465190 r3465856  
    55* Description:              Modula is the most powerful, user-friendly WordPress gallery plugin. Add galleries, masonry grids and more in a few clicks.
    66* Author:                   WPChill
    7 * Version:                  2.14.13
     7* Version:                  2.14.14
    88* Author URI:               https://www.wpchill.com/
    99* License:                  GPLv3 or later
     
    4848 */
    4949
    50 define( 'MODULA_LITE_VERSION', '2.14.13' );
     50define( 'MODULA_LITE_VERSION', '2.14.14' );
    5151define( 'MODULA_PATH', plugin_dir_path( __FILE__ ) );
    5252define( 'MODULA_URL', plugin_dir_url( __FILE__ ) );
     
    5858
    5959define( 'MODULA_CPT_NAME', 'modula-gallery' );
    60 define( 'MODULA_AI_ENDPOINT', 'https://api.imageseo.com' );
     60define( 'MODULA_AI_ENDPOINT', 'https://ai.wpchill.com' );
    6161
    6262/**
  • modula-best-grid-gallery/tags/2.14.14/changelog.txt

    r3465190 r3465856  
     1= 2.14.14 - 20.02.2026 =
     2Fixed: Endpoint changes
     3
    14= 2.14.13 - 19.02.2026 =
    25Fixed: Z-index issue with lightbox.
  • modula-best-grid-gallery/tags/2.14.14/readme.txt

    r3465190 r3465856  
    326326
    327327== Changelog ==
     328= 2.14.14 - 20.02.2026 =
     329Fixed: Endpoint changes
     330
    328331= 2.14.13 - 19.02.2026 =
    329332Fixed: Z-index issue with lightbox.
  • modula-best-grid-gallery/trunk/Modula.php

    r3465190 r3465856  
    55* Description:              Modula is the most powerful, user-friendly WordPress gallery plugin. Add galleries, masonry grids and more in a few clicks.
    66* Author:                   WPChill
    7 * Version:                  2.14.13
     7* Version:                  2.14.14
    88* Author URI:               https://www.wpchill.com/
    99* License:                  GPLv3 or later
     
    4848 */
    4949
    50 define( 'MODULA_LITE_VERSION', '2.14.13' );
     50define( 'MODULA_LITE_VERSION', '2.14.14' );
    5151define( 'MODULA_PATH', plugin_dir_path( __FILE__ ) );
    5252define( 'MODULA_URL', plugin_dir_url( __FILE__ ) );
     
    5858
    5959define( 'MODULA_CPT_NAME', 'modula-gallery' );
    60 define( 'MODULA_AI_ENDPOINT', 'https://api.imageseo.com' );
     60define( 'MODULA_AI_ENDPOINT', 'https://ai.wpchill.com' );
    6161
    6262/**
  • modula-best-grid-gallery/trunk/changelog.txt

    r3465190 r3465856  
     1= 2.14.14 - 20.02.2026 =
     2Fixed: Endpoint changes
     3
    14= 2.14.13 - 19.02.2026 =
    25Fixed: Z-index issue with lightbox.
  • modula-best-grid-gallery/trunk/readme.txt

    r3465190 r3465856  
    326326
    327327== Changelog ==
     328= 2.14.14 - 20.02.2026 =
     329Fixed: Endpoint changes
     330
    328331= 2.14.13 - 19.02.2026 =
    329332Fixed: Z-index issue with lightbox.
Note: See TracChangeset for help on using the changeset viewer.