Plugin Directory

Changeset 1831671


Ignore:
Timestamp:
03/01/2018 04:19:39 PM (8 years ago)
Author:
loremtechnologies
Message:

bump version 0.2.7

Location:
lorem-expert-help
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • lorem-expert-help/tags/0.2.7/class.lorem-main.php

    r1831127 r1831671  
    240240    public static function plugin_deactivation() {
    241241        self::delete_expert();
     242        delete_option( self::PLUGIN_UPDATED_OPTION_VTWO );
    242243
    243244        $local_token = get_option( LoremExpert_Main::TOKEN_OPTION );
  • lorem-expert-help/tags/0.2.7/lorem-expert-help.php

    r1831644 r1831671  
    44Plugin URI:  https://www.asklorem.com
    55Description: Work with Lorem to customize your website and grow your business. Our experts are available 24/7 to help design, build, and fix your website for you. Trusted by thousands of business owners around the world.
    6 Version: 0.2.6
     6Version: 0.2.7
    77Author: Lorem Technologies
    88Author URI: https://profiles.wordpress.org/loremtechnologies
     
    3131
    3232// Define constants
    33 define( 'LOREM_EXPERT_VERSION', '0.2.6' );
     33define( 'LOREM_EXPERT_VERSION', '0.2.7' );
    3434define( 'LOREM_EXPERT__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    3535
  • lorem-expert-help/tags/0.2.7/readme.txt

    r1831644 r1831671  
    44Requires at least: 3.7
    55Tested up to: 4.9
    6 Stable tag: 0.2.6
     6Stable tag: 0.2.7
    77License: GPL2
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • lorem-expert-help/trunk/class.lorem-main.php

    r1831127 r1831671  
    240240    public static function plugin_deactivation() {
    241241        self::delete_expert();
     242        delete_option( self::PLUGIN_UPDATED_OPTION_VTWO );
    242243
    243244        $local_token = get_option( LoremExpert_Main::TOKEN_OPTION );
  • lorem-expert-help/trunk/lorem-expert-help.php

    r1831644 r1831671  
    44Plugin URI:  https://www.asklorem.com
    55Description: Work with Lorem to customize your website and grow your business. Our experts are available 24/7 to help design, build, and fix your website for you. Trusted by thousands of business owners around the world.
    6 Version: 0.2.6
     6Version: 0.2.7
    77Author: Lorem Technologies
    88Author URI: https://profiles.wordpress.org/loremtechnologies
     
    3131
    3232// Define constants
    33 define( 'LOREM_EXPERT_VERSION', '0.2.6' );
     33define( 'LOREM_EXPERT_VERSION', '0.2.7' );
    3434define( 'LOREM_EXPERT__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    3535
  • lorem-expert-help/trunk/readme.txt

    r1831644 r1831671  
    44Requires at least: 3.7
    55Tested up to: 4.9
    6 Stable tag: 0.2.6
     6Stable tag: 0.2.7
    77License: GPL2
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.