Plugin Directory

Changeset 2888521


Ignore:
Timestamp:
03/28/2023 02:47:38 PM (3 years ago)
Author:
themeux
Message:

updated version

Location:
ele-hover-addon/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ele-hover-addon/trunk/ele-hover-addon.php

    r2695169 r2888521  
    44 * Description: Creative Elementor Image Hover Addon
    55 * Plugin URI:  #
    6  * Version:     1.0.0
     6 * Version:     1.1.0
    77 * Author:      Esrat Sultana
    88 * Author URI:  https://esrat.net/
     
    2828 * Rename this for your plugin and update it as you release new versions.
    2929 */
    30 define( 'ELE_HOVER_ADDON_VERSION', '1.0.0' );
     30define( 'ELE_HOVER_ADDON_VERSION', '1.1.0' );
    3131
    3232//  INitiate plugins widgets
  • ele-hover-addon/trunk/includes/plugin.php

    r2888512 r2888521  
    1313 * The main class that initiates and runs the addon.
    1414 *
    15  * @since 1.0.0
     15 * @since 1.1.0
    1616 */
    1717final class Plugin {
     
    2323     * @var string The addon version.
    2424     */
    25     const VERSION = '1.0.0';
     25    const VERSION = '1.1.0';
    2626
    2727    /**
  • ele-hover-addon/trunk/readme.txt

    r2811023 r2888521  
    11=== ele Hover Addon ===
    2 Contributors: themeux, esratpopy
     2Contributors: themeux, pxelcode
    33Donate link: #
    44Tags: elementor,hover image, elementor hover image,elementor image hover box,elementor image box
    55Requires at least: 4.7
    6 Tested up to: 6.1
    7 Stable tag: 1.0.0
     6Tested up to: 6.2
     7Stable tag: 1.1.0
    88Requires PHP: 7.2
    99License: GPLv2 or later
     
    5151== Changelog ==
    5252
     53= 1.1 =
     54* Typography Control Added
     55* New style varition added
     56
    5357= 1.0 =
    5458* A change since the previous version.
Note: See TracChangeset for help on using the changeset viewer.