Changeset 3184124
- Timestamp:
- 11/07/2024 11:25:48 PM (17 months ago)
- Location:
- disqus-comment-system/trunk
- Files:
-
- 4 added
- 4 deleted
- 3 edited
-
README.txt (modified) (5 diffs)
-
admin/bundles/js/en.disqus-admin.bundle.3.1.1.js (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.1.1.js.map (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.1.1.min.js (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.1.1.min.js.map (deleted)
-
admin/bundles/js/en.disqus-admin.bundle.3.1.2.js (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.1.2.js.map (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.1.2.min.js (added)
-
admin/bundles/js/en.disqus-admin.bundle.3.1.2.min.js.map (added)
-
admin/css/disqus-admin.css (modified) (1 diff)
-
disqus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disqus-comment-system/trunk/README.txt
r3063011 r3184124 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. 56 Stable tag: 3.1. 15 Tested up to: 6.6.3 6 Stable tag: 3.1.2 7 7 Requires PHP: 5.6 8 8 9 Disqus is the web's most popular comment system. Use Disqus to increase engagement, retain readers, and grow your audience. 9 Disqus is the web's most popular comment system. Use Disqus to increase engagement, retain readers, and grow your audience. **NEW: Disqus Polls – Engage your audiences with interactive polls, and seamlessly install them on your site.** 10 10 11 11 == Description == … … 16 16 17 17 In addition to our free-to-use, ad-supported Basic plan, we also offer ad-optional subscription plans that come with more advanced features and access to priority support. Please see our [pricing page](https://disqus.com/pricing/) for more details. 18 19 **NEW: [Disqus Polls](https://disqus.com/polls)** – Engage your audiences with interactive polls, and seamlessly install them on your site. 18 20 19 21 = Why Disqus? = … … 35 37 * Analytics dashboard for measuring overall engagement on your site 36 38 * Mobile responsive design 39 * **NEW: Disqus Polls** – Create and embed interactive polls directly on your site to boost engagement and gather insights from your audience. 37 40 38 41 = Engagement Features = … … 114 117 115 118 1. Disqus Comments 116 2. Disqus Audience Platform117 3. Comment Reply119 2. Disqus Polls 120 3. Disqus Audience Platform 118 121 4. Featured Comment 119 122 5. Recommendations (part of Disqus Comments) … … 126 129 127 130 == Changelog == 131 = 3.1.2 = 132 * Add Disqus Polls Information 133 128 134 = 3.1.1 = 129 135 * Add WP 6.5 to Github Actions CI -
disqus-comment-system/trunk/admin/css/disqus-admin.css
r3062199 r3184124 89 89 display: flex; 90 90 justify-content: center; 91 gap: 10vw;92 91 padding: 12px; 93 92 @media screen and (max-width: 768px) { -
disqus-comment-system/trunk/disqus.php
r3063011 r3184124 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. 118 * Version: 3.1.2 19 19 * Author: Disqus 20 20 * Author URI: https://disqus.com/ … … 25 25 */ 26 26 27 $DISQUSVERSION = '3.1. 1';27 $DISQUSVERSION = '3.1.2'; 28 28 29 29 // If this file is called directly, abort.
Note: See TracChangeset
for help on using the changeset viewer.