Changeset 2888521
- Timestamp:
- 03/28/2023 02:47:38 PM (3 years ago)
- Location:
- ele-hover-addon/trunk
- Files:
-
- 3 edited
-
ele-hover-addon.php (modified) (2 diffs)
-
includes/plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ele-hover-addon/trunk/ele-hover-addon.php
r2695169 r2888521 4 4 * Description: Creative Elementor Image Hover Addon 5 5 * Plugin URI: # 6 * Version: 1. 0.06 * Version: 1.1.0 7 7 * Author: Esrat Sultana 8 8 * Author URI: https://esrat.net/ … … 28 28 * Rename this for your plugin and update it as you release new versions. 29 29 */ 30 define( 'ELE_HOVER_ADDON_VERSION', '1. 0.0' );30 define( 'ELE_HOVER_ADDON_VERSION', '1.1.0' ); 31 31 32 32 // INitiate plugins widgets -
ele-hover-addon/trunk/includes/plugin.php
r2888512 r2888521 13 13 * The main class that initiates and runs the addon. 14 14 * 15 * @since 1. 0.015 * @since 1.1.0 16 16 */ 17 17 final class Plugin { … … 23 23 * @var string The addon version. 24 24 */ 25 const VERSION = '1. 0.0';25 const VERSION = '1.1.0'; 26 26 27 27 /** -
ele-hover-addon/trunk/readme.txt
r2811023 r2888521 1 1 === ele Hover Addon === 2 Contributors: themeux, esratpopy2 Contributors: themeux, pxelcode 3 3 Donate link: # 4 4 Tags: elementor,hover image, elementor hover image,elementor image hover box,elementor image box 5 5 Requires at least: 4.7 6 Tested up to: 6. 17 Stable tag: 1. 0.06 Tested up to: 6.2 7 Stable tag: 1.1.0 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later … … 51 51 == Changelog == 52 52 53 = 1.1 = 54 * Typography Control Added 55 * New style varition added 56 53 57 = 1.0 = 54 58 * A change since the previous version.
Note: See TracChangeset
for help on using the changeset viewer.