Plugin Directory

Changeset 3407405


Ignore:
Timestamp:
12/02/2025 12:10:28 AM (4 months ago)
Author:
etruel
Message:

Confirmed WordPress 6.9 compatibility

Location:
wpematico
Files:
158 added
2 edited

Legend:

Unmodified
Added
Removed
  • wpematico/trunk/readme.txt

    r3395091 r3407405  
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=B8V39NWK3NFQU
    44Tags: RSS,XML,rss to blog,feed to post,rss aggregator
    5 Stable tag: 2.8.13
    6 Tested up to: 6.8.3
     5Stable tag: 2.8.14
     6Tested up to: 6.9
    77Requires at least: 4.8
    88Requires PHP: 7.0
     
    243243
    244244> See all detailed changelog at [WPeMatico Releases](https://wpematico.com/releases/)
     245
     246= 2.8.14 – Dec 1, 2025 =
     247* Confirmed WordPress 6.9 compatibility.
    245248
    246249= 2.8.13 – Nov 13, 2025 =
     
    494497
    495498== Upgrade Notice ==
    496 Fixes vulnerability.
     499Confirmed WordPress 6.9 compatibility.
  • wpematico/trunk/wpematico.php

    r3395091 r3407405  
    44 * Plugin URI: https://www.wpematico.com
    55 * Description: Create posts automatically from RSS/Atom feeds organized into campaigns with multiples filters.  If you like it, please rate it 5 stars.
    6  * Version: 2.8.13
     6 * Version: 2.8.14
    77 * Author: Etruel Developments LLC
    88 * Author URI: https://etruel.com/wpematico/
     
    2828        private function setup_constants() {
    2929            if (!defined('WPEMATICO_VERSION'))
    30                 define('WPEMATICO_VERSION', '2.8.13');
     30                define('WPEMATICO_VERSION', '2.8.14');
    3131           
    3232            if (!defined('WPEMATICO_BASENAME'))
Note: See TracChangeset for help on using the changeset viewer.