Changeset 2102202
- Timestamp:
- 06/07/2019 12:00:54 PM (7 years ago)
- Location:
- db-share-count
- Files:
-
- 3 edited
- 4 copied
-
tags/0.1.9 (copied) (copied from db-share-count/trunk)
-
tags/0.1.9/changelog.txt (copied) (copied from db-share-count/trunk/changelog.txt) (1 diff)
-
tags/0.1.9/db_share_count.php (copied) (copied from db-share-count/trunk/db_share_count.php) (2 diffs)
-
tags/0.1.9/readme.txt (copied) (copied from db-share-count/trunk/readme.txt) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/db_share_count.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
db-share-count/tags/0.1.9/changelog.txt
r2098603 r2102202 2 2 3 3 All notable changes to the project will be documented in this file. 4 5 ## [0.1.9] 6 ### Fixed 7 - increased timeout for cache from 5 minutes to 50 minutes 4 8 5 9 ## [0.1.7] -
db-share-count/tags/0.1.9/db_share_count.php
r2098666 r2102202 4 4 Plugin URI: https://github.com/Crasily/db_share_count 5 5 Description: Social share buttons with count 6 Version: 0.1. 86 Version: 0.1.9 7 7 Author: Nathan Webb 8 8 License: GPLv2 or later … … 180 180 ); 181 181 } 182 if ($meta['createdAt'] > (time() - 300 )) {182 if ($meta['createdAt'] > (time() - 3000)) { 183 183 dbsc_respondJson($meta); 184 184 die(); -
db-share-count/tags/0.1.9/readme.txt
r2098666 r2102202 68 68 69 69 == Changelog == 70 = 0.1.9 = 71 * increased timeout for cache 72 70 73 = 0.1.8 = 71 74 * updated pinterest url -
db-share-count/trunk/changelog.txt
r2098603 r2102202 2 2 3 3 All notable changes to the project will be documented in this file. 4 5 ## [0.1.9] 6 ### Fixed 7 - increased timeout for cache from 5 minutes to 50 minutes 4 8 5 9 ## [0.1.7] -
db-share-count/trunk/db_share_count.php
r2098666 r2102202 4 4 Plugin URI: https://github.com/Crasily/db_share_count 5 5 Description: Social share buttons with count 6 Version: 0.1. 86 Version: 0.1.9 7 7 Author: Nathan Webb 8 8 License: GPLv2 or later … … 180 180 ); 181 181 } 182 if ($meta['createdAt'] > (time() - 300 )) {182 if ($meta['createdAt'] > (time() - 3000)) { 183 183 dbsc_respondJson($meta); 184 184 die(); -
db-share-count/trunk/readme.txt
r2098666 r2102202 68 68 69 69 == Changelog == 70 = 0.1.9 = 71 * increased timeout for cache 72 70 73 = 0.1.8 = 71 74 * updated pinterest url
Note: See TracChangeset
for help on using the changeset viewer.