Changeset 1027453
- Timestamp:
- 11/17/2014 07:43:03 PM (11 years ago)
- Location:
- social-metrics-tracker
- Files:
-
- 77 added
- 3 edited
-
tags/1.3.2 (added)
-
tags/1.3.2/MetricsUpdater.class.php (added)
-
tags/1.3.2/SocialMetricsDebugger.class.php (added)
-
tags/1.3.2/SocialMetricsSettings.class.php (added)
-
tags/1.3.2/SocialMetricsTrackerWidget.class.php (added)
-
tags/1.3.2/css (added)
-
tags/1.3.2/css/social_metrics.css (added)
-
tags/1.3.2/data-sources (added)
-
tags/1.3.2/data-sources/FacebookUpdater.class.php (added)
-
tags/1.3.2/data-sources/GooglePlusUpdater.class.php (added)
-
tags/1.3.2/data-sources/HTTPResourceUpdater.class.php (added)
-
tags/1.3.2/data-sources/LinkedInUpdater.class.php (added)
-
tags/1.3.2/data-sources/PinterestUpdater.class.php (added)
-
tags/1.3.2/data-sources/StumbleUponUpdater.class.php (added)
-
tags/1.3.2/data-sources/TwitterUpdater.class.php (added)
-
tags/1.3.2/data-sources/WordPressCircuitBreaker.class.php (added)
-
tags/1.3.2/data-sources/google_analytics.php (added)
-
tags/1.3.2/js (added)
-
tags/1.3.2/js/social-metrics-tracker.js (added)
-
tags/1.3.2/lib (added)
-
tags/1.3.2/lib/Google (added)
-
tags/1.3.2/lib/Google/Auth (added)
-
tags/1.3.2/lib/Google/Auth/Abstract.php (added)
-
tags/1.3.2/lib/Google/Auth/AssertionCredentials.php (added)
-
tags/1.3.2/lib/Google/Auth/Exception.php (added)
-
tags/1.3.2/lib/Google/Auth/LoginTicket.php (added)
-
tags/1.3.2/lib/Google/Auth/OAuth2.php (added)
-
tags/1.3.2/lib/Google/Auth/Simple.php (added)
-
tags/1.3.2/lib/Google/Cache (added)
-
tags/1.3.2/lib/Google/Cache/Abstract.php (added)
-
tags/1.3.2/lib/Google/Cache/Apc.php (added)
-
tags/1.3.2/lib/Google/Cache/Exception.php (added)
-
tags/1.3.2/lib/Google/Cache/File.php (added)
-
tags/1.3.2/lib/Google/Cache/Memcache.php (added)
-
tags/1.3.2/lib/Google/Cache/Null.php (added)
-
tags/1.3.2/lib/Google/Client.php (added)
-
tags/1.3.2/lib/Google/Collection.php (added)
-
tags/1.3.2/lib/Google/Config.php (added)
-
tags/1.3.2/lib/Google/Exception.php (added)
-
tags/1.3.2/lib/Google/Http (added)
-
tags/1.3.2/lib/Google/Http/Batch.php (added)
-
tags/1.3.2/lib/Google/Http/CacheParser.php (added)
-
tags/1.3.2/lib/Google/Http/MediaFileUpload.php (added)
-
tags/1.3.2/lib/Google/Http/REST.php (added)
-
tags/1.3.2/lib/Google/Http/Request.php (added)
-
tags/1.3.2/lib/Google/IO (added)
-
tags/1.3.2/lib/Google/IO/Abstract.php (added)
-
tags/1.3.2/lib/Google/IO/Curl.php (added)
-
tags/1.3.2/lib/Google/IO/Exception.php (added)
-
tags/1.3.2/lib/Google/IO/Stream.php (added)
-
tags/1.3.2/lib/Google/IO/cacerts.pem (added)
-
tags/1.3.2/lib/Google/Model.php (added)
-
tags/1.3.2/lib/Google/Service (added)
-
tags/1.3.2/lib/Google/Service.php (added)
-
tags/1.3.2/lib/Google/Service/Analytics.php (added)
-
tags/1.3.2/lib/Google/Service/Exception.php (added)
-
tags/1.3.2/lib/Google/Service/Resource.php (added)
-
tags/1.3.2/lib/Google/Signer (added)
-
tags/1.3.2/lib/Google/Signer/Abstract.php (added)
-
tags/1.3.2/lib/Google/Signer/P12.php (added)
-
tags/1.3.2/lib/Google/Utils (added)
-
tags/1.3.2/lib/Google/Utils.php (added)
-
tags/1.3.2/lib/Google/Utils/URITemplate.php (added)
-
tags/1.3.2/lib/Google/Verifier (added)
-
tags/1.3.2/lib/Google/Verifier/Abstract.php (added)
-
tags/1.3.2/lib/Google/Verifier/Pem.php (added)
-
tags/1.3.2/lib/class-wp-list-table.php (added)
-
tags/1.3.2/lib/wp-settings-framework.php (added)
-
tags/1.3.2/readme.txt (added)
-
tags/1.3.2/settings (added)
-
tags/1.3.2/settings/smt-gapi.php (added)
-
tags/1.3.2/settings/smt-general.php (added)
-
tags/1.3.2/smt-dashboard-debug.php (added)
-
tags/1.3.2/smt-dashboard.php (added)
-
tags/1.3.2/smt-export.php (added)
-
tags/1.3.2/social-metrics-tracker.php (added)
-
tags/1.3.2/uninstall.php (added)
-
trunk/data-sources/HTTPResourceUpdater.class.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/social-metrics-tracker.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-metrics-tracker/trunk/data-sources/HTTPResourceUpdater.class.php
r1026007 r1027453 128 128 129 129 case 'get' : 130 $response = wp_remote_get($url . '?' . http_build_query($this->resource_params ), $args);130 $response = wp_remote_get($url . '?' . http_build_query($this->resource_params, '', '&'), $args); 131 131 break; 132 132 } -
social-metrics-tracker/trunk/readme.txt
r1026007 r1027453 85 85 == Changelog == 86 86 87 = 1.3.2 = 88 * Fixed an issue where some servers were not correctly connecting to Facebook and LinkedIn 89 87 90 = 1.3.1 = 88 91 * Added a status indicator to show if data is being collected successfully. … … 142 145 == Upgrade Notice == 143 146 147 = 1.3.2 = 148 Hotfix for specific server configurations 149 144 150 = 1.3.1 = 145 151 Added better error messages and debug info -
social-metrics-tracker/trunk/social-metrics-tracker.php
r1026007 r1027453 4 4 Plugin URI: https://github.com/ChapmanU/wp-social-metrics-tracker 5 5 Description: Collect and display social network shares, likes, tweets, and view counts of posts. 6 Version: 1.3. 16 Version: 1.3.2 7 7 Author: Ben Cole, Chapman University 8 8 Author URI: http://www.bencole.net … … 33 33 class SocialMetricsTracker { 34 34 35 public $version = '1.3. 1'; // for db upgrade comparison35 public $version = '1.3.2'; // for db upgrade comparison 36 36 public $updater; 37 37 public $options;
Note: See TracChangeset
for help on using the changeset viewer.