Plugin Directory

Changeset 3019942


Ignore:
Timestamp:
01/10/2024 04:23:21 PM (2 years ago)
Author:
Disqus
Message:

Preparing for 3.0.24.1 release

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

Legend:

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

    r3019922 r3019942  
    44Requires at least: 4.4
    55Tested up to: 6.4.2
    6 Stable tag: 3.0.24
     6Stable tag: 3.0.24.1
    77Requires PHP: 5.6
    88
     
    124124
    125125== Changelog ==
     126= 3.0.24.1 =
     127* Add WP 6.4 to Github Actions CI and fixed dependency issues for WP 6.4
     128
    126129= 3.0.24 =
    127130* 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  
    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.0.24
     18 * Version:           3.0.24.1
    1919 * Author:            Disqus
    2020 * Author URI:        https://disqus.com/
     
    2525 */
    2626
    27 $DISQUSVERSION = '3.0.24';
     27$DISQUSVERSION = '3.0.24.1';
    2828
    2929// If this file is called directly, abort.
Note: See TracChangeset for help on using the changeset viewer.