Plugin Directory

Changeset 3184124


Ignore:
Timestamp:
11/07/2024 11:25:48 PM (17 months ago)
Author:
Disqus
Message:

Preparing for 3.1.2 release

Location:
disqus-comment-system/trunk
Files:
4 added
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • disqus-comment-system/trunk/README.txt

    r3063011 r3184124  
    33Tags: disqus, comments, engagement, threaded, email, notification, spam, avatars, community, profile, widget
    44Requires at least: 4.4
    5 Tested up to: 6.5
    6 Stable tag: 3.1.1
     5Tested up to: 6.6.3
     6Stable tag: 3.1.2
    77Requires PHP: 5.6
    88
    9 Disqus is the web's most popular comment system. Use Disqus to increase engagement, retain readers, and grow your audience.
     9Disqus 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.**
    1010
    1111== Description ==
     
    1616
    1717In 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.
    1820
    1921= Why Disqus? =
     
    3537* Analytics dashboard for measuring overall engagement on your site
    3638* 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.
    3740
    3841= Engagement Features =
     
    114117
    1151181. Disqus Comments
    116 2. Disqus Audience Platform
    117 3. Comment Reply
     1192. Disqus Polls
     1203. Disqus Audience Platform
    1181214. Featured Comment
    1191225. Recommendations (part of Disqus Comments)
     
    126129
    127130== Changelog ==
     131= 3.1.2 =
     132* Add Disqus Polls Information
     133
    128134= 3.1.1 =
    129135* Add WP 6.5 to Github Actions CI
  • disqus-comment-system/trunk/admin/css/disqus-admin.css

    r3062199 r3184124  
    8989        display: flex;
    9090        justify-content: center;
    91         gap: 10vw;
    9291        padding: 12px;
    9392        @media screen and (max-width: 768px) {
  • disqus-comment-system/trunk/disqus.php

    r3063011 r3184124  
    1616 * Plugin URI:        https://disqus.com/
    1717 * Description:       Disqus helps publishers increase engagement and build loyal audiences. Supports syncing comments to your database for easy backup.
    18  * Version:           3.1.1
     18 * Version:           3.1.2
    1919 * Author:            Disqus
    2020 * Author URI:        https://disqus.com/
     
    2525 */
    2626
    27 $DISQUSVERSION = '3.1.1';
     27$DISQUSVERSION = '3.1.2';
    2828
    2929// If this file is called directly, abort.
Note: See TracChangeset for help on using the changeset viewer.