Changeset 3465856
- Timestamp:
- 02/20/2026 02:11:47 PM (6 weeks ago)
- Location:
- modula-best-grid-gallery
- Files:
-
- 6 edited
- 1 copied
-
tags/2.14.14 (copied) (copied from modula-best-grid-gallery/trunk)
-
tags/2.14.14/Modula.php (modified) (3 diffs)
-
tags/2.14.14/changelog.txt (modified) (1 diff)
-
tags/2.14.14/readme.txt (modified) (1 diff)
-
trunk/Modula.php (modified) (3 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modula-best-grid-gallery/tags/2.14.14/Modula.php
r3465190 r3465856 5 5 * Description: Modula is the most powerful, user-friendly WordPress gallery plugin. Add galleries, masonry grids and more in a few clicks. 6 6 * Author: WPChill 7 * Version: 2.14.1 37 * Version: 2.14.14 8 8 * Author URI: https://www.wpchill.com/ 9 9 * License: GPLv3 or later … … 48 48 */ 49 49 50 define( 'MODULA_LITE_VERSION', '2.14.1 3' );50 define( 'MODULA_LITE_VERSION', '2.14.14' ); 51 51 define( 'MODULA_PATH', plugin_dir_path( __FILE__ ) ); 52 52 define( 'MODULA_URL', plugin_dir_url( __FILE__ ) ); … … 58 58 59 59 define( 'MODULA_CPT_NAME', 'modula-gallery' ); 60 define( 'MODULA_AI_ENDPOINT', 'https://a pi.imageseo.com' );60 define( 'MODULA_AI_ENDPOINT', 'https://ai.wpchill.com' ); 61 61 62 62 /** -
modula-best-grid-gallery/tags/2.14.14/changelog.txt
r3465190 r3465856 1 = 2.14.14 - 20.02.2026 = 2 Fixed: Endpoint changes 3 1 4 = 2.14.13 - 19.02.2026 = 2 5 Fixed: Z-index issue with lightbox. -
modula-best-grid-gallery/tags/2.14.14/readme.txt
r3465190 r3465856 326 326 327 327 == Changelog == 328 = 2.14.14 - 20.02.2026 = 329 Fixed: Endpoint changes 330 328 331 = 2.14.13 - 19.02.2026 = 329 332 Fixed: Z-index issue with lightbox. -
modula-best-grid-gallery/trunk/Modula.php
r3465190 r3465856 5 5 * Description: Modula is the most powerful, user-friendly WordPress gallery plugin. Add galleries, masonry grids and more in a few clicks. 6 6 * Author: WPChill 7 * Version: 2.14.1 37 * Version: 2.14.14 8 8 * Author URI: https://www.wpchill.com/ 9 9 * License: GPLv3 or later … … 48 48 */ 49 49 50 define( 'MODULA_LITE_VERSION', '2.14.1 3' );50 define( 'MODULA_LITE_VERSION', '2.14.14' ); 51 51 define( 'MODULA_PATH', plugin_dir_path( __FILE__ ) ); 52 52 define( 'MODULA_URL', plugin_dir_url( __FILE__ ) ); … … 58 58 59 59 define( 'MODULA_CPT_NAME', 'modula-gallery' ); 60 define( 'MODULA_AI_ENDPOINT', 'https://a pi.imageseo.com' );60 define( 'MODULA_AI_ENDPOINT', 'https://ai.wpchill.com' ); 61 61 62 62 /** -
modula-best-grid-gallery/trunk/changelog.txt
r3465190 r3465856 1 = 2.14.14 - 20.02.2026 = 2 Fixed: Endpoint changes 3 1 4 = 2.14.13 - 19.02.2026 = 2 5 Fixed: Z-index issue with lightbox. -
modula-best-grid-gallery/trunk/readme.txt
r3465190 r3465856 326 326 327 327 == Changelog == 328 = 2.14.14 - 20.02.2026 = 329 Fixed: Endpoint changes 330 328 331 = 2.14.13 - 19.02.2026 = 329 332 Fixed: Z-index issue with lightbox.
Note: See TracChangeset
for help on using the changeset viewer.