Changeset 3092583
- Timestamp:
- 05/26/2024 05:30:15 AM (22 months ago)
- Location:
- anant-addons-for-elementor
- Files:
-
- 2 added
- 3 edited
-
assets/128X128.png (added)
-
assets/banner-1544x500.png (added)
-
trunk/anant-addons-for-elementor.php (modified) (1 diff)
-
trunk/anant-constant.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
anant-addons-for-elementor/trunk/anant-addons-for-elementor.php
r3092508 r3092583 5 5 * Author: Anantaddons 6 6 * Author URI: https://anantaddons.com 7 * Version: 0.0. 17 * Version: 0.0.2 8 8 * License: GPLv3 9 9 * License URI: https://opensource.org/licenses/GPL-3.0 -
anant-addons-for-elementor/trunk/anant-constant.php
r3092508 r3092583 7 7 define( 'ANANT_PATH', plugin_dir_path( ANANT ) ); 8 8 define( 'ANANT_URL', plugin_dir_url( ANANT ) ); 9 define( 'ANANT_VERSION', '0.0. 1' ); //Plugin Version9 define( 'ANANT_VERSION', '0.0.2' ); //Plugin Version 10 10 define( 'ANANT_MIN_ELEMENTOR_VERSION', '2.0.0' ); //MINIMUM ELEMENTOR Plugin Version 11 11 define( 'ANANT_MIN_PHP_VERSION', '5.4' ); //MINIMUM PHP Plugin Version -
anant-addons-for-elementor/trunk/readme.txt
r3092508 r3092583 5 5 Requires PHP: 5.3 6 6 Tested up to: 6.5.2 7 Stable tag: 0.0. 17 Stable tag: 0.0.2 8 8 License: GPLv3 or later 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 13 13 14 14 == Changelog == 15 * 0.0. 115 * 0.0.2 16 16 - Initial release
Note: See TracChangeset
for help on using the changeset viewer.