Changeset 3019942
- Timestamp:
- 01/10/2024 04:23:21 PM (2 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.24.1.js (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.24.1.js.map (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.24.1.min.js (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.24.1.min.js.map (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.24.js (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.24.js.map (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.24.min.js (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.0.24.min.js.map (deleted)
-
disqus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disqus-comment-system/trunk/README.txt
r3019922 r3019942 4 4 Requires at least: 4.4 5 5 Tested up to: 6.4.2 6 Stable tag: 3.0.24 6 Stable tag: 3.0.24.1 7 7 Requires PHP: 5.6 8 8 … … 124 124 125 125 == Changelog == 126 = 3.0.24.1 = 127 * Add WP 6.4 to Github Actions CI and fixed dependency issues for WP 6.4 128 126 129 = 3.0.24 = 127 130 * Fixed multiple bugs with the manual syncing tool regarding syncing comments without parents and syncing comments missing thread data. -
disqus-comment-system/trunk/disqus.php
r3019922 r3019942 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.24 18 * Version: 3.0.24.1 19 19 * Author: Disqus 20 20 * Author URI: https://disqus.com/ … … 25 25 */ 26 26 27 $DISQUSVERSION = '3.0.24 ';27 $DISQUSVERSION = '3.0.24.1'; 28 28 29 29 // If this file is called directly, abort.
Note: See TracChangeset
for help on using the changeset viewer.