Changeset 1831671
- Timestamp:
- 03/01/2018 04:19:39 PM (8 years ago)
- Location:
- lorem-expert-help
- Files:
-
- 6 edited
- 1 copied
-
tags/0.2.7 (copied) (copied from lorem-expert-help/trunk)
-
tags/0.2.7/class.lorem-main.php (modified) (1 diff)
-
tags/0.2.7/lorem-expert-help.php (modified) (2 diffs)
-
tags/0.2.7/readme.txt (modified) (1 diff)
-
trunk/class.lorem-main.php (modified) (1 diff)
-
trunk/lorem-expert-help.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lorem-expert-help/tags/0.2.7/class.lorem-main.php
r1831127 r1831671 240 240 public static function plugin_deactivation() { 241 241 self::delete_expert(); 242 delete_option( self::PLUGIN_UPDATED_OPTION_VTWO ); 242 243 243 244 $local_token = get_option( LoremExpert_Main::TOKEN_OPTION ); -
lorem-expert-help/tags/0.2.7/lorem-expert-help.php
r1831644 r1831671 4 4 Plugin URI: https://www.asklorem.com 5 5 Description: 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. 66 Version: 0.2.7 7 7 Author: Lorem Technologies 8 8 Author URI: https://profiles.wordpress.org/loremtechnologies … … 31 31 32 32 // Define constants 33 define( 'LOREM_EXPERT_VERSION', '0.2. 6' );33 define( 'LOREM_EXPERT_VERSION', '0.2.7' ); 34 34 define( 'LOREM_EXPERT__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 35 35 -
lorem-expert-help/tags/0.2.7/readme.txt
r1831644 r1831671 4 4 Requires at least: 3.7 5 5 Tested up to: 4.9 6 Stable tag: 0.2. 66 Stable tag: 0.2.7 7 7 License: GPL2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
lorem-expert-help/trunk/class.lorem-main.php
r1831127 r1831671 240 240 public static function plugin_deactivation() { 241 241 self::delete_expert(); 242 delete_option( self::PLUGIN_UPDATED_OPTION_VTWO ); 242 243 243 244 $local_token = get_option( LoremExpert_Main::TOKEN_OPTION ); -
lorem-expert-help/trunk/lorem-expert-help.php
r1831644 r1831671 4 4 Plugin URI: https://www.asklorem.com 5 5 Description: 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. 66 Version: 0.2.7 7 7 Author: Lorem Technologies 8 8 Author URI: https://profiles.wordpress.org/loremtechnologies … … 31 31 32 32 // Define constants 33 define( 'LOREM_EXPERT_VERSION', '0.2. 6' );33 define( 'LOREM_EXPERT_VERSION', '0.2.7' ); 34 34 define( 'LOREM_EXPERT__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 35 35 -
lorem-expert-help/trunk/readme.txt
r1831644 r1831671 4 4 Requires at least: 3.7 5 5 Tested up to: 4.9 6 Stable tag: 0.2. 66 Stable tag: 0.2.7 7 7 License: GPL2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.