Plugin Directory

Changeset 1695148


Ignore:
Timestamp:
07/12/2017 11:48:52 AM (9 years ago)
Author:
upsell
Message:

1.2.8.1, July 12, 2017

  • Fix: WooCommerce 3.x compatibility
Location:
wp-tao
Files:
2263 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-tao/trunk/includes/class-wptao-diagnostic.php

    r1694768 r1695148  
    280280     */
    281281    public function woocommerce_version_check( $version = '3.0' ) {
    282         if ( $this->is_woo_enabled() ) {
     282        if ( !$this->is_woo_enabled() ) {
    283283            return false;
    284284        }
  • wp-tao/trunk/readme.txt

    r1694768 r1695148  
    44Requires at least: 3.8
    55Tested up to: 4.8
    6 Stable tag: 1.2.8
     6Stable tag: 1.2.8.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7474
    7575== Changelog ==
     76
     77= 1.2.8.1, July 12, 2017 =
     78* Fix: WooCommerce 3.x compatibility
    7679
    7780= 1.2.8, July 11, 2017 =
  • wp-tao/trunk/wp-tao.php

    r1694768 r1695148  
    44 * Plugin URI: https://wordpress.org/plugins/wp-tao/
    55 * Description: WP Tracker and Optimizer is an intuitive and powerful tool for tracking website visitors by small business owners.
    6  * Version: 1.2.8
     6 * Version: 1.2.8.1
    77 * Author: WP Tao Co.
    88 * Author URI: http://wptao.org
     
    264264        private function constants() {
    265265
    266             $this->define( 'WTBP_WPTAO_VERSION', '1.2.8' );   // Current version            $this->define( 'WTBP_WPTAO_NAME', 'WP Tracker and Optimizer' );   // Plugin name
     266            $this->define( 'WTBP_WPTAO_VERSION', '1.2.8.1' );   // Current version
     267            $this->define( 'WTBP_WPTAO_NAME', 'WP Tracker and Optimizer' );   // Plugin name
    267268            $this->define( 'WTBP_WPTAO_DIR', plugin_dir_path( __FILE__ ) );  // Root plugin path
    268269            $this->define( 'WTBP_WPTAO_URL', plugin_dir_url( __FILE__ ) );   // Root plugin URL
Note: See TracChangeset for help on using the changeset viewer.