Changeset 3063011
- Timestamp:
- 04/02/2024 10:34:23 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.1.1.js (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.1.1.js.map (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.1.1.min.js (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.1.1.min.js.map (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.1.js (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.1.js.map (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.1.min.js (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.1.min.js.map (deleted)
-
disqus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disqus-comment-system/trunk/README.txt
r3062199 r3063011 3 3 Tags: disqus, comments, engagement, threaded, email, notification, spam, avatars, community, profile, widget 4 4 Requires at least: 4.4 5 Tested up to: 6. 4.26 Stable tag: 3.1 5 Tested up to: 6.5 6 Stable tag: 3.1.1 7 7 Requires PHP: 5.6 8 8 … … 126 126 127 127 == Changelog == 128 = 3.1.1 = 129 * Add WP 6.5 to Github Actions CI 130 128 131 = 3.1 = 129 132 * Disqus Embed now loads correctly on WordPress Block Themes. -
disqus-comment-system/trunk/disqus.php
r3062199 r3063011 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.1 18 * Version: 3.1.1 19 19 * Author: Disqus 20 20 * Author URI: https://disqus.com/ … … 25 25 */ 26 26 27 $DISQUSVERSION = '3.1 ';27 $DISQUSVERSION = '3.1.1'; 28 28 29 29 // If this file is called directly, abort.
Note: See TracChangeset
for help on using the changeset viewer.