Changeset 2466762
- Timestamp:
- 02/01/2021 09:10:57 PM (5 years ago)
- Location:
- disqus-comment-system/trunk
- Files:
-
- 4 added
- 4 deleted
- 2 edited
-
README.txt (modified) (2 diffs)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.20.js (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.20.js.map (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.20.min.js (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.20.min.js.map (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.21.js (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.21.js.map (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.21.min.js (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.21.min.js.map (added)
-
disqus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disqus-comment-system/trunk/README.txt
r2465271 r2466762 4 4 Requires at least: 4.4 5 5 Tested up to: 5.6 6 Stable tag: 3.0.2 06 Stable tag: 3.0.21 7 7 Requires PHP: 5.6 8 8 … … 126 126 127 127 = 3.0.20 = 128 * Fixed issue with mismatched DISQUSVERSION causing admin issues 129 130 = 3.0.20 = 128 131 * Fixed issue with comments syncing to one sticky post 129 132 -
disqus-comment-system/trunk/disqus.php
r2465271 r2466762 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.2 018 * Version: 3.0.21 19 19 * Author: Disqus 20 20 * Author URI: https://disqus.com/ … … 25 25 */ 26 26 27 $DISQUSVERSION = '3.0. 19';27 $DISQUSVERSION = '3.0.21'; 28 28 29 29 // If this file is called directly, abort.
Note: See TracChangeset
for help on using the changeset viewer.