Changeset 2465271
- Timestamp:
- 01/29/2021 10:17:53 PM (5 years ago)
- Location:
- disqus-comment-system/trunk
- Files:
-
- 4 added
- 4 deleted
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.19.js (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.19.js.map (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.19.min.js (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.19.min.js.map (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.20.js (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.20.js.map (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.20.min.js (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.20.min.js.map (added)
-
disqus.php (modified) (1 diff)
-
rest-api/class-disqus-rest-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
disqus-comment-system/trunk/README.txt
r2454222 r2465271 4 4 Requires at least: 4.4 5 5 Tested up to: 5.6 6 Stable tag: 3.0. 196 Stable tag: 3.0.20 7 7 Requires PHP: 5.6 8 8 … … 125 125 == Changelog == 126 126 127 = 3.0.20 = 128 * Fixed issue with comments syncing to one sticky post 129 127 130 = 3.0.19 = 128 131 * Fixed issue with missing admin bundles -
disqus-comment-system/trunk/disqus.php
r2454222 r2465271 16 16 * Plugin URI: https://disqus.com/ 17 17 * Description: Disqus helps publishers increase engagement and build loyal audiences. Supports syncing comments to your database for easy backup. 18 * Version: 3.0. 1918 * Version: 3.0.20 19 19 * Author: Disqus 20 20 * Author URI: https://disqus.com/ -
disqus-comment-system/trunk/rest-api/class-disqus-rest-api.php
r2454222 r2465271 735 735 'meta_key' => 'dsq_thread_id', 736 736 'meta_value' => $thread['id'], 737 'ignore_sticky_posts' => true, 737 738 ) ); 738 739
Note: See TracChangeset
for help on using the changeset viewer.