Plugin Directory

Changeset 2721931


Ignore:
Timestamp:
05/11/2022 10:50:03 AM (4 years ago)
Author:
Access Keys
Message:

Compatibility check with WordPress Version 5.9.3 .

Location:
accesspress-twitter-auto-post
Files:
38 added
2 edited

Legend:

Unmodified
Added
Removed
  • accesspress-twitter-auto-post/trunk/accesspress-twitter-auto-post.php

    r2636482 r2721931  
    55 * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-auto-post/
    66 * Description: A plugin to publish your wordpress posts to your twitter account
    7  * Version: 1.4.6
     7 * Version: 1.4.7
    88 * Author: AccessPress Themes
    99 * Author URI: http://accesspressthemes.com
     
    9292            }
    9393            if (!defined('ATAP_VERSION')) {
    94                 define('ATAP_VERSION', '1.4.6');
     94                define('ATAP_VERSION', '1.4.7');
    9595            }
    9696            if (!defined('ATAP_TD')) {
  • accesspress-twitter-auto-post/trunk/readme.txt

    r2636482 r2721931  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 4.5
    6 Tested up to: 5.8
    7 Stable tag: 1.4.6
     6Tested up to: 5.9
     7Stable tag: 1.4.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    102102== Changelog ==
    103103
     104= 1.4.7 =
     105* Compatibility check with WordPress Version 5.9.3 .
     106
    104107= 1.4.6 =
    105108* Checked compatibility with WP version 5.8.
Note: See TracChangeset for help on using the changeset viewer.