Changeset 1832582
- Timestamp:
- 03/02/2018 10:22:41 PM (8 years ago)
- Location:
- disqus-comment-system/trunk
- Files:
-
- 3 added
- 3 deleted
- 2 edited
-
README.txt (modified) (2 diffs)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.14.js (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.14.js.map (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.14.min.js (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.15.js (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.15.js.map (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.15.min.js (added)
-
disqus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disqus-comment-system/trunk/README.txt
r1831152 r1832582 4 4 Requires at least: 4.4 5 5 Tested up to: 4.9.4 6 Stable tag: 3.0.1 46 Stable tag: 3.0.15 7 7 Requires PHP: 5.4 8 8 … … 123 123 == Changelog == 124 124 125 = 3.0.15 = 126 127 * Fixed bug preventing sites from importing WordPress comments to Disqus 128 125 129 = 3.0.14 = 126 130 -
disqus-comment-system/trunk/disqus.php
r1831152 r1832582 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.1 418 * Version: 3.0.15 19 19 * Author: Disqus 20 20 * Author URI: https://disqus.com/ … … 25 25 */ 26 26 27 $DISQUSVERSION = '3.0.1 4';27 $DISQUSVERSION = '3.0.15'; 28 28 29 29 // If this file is called directly, abort.
Note: See TracChangeset
for help on using the changeset viewer.