Changeset 1784272
- Timestamp:
- 12/10/2017 12:24:07 PM (8 years ago)
- Location:
- proper-profile
- Files:
-
- 4 edited
- 21 copied
-
tags/1.1.6 (copied) (copied from proper-profile/trunk)
-
tags/1.1.6/LICENSE.txt (copied) (copied from proper-profile/trunk/LICENSE.txt)
-
tags/1.1.6/README.txt (copied) (copied from proper-profile/trunk/README.txt) (2 diffs)
-
tags/1.1.6/admin (copied) (copied from proper-profile/trunk/admin)
-
tags/1.1.6/admin/class-proper-profile-admin.php (copied) (copied from proper-profile/trunk/admin/class-proper-profile-admin.php)
-
tags/1.1.6/admin/css/proper-profile-admin.css (copied) (copied from proper-profile/trunk/admin/css/proper-profile-admin.css)
-
tags/1.1.6/admin/css/tooltipster-sideTip-shadow.min.css (copied) (copied from proper-profile/trunk/admin/css/tooltipster-sideTip-shadow.min.css)
-
tags/1.1.6/admin/css/tooltipster.bundle.min.css (copied) (copied from proper-profile/trunk/admin/css/tooltipster.bundle.min.css)
-
tags/1.1.6/admin/images (copied) (copied from proper-profile/trunk/admin/images)
-
tags/1.1.6/admin/js/proper-profile-admin.js (copied) (copied from proper-profile/trunk/admin/js/proper-profile-admin.js)
-
tags/1.1.6/admin/js/tooltipster.bundle.min.js (copied) (copied from proper-profile/trunk/admin/js/tooltipster.bundle.min.js)
-
tags/1.1.6/admin/partials/admin-notice-bad-api-key.php (copied) (copied from proper-profile/trunk/admin/partials/admin-notice-bad-api-key.php)
-
tags/1.1.6/admin/partials/admin-notice-missing-api-key.php (copied) (copied from proper-profile/trunk/admin/partials/admin-notice-missing-api-key.php)
-
tags/1.1.6/admin/partials/admin-notice-upgrade-required.php (copied) (copied from proper-profile/trunk/admin/partials/admin-notice-upgrade-required.php)
-
tags/1.1.6/includes (copied) (copied from proper-profile/trunk/includes)
-
tags/1.1.6/includes/class-proper-profile-activator.php (modified) (1 diff)
-
tags/1.1.6/includes/class-proper-profile.php (copied) (copied from proper-profile/trunk/includes/class-proper-profile.php)
-
tags/1.1.6/index.php (copied) (copied from proper-profile/trunk/index.php)
-
tags/1.1.6/languages (copied) (copied from proper-profile/trunk/languages)
-
tags/1.1.6/proper-profile.php (copied) (copied from proper-profile/trunk/proper-profile.php) (2 diffs)
-
tags/1.1.6/public (copied) (copied from proper-profile/trunk/public)
-
tags/1.1.6/uninstall.php (copied) (copied from proper-profile/trunk/uninstall.php)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-proper-profile-activator.php (modified) (1 diff)
-
trunk/proper-profile.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
proper-profile/tags/1.1.6/README.txt
r1784021 r1784272 4 4 Requires at least: 4.4 5 5 Tested up to: 4.8.9 6 Stable tag: 1.1. 56 Stable tag: 1.1.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 71 71 == Changelog == 72 72 73 = 1.1.6 = 74 * Support older versions of MySQL. 75 73 76 = 1.1.5 = 74 77 * Changed confusing wording from Activate to Enable. -
proper-profile/tags/1.1.6/includes/class-proper-profile-activator.php
r1775422 r1784272 57 57 email varchar(100) NOT NULL, 58 58 data text NOT NULL, 59 cached_at datetimeNOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,59 cached_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, 60 60 PRIMARY KEY (id), 61 61 UNIQUE KEY idx_email (email) -
proper-profile/tags/1.1.6/proper-profile.php
r1784021 r1784272 17 17 * Plugin URI: http://example.com/proper-profile-uri/ 18 18 * Description: Automagically gets all available public data on your customers, so you can make better informed decisions. 19 * Version: 1.1. 519 * Version: 1.1.6 20 20 * Author: Proper Profile 21 21 * Author URI: https://properprofile.com/ … … 31 31 } 32 32 33 define( 'PROPER_PROFILE_VERSION', '1.1. 5' );34 define( 'PROPER_PROFILE_DB_VERSION', '1.1. 4' );33 define( 'PROPER_PROFILE_VERSION', '1.1.6' ); 34 define( 'PROPER_PROFILE_DB_VERSION', '1.1.6' ); 35 35 36 36 /** -
proper-profile/trunk/README.txt
r1784021 r1784272 4 4 Requires at least: 4.4 5 5 Tested up to: 4.8.9 6 Stable tag: 1.1. 56 Stable tag: 1.1.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 71 71 == Changelog == 72 72 73 = 1.1.6 = 74 * Support older versions of MySQL. 75 73 76 = 1.1.5 = 74 77 * Changed confusing wording from Activate to Enable. -
proper-profile/trunk/includes/class-proper-profile-activator.php
r1775422 r1784272 57 57 email varchar(100) NOT NULL, 58 58 data text NOT NULL, 59 cached_at datetimeNOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,59 cached_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, 60 60 PRIMARY KEY (id), 61 61 UNIQUE KEY idx_email (email) -
proper-profile/trunk/proper-profile.php
r1784021 r1784272 17 17 * Plugin URI: http://example.com/proper-profile-uri/ 18 18 * Description: Automagically gets all available public data on your customers, so you can make better informed decisions. 19 * Version: 1.1. 519 * Version: 1.1.6 20 20 * Author: Proper Profile 21 21 * Author URI: https://properprofile.com/ … … 31 31 } 32 32 33 define( 'PROPER_PROFILE_VERSION', '1.1. 5' );34 define( 'PROPER_PROFILE_DB_VERSION', '1.1. 4' );33 define( 'PROPER_PROFILE_VERSION', '1.1.6' ); 34 define( 'PROPER_PROFILE_DB_VERSION', '1.1.6' ); 35 35 36 36 /**
Note: See TracChangeset
for help on using the changeset viewer.