Changeset 1009290
- Timestamp:
- 10/17/2014 09:24:08 PM (11 years ago)
- Location:
- social-metrics-tracker
- Files:
-
- 66 added
- 2 deleted
- 3 edited
-
tags/1.2.5 (added)
-
tags/1.2.5/MetricsUpdater.class.php (added)
-
tags/1.2.5/SocialMetricsSettings.class.php (added)
-
tags/1.2.5/SocialMetricsTrackerWidget.class.php (added)
-
tags/1.2.5/css (added)
-
tags/1.2.5/css/social_metrics.css (added)
-
tags/1.2.5/data-sources (added)
-
tags/1.2.5/data-sources/google_analytics.php (added)
-
tags/1.2.5/data-sources/sharedcount.com.php (added)
-
tags/1.2.5/lib (added)
-
tags/1.2.5/lib/Google (added)
-
tags/1.2.5/lib/Google/Auth (added)
-
tags/1.2.5/lib/Google/Auth/Abstract.php (added)
-
tags/1.2.5/lib/Google/Auth/AssertionCredentials.php (added)
-
tags/1.2.5/lib/Google/Auth/Exception.php (added)
-
tags/1.2.5/lib/Google/Auth/LoginTicket.php (added)
-
tags/1.2.5/lib/Google/Auth/OAuth2.php (added)
-
tags/1.2.5/lib/Google/Auth/Simple.php (added)
-
tags/1.2.5/lib/Google/Cache (added)
-
tags/1.2.5/lib/Google/Cache/Abstract.php (added)
-
tags/1.2.5/lib/Google/Cache/Apc.php (added)
-
tags/1.2.5/lib/Google/Cache/Exception.php (added)
-
tags/1.2.5/lib/Google/Cache/File.php (added)
-
tags/1.2.5/lib/Google/Cache/Memcache.php (added)
-
tags/1.2.5/lib/Google/Cache/Null.php (added)
-
tags/1.2.5/lib/Google/Client.php (added)
-
tags/1.2.5/lib/Google/Collection.php (added)
-
tags/1.2.5/lib/Google/Config.php (added)
-
tags/1.2.5/lib/Google/Exception.php (added)
-
tags/1.2.5/lib/Google/Http (added)
-
tags/1.2.5/lib/Google/Http/Batch.php (added)
-
tags/1.2.5/lib/Google/Http/CacheParser.php (added)
-
tags/1.2.5/lib/Google/Http/MediaFileUpload.php (added)
-
tags/1.2.5/lib/Google/Http/REST.php (added)
-
tags/1.2.5/lib/Google/Http/Request.php (added)
-
tags/1.2.5/lib/Google/IO (added)
-
tags/1.2.5/lib/Google/IO/Abstract.php (added)
-
tags/1.2.5/lib/Google/IO/Curl.php (added)
-
tags/1.2.5/lib/Google/IO/Exception.php (added)
-
tags/1.2.5/lib/Google/IO/Stream.php (added)
-
tags/1.2.5/lib/Google/IO/cacerts.pem (added)
-
tags/1.2.5/lib/Google/Model.php (added)
-
tags/1.2.5/lib/Google/Service (added)
-
tags/1.2.5/lib/Google/Service.php (added)
-
tags/1.2.5/lib/Google/Service/Analytics.php (added)
-
tags/1.2.5/lib/Google/Service/Exception.php (added)
-
tags/1.2.5/lib/Google/Service/Resource.php (added)
-
tags/1.2.5/lib/Google/Signer (added)
-
tags/1.2.5/lib/Google/Signer/Abstract.php (added)
-
tags/1.2.5/lib/Google/Signer/P12.php (added)
-
tags/1.2.5/lib/Google/Utils (added)
-
tags/1.2.5/lib/Google/Utils.php (added)
-
tags/1.2.5/lib/Google/Utils/URITemplate.php (added)
-
tags/1.2.5/lib/Google/Verifier (added)
-
tags/1.2.5/lib/Google/Verifier/Abstract.php (added)
-
tags/1.2.5/lib/Google/Verifier/Pem.php (added)
-
tags/1.2.5/lib/class-wp-list-table.php (added)
-
tags/1.2.5/lib/wp-settings-framework.php (added)
-
tags/1.2.5/readme.txt (added)
-
tags/1.2.5/settings (added)
-
tags/1.2.5/settings/smt-gapi.php (added)
-
tags/1.2.5/settings/smt-general.php (added)
-
tags/1.2.5/smt-dashboard-debug.php (added)
-
tags/1.2.5/smt-dashboard.php (added)
-
tags/1.2.5/smt-export.php (added)
-
tags/1.2.5/social-metrics-tracker.php (added)
-
trunk/LICENSE.md (deleted)
-
trunk/README.md (deleted)
-
trunk/data-sources/sharedcount.com.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/social-metrics-tracker.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-metrics-tracker/trunk/data-sources/sharedcount.com.php
r1007594 r1009290 64 64 // decode social data from JSON 65 65 $shared_count_service_data = json_decode($data, true); 66 67 return $shared_count_service_data; 66 68 } 67 69 68 70 } -
social-metrics-tracker/trunk/readme.txt
r1008254 r1009290 5 5 Requires at least: 3.5 6 6 Tested up to: 4.0 7 Stable tag: 1.2. 47 Stable tag: 1.2.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 81 81 == Changelog == 82 82 83 = 1.2.5 = 84 Fixed a bug where social scores were not being updated. 85 83 86 = 1.2.4 = 84 87 Important bug fix for ranking of posts. … … 120 123 121 124 == Upgrade Notice == 125 126 = 1.2.5 = 127 Fixed a bug where social scores were not being updated. 122 128 123 129 = 1.2.4 = -
social-metrics-tracker/trunk/social-metrics-tracker.php
r1008254 r1009290 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.2. 46 Version: 1.2.5 7 7 Author: Ben Cole, Chapman University 8 8 Author URI: http://www.bencole.net … … 33 33 class SocialMetricsTracker { 34 34 35 private $version = '1.2. 4'; // for db upgrade comparison35 private $version = '1.2.5'; // for db upgrade comparison 36 36 public $updater; 37 37 public $options;
Note: See TracChangeset
for help on using the changeset viewer.