Plugin Directory

Changeset 2828211


Ignore:
Timestamp:
12/03/2022 09:03:25 PM (3 years ago)
Author:
seindal
Message:

New version 0.17

Location:
planetplanet/tags/0.17
Files:
5 copied

Legend:

Unmodified
Added
Removed
  • planetplanet/tags/0.17/planetplanet-cli.php

    r2653314 r2828211  
    265265        WP_CLI::log( sprintf( __("Feed url: %s", 'planetplanet' ), $link['link_rss'] ) );
    266266
    267         return;
    268 
    269267        $id = wp_insert_link( $link, true );
    270268        if ( is_wp_error( $id ) )
  • planetplanet/tags/0.17/planetplanet.php

    r2655410 r2828211  
    88 * Text Domain:     planetplanet
    99 * Domain Path:     /languages
    10  * Version:         0.16
     10 * Version:         0.17
    1111 *
    1212 * @package         Planetplanet
  • planetplanet/tags/0.17/readme.txt

    r2809674 r2828211  
    33Tags: rss-aggregator
    44Requires at least: 5.8
    5 Tested up to: 6.1
     5Tested up to: 5.9
    66Requires PHP: 7.4
    7 Stable tag: 0.16
     7Stable tag: 0.17
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.