Plugin Directory

Changeset 3483630


Ignore:
Timestamp:
03/16/2026 09:19:37 AM (2 weeks ago)
Author:
debuggersstudio
Message:

Update to version 4.1.19 from GitHub

Location:
ecomm-reels
Files:
8 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ecomm-reels/tags/4.1.19/CHANGELOG.md

    r3482984 r3483630  
    11# Changelog
     2
     3## [4.1.19](https://github.com/dstudio-asia/reels-wp/compare/v4.1.18...v4.1.19) (2026-03-16)
     4
     5
     6### Features
     7
     8* add Portuguese translation ([c00d46a](https://github.com/dstudio-asia/reels-wp/commit/c00d46acfb45b1d6bacdb3782849361f4063075a))
     9* add Portuguese translation ([aab5135](https://github.com/dstudio-asia/reels-wp/commit/aab5135095f0fd531164d8688eb0f53b984a6133))
    210
    311## [4.1.18](https://github.com/dstudio-asia/reels-wp/compare/v4.1.17...v4.1.18) (2026-03-15)
  • ecomm-reels/tags/4.1.19/ecomm-reels.php

    r3482984 r3483630  
    33 * Plugin Name:       ReelsWp - Shoppable Videos & Vertical Reels Carousels
    44 * Description:       Create Insta style reels and stories with ReelsWP and add them anywhere on your WordPress site. Add fast, mobile friendly video grid and carousel layouts to your homepage, blog or news articles, and product pages.
    5  * Version:           4.1.18
     5 * Version:           4.1.19
    66 * Requires at least: 5.8
    77 * Requires PHP:      7.4
     
    2020define('ECOMMREELS_ASSETS', plugins_url('/', __FILE__));
    2121define('ECOMMREELS_FILE_PREFIX', 'class-');
    22 define('WP_REELS_VER', '4.1.18');
     22define('WP_REELS_VER', '4.1.19');
    2323
    2424// 1) Composer autoloader (optional, guarded)
  • ecomm-reels/tags/4.1.19/readme.txt

    r3482984 r3483630  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 4.1.18
     7Stable tag: 4.1.19
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    122122== Changelog ==
    123123
     124= 4.1.19 - 2026-03-16 =
     125- New: Add Portuguese Language support.
     126
    124127= 4.1.18 - 2026-03-15 =
    125128- New: Add Finnish Language support.
  • ecomm-reels/trunk/CHANGELOG.md

    r3482984 r3483630  
    11# Changelog
     2
     3## [4.1.19](https://github.com/dstudio-asia/reels-wp/compare/v4.1.18...v4.1.19) (2026-03-16)
     4
     5
     6### Features
     7
     8* add Portuguese translation ([c00d46a](https://github.com/dstudio-asia/reels-wp/commit/c00d46acfb45b1d6bacdb3782849361f4063075a))
     9* add Portuguese translation ([aab5135](https://github.com/dstudio-asia/reels-wp/commit/aab5135095f0fd531164d8688eb0f53b984a6133))
    210
    311## [4.1.18](https://github.com/dstudio-asia/reels-wp/compare/v4.1.17...v4.1.18) (2026-03-15)
  • ecomm-reels/trunk/ecomm-reels.php

    r3482984 r3483630  
    33 * Plugin Name:       ReelsWp - Shoppable Videos & Vertical Reels Carousels
    44 * Description:       Create Insta style reels and stories with ReelsWP and add them anywhere on your WordPress site. Add fast, mobile friendly video grid and carousel layouts to your homepage, blog or news articles, and product pages.
    5  * Version:           4.1.18
     5 * Version:           4.1.19
    66 * Requires at least: 5.8
    77 * Requires PHP:      7.4
     
    2020define('ECOMMREELS_ASSETS', plugins_url('/', __FILE__));
    2121define('ECOMMREELS_FILE_PREFIX', 'class-');
    22 define('WP_REELS_VER', '4.1.18');
     22define('WP_REELS_VER', '4.1.19');
    2323
    2424// 1) Composer autoloader (optional, guarded)
  • ecomm-reels/trunk/readme.txt

    r3482984 r3483630  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 4.1.18
     7Stable tag: 4.1.19
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    122122== Changelog ==
    123123
     124= 4.1.19 - 2026-03-16 =
     125- New: Add Portuguese Language support.
     126
    124127= 4.1.18 - 2026-03-15 =
    125128- New: Add Finnish Language support.
Note: See TracChangeset for help on using the changeset viewer.