Changeset 3493291
- Timestamp:
- 03/28/2026 11:42:47 AM (2 days ago)
- Location:
- ecomm-reels
- Files:
-
- 8 added
- 6 edited
- 1 copied
-
tags/4.1.23 (copied) (copied from ecomm-reels/trunk)
-
tags/4.1.23/CHANGELOG.md (modified) (1 diff)
-
tags/4.1.23/ecomm-reels.php (modified) (2 diffs)
-
tags/4.1.23/languages/ecomm-reels-bg_BG-ecomm-reels-block-editor.json (added)
-
tags/4.1.23/languages/ecomm-reels-bg_BG-ecommreels-ecomm-reels-build-script.json (added)
-
tags/4.1.23/languages/ecomm-reels-bg_BG.mo (added)
-
tags/4.1.23/languages/ecomm-reels-bg_BG.po (added)
-
tags/4.1.23/readme.txt (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/ecomm-reels.php (modified) (2 diffs)
-
trunk/languages/ecomm-reels-bg_BG-ecomm-reels-block-editor.json (added)
-
trunk/languages/ecomm-reels-bg_BG-ecommreels-ecomm-reels-build-script.json (added)
-
trunk/languages/ecomm-reels-bg_BG.mo (added)
-
trunk/languages/ecomm-reels-bg_BG.po (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ecomm-reels/tags/4.1.23/CHANGELOG.md
r3490829 r3493291 1 1 # Changelog 2 3 ## [4.1.23](https://github.com/dstudio-asia/reels-wp/compare/v4.1.22...v4.1.23) (2026-03-28) 4 5 6 ### Features 7 8 * add Bulgarian translations for ReelsWP ([a43fb9d](https://github.com/dstudio-asia/reels-wp/commit/a43fb9da6ccb21198574f368a170ddf58645db01)) 2 9 3 10 ## [4.1.22](https://github.com/dstudio-asia/reels-wp/compare/v4.1.21...v4.1.22) (2026-03-25) -
ecomm-reels/tags/4.1.23/ecomm-reels.php
r3490829 r3493291 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.2 25 * Version: 4.1.23 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.2 2');22 define('WP_REELS_VER', '4.1.23'); 23 23 24 24 function ecommreels_get_translation_locale_alias($locale) -
ecomm-reels/tags/4.1.23/readme.txt
r3490829 r3493291 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 4.1.2 27 Stable tag: 4.1.23 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.23 - 2026-03-28 = 125 - New: Add Bulgarian language support. 126 124 127 = 4.1.22 - 2026-03-25 = 125 128 - Tweak: Improved RTL layout for admin search fields -
ecomm-reels/trunk/CHANGELOG.md
r3490829 r3493291 1 1 # Changelog 2 3 ## [4.1.23](https://github.com/dstudio-asia/reels-wp/compare/v4.1.22...v4.1.23) (2026-03-28) 4 5 6 ### Features 7 8 * add Bulgarian translations for ReelsWP ([a43fb9d](https://github.com/dstudio-asia/reels-wp/commit/a43fb9da6ccb21198574f368a170ddf58645db01)) 2 9 3 10 ## [4.1.22](https://github.com/dstudio-asia/reels-wp/compare/v4.1.21...v4.1.22) (2026-03-25) -
ecomm-reels/trunk/ecomm-reels.php
r3490829 r3493291 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.2 25 * Version: 4.1.23 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.2 2');22 define('WP_REELS_VER', '4.1.23'); 23 23 24 24 function ecommreels_get_translation_locale_alias($locale) -
ecomm-reels/trunk/readme.txt
r3490829 r3493291 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 4.1.2 27 Stable tag: 4.1.23 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.23 - 2026-03-28 = 125 - New: Add Bulgarian language support. 126 124 127 = 4.1.22 - 2026-03-25 = 125 128 - Tweak: Improved RTL layout for admin search fields
Note: See TracChangeset
for help on using the changeset viewer.