Skip to content

Commit

Permalink
ver 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy S. Zalevskiy committed Mar 21, 2020
1 parent 574ec8e commit 73fc269
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 38,440 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## 1.0.1 - 2020-03-21

### Changed

* fixed some bugs.

## 1.0.0 - 2020-02-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "news-parser",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"dependencies": {
"react": "^16.7.0",
Expand Down
4 changes: 2 additions & 2 deletions news-parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: News-Parser
Plugin URI: https://github.com/zalevsk1y/news-parser
Description: Parse full text news from RSS Feed
Version: 1.0.0
Version: 1.0.1
Author: Evgeny S.Zalevskiy <[email protected]>
Author URI: https://github.com/zalevsk1y/
License: MIT
Expand All @@ -14,7 +14,7 @@
namespace NewsParserPlugin;


define('NEWS_PARSER_PLUGIN_VERSION', '1.0.0');
define('NEWS_PARSER_PLUGIN_VERSION', '1.0.1');
define("NEWS_PARSER_PLUGIN_SLUG", 'news-parser');
define("NEWS_PARSER_PLUGIN_ROOT_NAMESPACE", 'NewsParserPlugin');
define("NEWS_PARSER_PLUGIN_SETTINGS_SLUG", 'news_parser_settings');
Expand Down
8 changes: 0 additions & 8 deletions public/css/parser_rss-1.0.0.css

This file was deleted.

1 change: 0 additions & 1 deletion public/css/parser_rss-1.0.0.css.map

This file was deleted.

Loading

0 comments on commit 73fc269

Please sign in to comment.