Changeset 3480996
- Timestamp:
- 03/12/2026 09:14:33 AM (3 weeks ago)
- Location:
- ecomm-reels
- Files:
-
- 8 added
- 6 edited
- 1 copied
-
tags/4.1.16 (copied) (copied from ecomm-reels/trunk)
-
tags/4.1.16/CHANGELOG.md (modified) (1 diff)
-
tags/4.1.16/ecomm-reels.php (modified) (2 diffs)
-
tags/4.1.16/languages/ecomm-reels-da_DK-ecomm-reels-block-editor.json (added)
-
tags/4.1.16/languages/ecomm-reels-da_DK-ecommreels-ecomm-reels-build-script.json (added)
-
tags/4.1.16/languages/ecomm-reels-da_DK.mo (added)
-
tags/4.1.16/languages/ecomm-reels-da_DK.po (added)
-
tags/4.1.16/readme.txt (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/ecomm-reels.php (modified) (2 diffs)
-
trunk/languages/ecomm-reels-da_DK-ecomm-reels-block-editor.json (added)
-
trunk/languages/ecomm-reels-da_DK-ecommreels-ecomm-reels-build-script.json (added)
-
trunk/languages/ecomm-reels-da_DK.mo (added)
-
trunk/languages/ecomm-reels-da_DK.po (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ecomm-reels/tags/4.1.16/CHANGELOG.md
r3479800 r3480996 1 1 # Changelog 2 3 ## [4.1.16](https://github.com/dstudio-asia/reels-wp/compare/v4.1.15...v4.1.16) (2026-03-12) 4 5 6 ### Features 7 8 * **i18n:** add Danish (da_DK) translations and release v4.1.16 ([3b1d4a4](https://github.com/dstudio-asia/reels-wp/commit/3b1d4a476f333ec12665d2de64018f349c9cf070)) 9 * **i18n:** add Danish (da_DK) translations and release v4.1.16 ([2ba746d](https://github.com/dstudio-asia/reels-wp/commit/2ba746d9f787954e5f7bd47e19352c9c42429964)) 2 10 3 11 ## [4.1.15](https://github.com/dstudio-asia/reels-wp/compare/v4.1.14...v4.1.15) (2026-03-11) -
ecomm-reels/tags/4.1.16/ecomm-reels.php
r3479800 r3480996 3 3 * Plugin Name: ReelsWp - Shoppable Videos & Vertical Reels Carousels 4 4 * 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.1 55 * Version: 4.1.16 6 6 * Requires at least: 5.8 7 7 * Requires PHP: 7.4 … … 20 20 define('ECOMMREELS_ASSETS', plugins_url('/', __FILE__)); 21 21 define('ECOMMREELS_FILE_PREFIX', 'class-'); 22 define('WP_REELS_VER', '4.1.1 5');22 define('WP_REELS_VER', '4.1.16'); 23 23 24 24 // 1) Composer autoloader (optional, guarded) -
ecomm-reels/tags/4.1.16/readme.txt
r3479800 r3480996 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 4.1.1 57 Stable tag: 4.1.16 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 122 122 == Changelog == 123 123 124 = 4.1.16 - 2026-03-12 = 125 - New: Add Danish Language support. 126 124 127 = 4.1.15 - 2026-03-11 = 125 128 - New: Add German (Deutsch) Language support. -
ecomm-reels/trunk/CHANGELOG.md
r3479800 r3480996 1 1 # Changelog 2 3 ## [4.1.16](https://github.com/dstudio-asia/reels-wp/compare/v4.1.15...v4.1.16) (2026-03-12) 4 5 6 ### Features 7 8 * **i18n:** add Danish (da_DK) translations and release v4.1.16 ([3b1d4a4](https://github.com/dstudio-asia/reels-wp/commit/3b1d4a476f333ec12665d2de64018f349c9cf070)) 9 * **i18n:** add Danish (da_DK) translations and release v4.1.16 ([2ba746d](https://github.com/dstudio-asia/reels-wp/commit/2ba746d9f787954e5f7bd47e19352c9c42429964)) 2 10 3 11 ## [4.1.15](https://github.com/dstudio-asia/reels-wp/compare/v4.1.14...v4.1.15) (2026-03-11) -
ecomm-reels/trunk/ecomm-reels.php
r3479800 r3480996 3 3 * Plugin Name: ReelsWp - Shoppable Videos & Vertical Reels Carousels 4 4 * 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.1 55 * Version: 4.1.16 6 6 * Requires at least: 5.8 7 7 * Requires PHP: 7.4 … … 20 20 define('ECOMMREELS_ASSETS', plugins_url('/', __FILE__)); 21 21 define('ECOMMREELS_FILE_PREFIX', 'class-'); 22 define('WP_REELS_VER', '4.1.1 5');22 define('WP_REELS_VER', '4.1.16'); 23 23 24 24 // 1) Composer autoloader (optional, guarded) -
ecomm-reels/trunk/readme.txt
r3479800 r3480996 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 4.1.1 57 Stable tag: 4.1.16 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 122 122 == Changelog == 123 123 124 = 4.1.16 - 2026-03-12 = 125 - New: Add Danish Language support. 126 124 127 = 4.1.15 - 2026-03-11 = 125 128 - New: Add German (Deutsch) Language support.
Note: See TracChangeset
for help on using the changeset viewer.