Plugin Directory

Changeset 3034787


Ignore:
Timestamp:
02/12/2024 07:19:57 PM (2 years ago)
Author:
bikkel
Message:

tagging version 2.1.2

Location:
news-parser
Files:
244 added
5 edited

Legend:

Unmodified
Added
Removed
  • news-parser/trunk/inc/Config/global-variables-config-dev.php

    r3023057 r3034787  
    1717$rest_api_endpoints=array(
    1818    'root'=>esc_url_raw(rest_url()),
     19    'isPlainPermalink'=>(get_option('permalink_structure')==''),
    1920    'rssPageName'=>$menu_config->menu->subs[0]->menu_slug,
    2021    'singlePageName'=>$menu_config->menu->subs[1]->menu_slug,
  • news-parser/trunk/inc/Config/global-variables-config.php

    r3023057 r3034787  
    1717$rest_api_endpoints=array(
    1818    'root'=>esc_url_raw(rest_url()),
     19    'isPlainPermalink'=>(get_option('permalink_structure')==''),
    1920    'rssPageName'=>$menu_config->menu->subs[0]->menu_slug,
    2021    'singlePageName'=>$menu_config->menu->subs[1]->menu_slug,
  • news-parser/trunk/inc/Config/scripts-config.php

    r3034684 r3034787  
    1010    'global'=>array(),
    1111    'shared'=> array(
    12         NEWS_PARSER_PLUGIN_SLUG . '-384-chunk'=>array(
    13             'path'=>NEWS_PARSER_PLUGIN_URL . '/public/js/384-'.NEWS_PARSER_PLUGIN_VERSION.'.bundle.js',
     12        NEWS_PARSER_PLUGIN_SLUG . '-24-chunk'=>array(
     13            'path'=>NEWS_PARSER_PLUGIN_URL . '/public/js/24-'.NEWS_PARSER_PLUGIN_VERSION.'.bundle.js',
    1414            'depends_on'=>array()
    1515        ),
  • news-parser/trunk/news-parser.php

    r3034684 r3034787  
    44Plugin URI: https://github.com/zalevsk1y/news-parser
    55Description: Parse full text news from RSS Feed
    6 Version: 2.1.1
     6Version: 2.1.2
    77Author: Evgeny S.Zalevskiy <[email protected]>
    88Author URI: https://github.com/zalevsk1y/
     
    1515
    1616
    17 define('NEWS_PARSER_PLUGIN_VERSION', '2.1.1');
     17define('NEWS_PARSER_PLUGIN_VERSION', '2.1.2');
    1818define ("NEWS_PARSER_PLUGIN_MODE","production");
    1919
  • news-parser/trunk/readme.txt

    r3034684 r3034787  
    77Requires at least: 5.2.0
    88Tested up to: 6.3.1
    9 Stable tag: 2.1.1
     9Stable tag: 2.1.2
    1010License: MIT
    1111License URI: https://opensource.org/licenses/MIT
Note: See TracChangeset for help on using the changeset viewer.