Plugin Directory

Changeset 2124152


Ignore:
Timestamp:
07/16/2019 07:07:50 PM (7 years ago)
Author:
driftcom
Message:

Version 2.0.1

Location:
drift/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • drift/trunk/drift.php

    r2122240 r2124152  
    44Plugin URI: https://wordpress.org/plugins/drift/
    55Description: 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.0
     6Version: 2.0.1
    77Author: Drift
    88Author URI: https://www.drift.com/?ref=wordpress
  • drift/trunk/includes/class-drift-main.php

    r2122240 r2124152  
    6363        public function __construct() {
    6464            $this->plugin_url = plugins_url( '', dirname( __FILE__ ) );
    65             $this->version    = '2.0.0';
     65            $this->version    = '2.0.1';
    6666            $this->define_hooks();
    6767        }
     
    654654         */
    655655        public static function release_updates() {
    656             if ( version_compare( $this->version, '1.8.4', '>' ) ) {
     656            if ( version_compare( '2.0.0', '1.8.4', '>' ) ) {
    657657                $old = get_option( 'Drift_settings' ); // The old name of the option
    658658                if ( isset( $old ) ) {
  • drift/trunk/languages/drift-ro_RO.po

    r2122240 r2124152  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: Drift 2.0.0\n"
     3"Project-Id-Version: Drift 2.0.1\n"
    44"Report-Msgid-Bugs-To: \n"
    55"POT-Creation-Date: 2018-09-26 15:10+0300\n"
  • drift/trunk/languages/drift.pot

    r2122240 r2124152  
    44msgid ""
    55msgstr ""
    6 "Project-Id-Version: Drift 2.0.0\n"
     6"Project-Id-Version: Drift 2.0.1\n"
    77"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/drift\n"
    88"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • drift/trunk/readme.txt

    r2122240 r2124152  
    55Requires at least: 4.9
    66Requires PHP: 5.6
    7 Stable tag: 2.0.0
    8 Version: 2.0.0
     7Stable tag: 2.0.1
     8Version: 2.0.1
    99Tested up to: 5.2.2
    1010License: GPLv3
     
    124124
    125125== Changelog ==
     126
     127= 2.0.1 =
     128*Release date: July 16th, 2019*
     129* BUGFIX: Fixed poor usage of this in static method
    126130
    127131= 2.0.0 =
Note: See TracChangeset for help on using the changeset viewer.