Plugin Directory

Changeset 1784272


Ignore:
Timestamp:
12/10/2017 12:24:07 PM (8 years ago)
Author:
properprofile
Message:

checkin of plugin v1.1.6

Location:
proper-profile
Files:
4 edited
21 copied

Legend:

Unmodified
Added
Removed
  • proper-profile/tags/1.1.6/README.txt

    r1784021 r1784272  
    44Requires at least: 4.4
    55Tested up to: 4.8.9
    6 Stable tag: 1.1.5
     6Stable tag: 1.1.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7171== Changelog ==
    7272
     73= 1.1.6 =
     74* Support older versions of MySQL.
     75
    7376= 1.1.5 =
    7477* Changed confusing wording from Activate to Enable.
  • proper-profile/tags/1.1.6/includes/class-proper-profile-activator.php

    r1775422 r1784272  
    5757                email varchar(100) NOT NULL,
    5858                data text NOT NULL,
    59                 cached_at datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
     59                cached_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
    6060                PRIMARY KEY  (id),
    6161                UNIQUE KEY idx_email (email)
  • proper-profile/tags/1.1.6/proper-profile.php

    r1784021 r1784272  
    1717 * Plugin URI:        http://example.com/proper-profile-uri/
    1818 * Description:       Automagically gets all available public data on your customers, so you can make better informed decisions.
    19  * Version:           1.1.5
     19 * Version:           1.1.6
    2020 * Author:            Proper Profile
    2121 * Author URI:        https://properprofile.com/
     
    3131}
    3232
    33 define( 'PROPER_PROFILE_VERSION', '1.1.5' );
    34 define( 'PROPER_PROFILE_DB_VERSION', '1.1.4' );
     33define( 'PROPER_PROFILE_VERSION', '1.1.6' );
     34define( 'PROPER_PROFILE_DB_VERSION', '1.1.6' );
    3535
    3636/**
  • proper-profile/trunk/README.txt

    r1784021 r1784272  
    44Requires at least: 4.4
    55Tested up to: 4.8.9
    6 Stable tag: 1.1.5
     6Stable tag: 1.1.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7171== Changelog ==
    7272
     73= 1.1.6 =
     74* Support older versions of MySQL.
     75
    7376= 1.1.5 =
    7477* Changed confusing wording from Activate to Enable.
  • proper-profile/trunk/includes/class-proper-profile-activator.php

    r1775422 r1784272  
    5757                email varchar(100) NOT NULL,
    5858                data text NOT NULL,
    59                 cached_at datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
     59                cached_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
    6060                PRIMARY KEY  (id),
    6161                UNIQUE KEY idx_email (email)
  • proper-profile/trunk/proper-profile.php

    r1784021 r1784272  
    1717 * Plugin URI:        http://example.com/proper-profile-uri/
    1818 * Description:       Automagically gets all available public data on your customers, so you can make better informed decisions.
    19  * Version:           1.1.5
     19 * Version:           1.1.6
    2020 * Author:            Proper Profile
    2121 * Author URI:        https://properprofile.com/
     
    3131}
    3232
    33 define( 'PROPER_PROFILE_VERSION', '1.1.5' );
    34 define( 'PROPER_PROFILE_DB_VERSION', '1.1.4' );
     33define( 'PROPER_PROFILE_VERSION', '1.1.6' );
     34define( 'PROPER_PROFILE_DB_VERSION', '1.1.6' );
    3535
    3636/**
Note: See TracChangeset for help on using the changeset viewer.