Changeset 2350321
- Timestamp:
- 08/01/2020 09:49:09 AM (6 years ago)
- Location:
- inboundlatino-sendy-elements
- Files:
-
- 2 edited
-
tags/2.0.0/sendy-elements.php (modified) (2 diffs)
-
trunk/sendy-elements.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
inboundlatino-sendy-elements/tags/2.0.0/sendy-elements.php
r2350319 r2350321 30 30 * @var string The plugin version. 31 31 */ 32 const VERSION = ' 1.0.1';32 const VERSION = '2.0.0'; 33 33 34 34 /** … … 39 39 * @var string Minimum Elementor version required to run the plugin. 40 40 */ 41 const MINIMUM_ELEMENTOR_VERSION = '2. 5.0';41 const MINIMUM_ELEMENTOR_VERSION = '2.9.0'; 42 42 43 43 /** -
inboundlatino-sendy-elements/trunk/sendy-elements.php
r2350319 r2350321 30 30 * @var string The plugin version. 31 31 */ 32 const VERSION = ' 1.0.1';32 const VERSION = '2.0.0'; 33 33 34 34 /** … … 39 39 * @var string Minimum Elementor version required to run the plugin. 40 40 */ 41 const MINIMUM_ELEMENTOR_VERSION = '2. 5.0';41 const MINIMUM_ELEMENTOR_VERSION = '2.9.0'; 42 42 43 43 /**
Note: See TracChangeset
for help on using the changeset viewer.