Changeset 1784931
- Timestamp:
- 12/11/2017 06:48:18 PM (8 years ago)
- Location:
- proper-profile
- Files:
-
- 3 edited
- 22 copied
-
tags/1.1.9 (copied) (copied from proper-profile/trunk)
-
tags/1.1.9/LICENSE.txt (copied) (copied from proper-profile/trunk/LICENSE.txt)
-
tags/1.1.9/README.txt (copied) (copied from proper-profile/trunk/README.txt) (2 diffs)
-
tags/1.1.9/admin (copied) (copied from proper-profile/trunk/admin)
-
tags/1.1.9/admin/class-proper-profile-admin.php (copied) (copied from proper-profile/trunk/admin/class-proper-profile-admin.php) (1 diff)
-
tags/1.1.9/admin/css/proper-profile-admin.css (copied) (copied from proper-profile/trunk/admin/css/proper-profile-admin.css)
-
tags/1.1.9/admin/css/tooltipster-sideTip-shadow.min.css (copied) (copied from proper-profile/trunk/admin/css/tooltipster-sideTip-shadow.min.css)
-
tags/1.1.9/admin/css/tooltipster.bundle.min.css (copied) (copied from proper-profile/trunk/admin/css/tooltipster.bundle.min.css)
-
tags/1.1.9/admin/images (copied) (copied from proper-profile/trunk/admin/images)
-
tags/1.1.9/admin/js/proper-profile-admin.js (copied) (copied from proper-profile/trunk/admin/js/proper-profile-admin.js)
-
tags/1.1.9/admin/js/tooltipster.bundle.min.js (copied) (copied from proper-profile/trunk/admin/js/tooltipster.bundle.min.js)
-
tags/1.1.9/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.9/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.9/admin/partials/admin-notice-upgrade-required.php (copied) (copied from proper-profile/trunk/admin/partials/admin-notice-upgrade-required.php)
-
tags/1.1.9/includes (copied) (copied from proper-profile/trunk/includes)
-
tags/1.1.9/includes/class-proper-profile-activator.php (copied) (copied from proper-profile/trunk/includes/class-proper-profile-activator.php)
-
tags/1.1.9/includes/class-proper-profile.php (copied) (copied from proper-profile/trunk/includes/class-proper-profile.php)
-
tags/1.1.9/index.php (copied) (copied from proper-profile/trunk/index.php)
-
tags/1.1.9/languages (copied) (copied from proper-profile/trunk/languages)
-
tags/1.1.9/proper-profile.php (copied) (copied from proper-profile/trunk/proper-profile.php) (2 diffs)
-
tags/1.1.9/public (copied) (copied from proper-profile/trunk/public)
-
tags/1.1.9/uninstall.php (copied) (copied from proper-profile/trunk/uninstall.php)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/class-proper-profile-admin.php (modified) (1 diff)
-
trunk/proper-profile.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
proper-profile/tags/1.1.9/README.txt
r1784698 r1784931 4 4 Requires at least: 4.4 5 5 Tested up to: 4.8.9 6 Stable tag: 1.1. 86 Stable tag: 1.1.9 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.9 = 74 * Fixed a bug that caused each API call to be executed twice. 75 73 76 = 1.1.8 = 74 77 * The plugin accidentaly hijacked other plugins settings links in the plugins page. Fixed. -
proper-profile/tags/1.1.9/admin/class-proper-profile-admin.php
r1784698 r1784931 266 266 $ret = 500; 267 267 }else{ 268 $json = wp_remote_retrieve_body( wp_remote_get($proper_profile_api_url));268 $json = wp_remote_retrieve_body($response); 269 269 $sql = "INSERT INTO {$table_name} (email,data) VALUES(%s,%s) ON DUPLICATE KEY UPDATE data=%s,cached_at=NOW()"; 270 270 $wpdb->query($wpdb->prepare($sql,$email,$json,$json)); -
proper-profile/tags/1.1.9/proper-profile.php
r1784698 r1784931 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. 819 * Version: 1.1.9 20 20 * Author: Proper Profile 21 21 * Author URI: https://properprofile.com/ … … 31 31 } 32 32 33 define( 'PROPER_PROFILE_VERSION', '1.1. 8' );33 define( 'PROPER_PROFILE_VERSION', '1.1.9' ); 34 34 define( 'PROPER_PROFILE_DB_VERSION', '1.1.6' ); 35 35 -
proper-profile/trunk/README.txt
r1784698 r1784931 4 4 Requires at least: 4.4 5 5 Tested up to: 4.8.9 6 Stable tag: 1.1. 86 Stable tag: 1.1.9 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.9 = 74 * Fixed a bug that caused each API call to be executed twice. 75 73 76 = 1.1.8 = 74 77 * The plugin accidentaly hijacked other plugins settings links in the plugins page. Fixed. -
proper-profile/trunk/admin/class-proper-profile-admin.php
r1784698 r1784931 266 266 $ret = 500; 267 267 }else{ 268 $json = wp_remote_retrieve_body( wp_remote_get($proper_profile_api_url));268 $json = wp_remote_retrieve_body($response); 269 269 $sql = "INSERT INTO {$table_name} (email,data) VALUES(%s,%s) ON DUPLICATE KEY UPDATE data=%s,cached_at=NOW()"; 270 270 $wpdb->query($wpdb->prepare($sql,$email,$json,$json)); -
proper-profile/trunk/proper-profile.php
r1784698 r1784931 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. 819 * Version: 1.1.9 20 20 * Author: Proper Profile 21 21 * Author URI: https://properprofile.com/ … … 31 31 } 32 32 33 define( 'PROPER_PROFILE_VERSION', '1.1. 8' );33 define( 'PROPER_PROFILE_VERSION', '1.1.9' ); 34 34 define( 'PROPER_PROFILE_DB_VERSION', '1.1.6' ); 35 35
Note: See TracChangeset
for help on using the changeset viewer.