Plugin Directory

Changeset 3205122


Ignore:
Timestamp:
12/09/2024 09:41:18 PM (15 months ago)
Author:
bikkel
Message:

tagging version 2.2.2

Location:
news-parser
Files:
729 added
3 edited

Legend:

Unmodified
Added
Removed
  • news-parser/trunk/inc/Entities/CronData.php

    r3205095 r3205122  
    6767     * Use infinite cron calls.
    6868     */
    69     protected $infiniteCronCalls;
     69    protected $infinitCronCalls;
    7070    /**
    7171     * Allow to parse infinit posts per cron call.
     
    212212    public function getInfinitCronCalls()
    213213    {
    214         return $this->infiniteCronCalls;
     214        return $this->infinitCronCalls;
    215215    }
    216216    /**
     
    240240        $this->parsedPosts = $options['parsedPosts'];
    241241        $this->status = $options['status'];
    242         $this->infiniteCronCalls=isset($options['infinitCronCalls'])?$options['infinitCronCalls']:false;
     242        $this->infinitCronCalls=isset($options['infinitCronCalls'])?$options['infinitCronCalls']:false;
    243243        $this->maxPostsParsedPerCronCall = isset($options['maxPostsParsedPerCronCall']) ? $options['maxPostsParsedPerCronCall'] : null;
    244244        $this->infinitPostsParsedPerCronCall = isset($options['infinitPostsParsedPerCronCall'])?$options['infinitPostsParsedPerCronCall']:false;
  • news-parser/trunk/news-parser.php

    r3205095 r3205122  
    44Plugin URI: https://www.news-parser.com
    55Description: Parse full text news from RSS Feed
    6 Version: 2.2.1
     6Version: 2.2.2
    77Author: Evgeny S.Zalevskiy <2600@ukr.net>
    88Author URI: https://github.com/zalevsk1y/
     
    1515
    1616
    17 define('NEWS_PARSER_PLUGIN_VERSION', '2.2.1');
     17define('NEWS_PARSER_PLUGIN_VERSION', '2.2.2');
    1818define ("NEWS_PARSER_PLUGIN_MODE","production");
    1919
  • news-parser/trunk/readme.txt

    r3205110 r3205122  
    77Requires at least: 5.2.0
    88Tested up to: 6.7.1
    9 Stable tag: 2.2.1
     9Stable tag: 2.2.2
    1010License: MIT
    1111License URI: https://opensource.org/licenses/MIT
Note: See TracChangeset for help on using the changeset viewer.