Changeset 3417325
- Timestamp:
- 12/11/2025 11:55:45 AM (4 months ago)
- Location:
- az-video-and-audio-player-addon-for-elementor
- Files:
-
- 4 edited
- 1 copied
-
tags/3.0.2 (copied) (copied from az-video-and-audio-player-addon-for-elementor/trunk)
-
tags/3.0.2/plugin-main.php (modified) (2 diffs)
-
tags/3.0.2/readme.txt (modified) (2 diffs)
-
trunk/plugin-main.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
az-video-and-audio-player-addon-for-elementor/tags/3.0.2/plugin-main.php
r3417319 r3417325 4 4 Plugin URI: https://leanplugins.com/ 5 5 Description: Video & Audio player for Elementor, Gutenberg & Classic Editor 6 Version: 3.0. 16 Version: 3.0.2 7 7 Author: LeanPlugins 8 8 Author URI: https://leanplugins.com/ … … 19 19 // Both version may have this constant, so check first 20 20 if (!defined('LEANPL_VERSION')) { 21 define('LEANPL_VERSION', '3.0. 1');21 define('LEANPL_VERSION', '3.0.2'); 22 22 define('LEANPL_URI', plugins_url('', __FILE__)); 23 23 define('LEANPL_DIR', dirname(__FILE__)); -
az-video-and-audio-player-addon-for-elementor/tags/3.0.2/readme.txt
r3417319 r3417325 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.0. 07 Stable tag: 3.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 98 98 99 99 == Changelog == 100 = Version: 3.0. 1=100 = Version: 3.0.2 = 101 101 - Fixed: Dual plugin activation issue 102 102 -
az-video-and-audio-player-addon-for-elementor/trunk/plugin-main.php
r3417319 r3417325 4 4 Plugin URI: https://leanplugins.com/ 5 5 Description: Video & Audio player for Elementor, Gutenberg & Classic Editor 6 Version: 3.0. 16 Version: 3.0.2 7 7 Author: LeanPlugins 8 8 Author URI: https://leanplugins.com/ … … 19 19 // Both version may have this constant, so check first 20 20 if (!defined('LEANPL_VERSION')) { 21 define('LEANPL_VERSION', '3.0. 1');21 define('LEANPL_VERSION', '3.0.2'); 22 22 define('LEANPL_URI', plugins_url('', __FILE__)); 23 23 define('LEANPL_DIR', dirname(__FILE__)); -
az-video-and-audio-player-addon-for-elementor/trunk/readme.txt
r3417319 r3417325 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.0. 07 Stable tag: 3.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 98 98 99 99 == Changelog == 100 = Version: 3.0. 1=100 = Version: 3.0.2 = 101 101 - Fixed: Dual plugin activation issue 102 102
Note: See TracChangeset
for help on using the changeset viewer.