Plugin Directory

Changeset 2022757


Ignore:
Timestamp:
01/31/2019 02:21:21 PM (7 years ago)
Author:
upsell
Message:

1.2.10, January 31, 2019

  • Update: MySQL 5.7 compatibility
Location:
wp-tao
Files:
2265 added
7 edited

Legend:

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

    r1837373 r2022757  
    10611061    public function get_column_defaults() {
    10621062        return array(
    1063             'id'             => 0,
    10641063            'event_ts'       => '0',
    10651064            'category'       => '',
  • wp-tao/trunk/includes/class-wptao-fingerprints.php

    r1676740 r2022757  
    484484    public function get_column_defaults() {
    485485        return array(
    486             'id'                 => 0,
    487486            'ip'                 => '',
    488487            'user_agent'         => '',
  • wp-tao/trunk/includes/class-wptao-meta.php

    r1676740 r2022757  
    381381    public function get_column_defaults() {
    382382        return array(
    383             'id'                 => 0,
    384383            $this->field . '_id' => 0,
    385384            'meta_key'           => '',
  • wp-tao/trunk/includes/class-wptao-tags.php

    r1445817 r2022757  
    118118    public function get_column_defaults() {
    119119        return array(
    120             'id'     => 0,
    121120            'tag'    => '',
    122121        );
  • wp-tao/trunk/includes/class-wptao-users.php

    r1837373 r2022757  
    748748    public function get_column_defaults() {
    749749        return array(
    750             'id'             => 0,
    751750            'email'          => '',
    752751            'phone'          => '',
  • wp-tao/trunk/readme.txt

    r1837373 r2022757  
    33Tags: activity, analytic, analytics, track, tracker, tracking, stats, statistics, pageview, reports, crm, sales, monitor, traffic, e-commerce, easy digital downloads, edd, woocommerce, woo, marketing automation, lead tracking, logs, logger, lead generation, sales leads
    44Requires at least: 3.8
    5 Tested up to: 4.9.4
    6 Stable tag: 1.2.9
     5Tested up to: 5.0
     6Stable tag: 1.2.10
    77Requires PHP: 5.3
    88License: GPLv2 or later
     
    7575
    7676== Changelog ==
     77
     78= 1.2.10, January 31, 2019 =
     79* Update: MySQL 5.7 compatibility
    7780
    7881= 1.2.9, March 8, 2018 =
  • wp-tao/trunk/wp-tao.php

    r1837373 r2022757  
    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.9
     6 * Version: 1.2.10
    77 * Author: WP Tao Co.
    88 * Author URI: https://wptao.net
     
    264264        private function constants() {
    265265
    266             $this->define( 'WTBP_WPTAO_VERSION', '1.2.9' );   // Current version
     266            $this->define( 'WTBP_WPTAO_VERSION', '1.2.10' );   // Current version
    267267            $this->define( 'WTBP_WPTAO_NAME', 'WP Tracker and Optimizer' );   // Plugin name
    268268            $this->define( 'WTBP_WPTAO_DIR', plugin_dir_path( __FILE__ ) );  // Root plugin path
Note: See TracChangeset for help on using the changeset viewer.