Plugin Directory

Changeset 3417325


Ignore:
Timestamp:
12/11/2025 11:55:45 AM (4 months ago)
Author:
azplugins
Message:

Update to version 3.0.2 from GitHub

Location:
az-video-and-audio-player-addon-for-elementor
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • az-video-and-audio-player-addon-for-elementor/tags/3.0.2/plugin-main.php

    r3417319 r3417325  
    44Plugin URI: https://leanplugins.com/
    55Description: Video & Audio player for Elementor, Gutenberg & Classic Editor
    6 Version: 3.0.1
     6Version: 3.0.2
    77Author: LeanPlugins
    88Author URI: https://leanplugins.com/
     
    1919// Both version may have this constant, so check first
    2020if (!defined('LEANPL_VERSION')) {
    21     define('LEANPL_VERSION', '3.0.1');
     21    define('LEANPL_VERSION', '3.0.2');
    2222    define('LEANPL_URI', plugins_url('', __FILE__));
    2323    define('LEANPL_DIR', dirname(__FILE__));
  • az-video-and-audio-player-addon-for-elementor/tags/3.0.2/readme.txt

    r3417319 r3417325  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 3.0.0
     7Stable tag: 3.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9898
    9999== Changelog ==
    100 = Version: 3.0.1 =
     100= Version: 3.0.2 =
    101101- Fixed: Dual plugin activation issue
    102102
  • az-video-and-audio-player-addon-for-elementor/trunk/plugin-main.php

    r3417319 r3417325  
    44Plugin URI: https://leanplugins.com/
    55Description: Video & Audio player for Elementor, Gutenberg & Classic Editor
    6 Version: 3.0.1
     6Version: 3.0.2
    77Author: LeanPlugins
    88Author URI: https://leanplugins.com/
     
    1919// Both version may have this constant, so check first
    2020if (!defined('LEANPL_VERSION')) {
    21     define('LEANPL_VERSION', '3.0.1');
     21    define('LEANPL_VERSION', '3.0.2');
    2222    define('LEANPL_URI', plugins_url('', __FILE__));
    2323    define('LEANPL_DIR', dirname(__FILE__));
  • az-video-and-audio-player-addon-for-elementor/trunk/readme.txt

    r3417319 r3417325  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 3.0.0
     7Stable tag: 3.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9898
    9999== Changelog ==
    100 = Version: 3.0.1 =
     100= Version: 3.0.2 =
    101101- Fixed: Dual plugin activation issue
    102102
Note: See TracChangeset for help on using the changeset viewer.