Changeset 2124152
- Timestamp:
- 07/16/2019 07:07:50 PM (7 years ago)
- Location:
- drift/trunk
- Files:
-
- 5 edited
-
drift.php (modified) (1 diff)
-
includes/class-drift-main.php (modified) (2 diffs)
-
languages/drift-ro_RO.po (modified) (1 diff)
-
languages/drift.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
drift/trunk/drift.php
r2122240 r2124152 4 4 Plugin URI: https://wordpress.org/plugins/drift/ 5 5 Description: Adds 100% free live chat & targeted messages to your website. Designed for internet businesses like yours to increase sales, conversions and better support your customers. 6 Version: 2.0. 06 Version: 2.0.1 7 7 Author: Drift 8 8 Author URI: https://www.drift.com/?ref=wordpress -
drift/trunk/includes/class-drift-main.php
r2122240 r2124152 63 63 public function __construct() { 64 64 $this->plugin_url = plugins_url( '', dirname( __FILE__ ) ); 65 $this->version = '2.0. 0';65 $this->version = '2.0.1'; 66 66 $this->define_hooks(); 67 67 } … … 654 654 */ 655 655 public static function release_updates() { 656 if ( version_compare( $this->version, '1.8.4', '>' ) ) {656 if ( version_compare( '2.0.0', '1.8.4', '>' ) ) { 657 657 $old = get_option( 'Drift_settings' ); // The old name of the option 658 658 if ( isset( $old ) ) { -
drift/trunk/languages/drift-ro_RO.po
r2122240 r2124152 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Drift 2.0. 0\n"3 "Project-Id-Version: Drift 2.0.1\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2018-09-26 15:10+0300\n" -
drift/trunk/languages/drift.pot
r2122240 r2124152 4 4 msgid "" 5 5 msgstr "" 6 "Project-Id-Version: Drift 2.0. 0\n"6 "Project-Id-Version: Drift 2.0.1\n" 7 7 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/drift\n" 8 8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
drift/trunk/readme.txt
r2122240 r2124152 5 5 Requires at least: 4.9 6 6 Requires PHP: 5.6 7 Stable tag: 2.0. 08 Version: 2.0. 07 Stable tag: 2.0.1 8 Version: 2.0.1 9 9 Tested up to: 5.2.2 10 10 License: GPLv3 … … 124 124 125 125 == Changelog == 126 127 = 2.0.1 = 128 *Release date: July 16th, 2019* 129 * BUGFIX: Fixed poor usage of this in static method 126 130 127 131 = 2.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.