Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AiratHalitov committed Jul 25, 2020
1 parent cc7ade6 commit 05f0179
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### 2.2.0
* Исправлен баг с подменой лишних пробелов
* Рефакторинг кода рандомизатора
* Добавлено больше примеров шаблонов

### 2.0.1
* Исправлен баг с появлением лишних пробелов (#12)

Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# [Ad Generator](https://airat.biz/random/)
* Contributors: [Airat Halitov](https://github.com/AiratHalitov)
* Requires at least: 3.8
* Tested up to: 5.4.1
* Stable tag: [2.0.1](https://github.com/AiratHalitov/ad-generator/releases/latest)
* Tested up to: 5.4.3
* Stable tag: [2.2.0](https://github.com/AiratHalitov/ad-generator/releases/latest)
* License: GPLv3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -221,6 +221,11 @@ php ad-generator-cli.php -n 300 -f shablon.txt -o result.txt

## [Changelog](https://github.com/AiratHalitov/ad-generator/blob/master/CHANGELOG.md)

### 2.2.0
* Исправлен баг с подменой лишних пробелов
* Рефакторинг кода рандомизатора
* Добавлено больше примеров шаблонов

### 2.0.1
* Исправлен баг с появлением лишних пробелов (#12)

Expand Down
4 changes: 2 additions & 2 deletions ad-generator-cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @author Airat Halitov
* @license GPLv3
* @link https://airat.biz/random/
* @version 2.0.1
* @version 2.2.0
*/

if ( $argc < 2 ) {
Expand All @@ -25,7 +25,7 @@
function show_help () {
echo <<<END
\nHELP:
Version: 2.0.1
Version: 2.2.0
Command line interface for professional text randomizer and ad generator.\n
USAGE: php ad-generator-cli.php -n 300 -f shablon.txt -o result.txt\n
Arguments:
Expand Down
4 changes: 2 additions & 2 deletions ad-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Professional text randomizer and ad generator.
* Author: Airat Halitov
* Author URI: https://airat.biz
* Version: 2.0.1
* Version: 2.2.0
* Text Domain: ad-generator
* Domain Path: /languages/
* Requires WP: 3.8
Expand All @@ -19,7 +19,7 @@
* @author Airat Halitov
* @license GPLv3
* @link https://airat.biz/random/
* @version 2.0.1
* @version 2.2.0
*/

// Exit if accessed directly
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"type": "package",
"package": {
"name": "airathalitov/ad-generator",
"version": "2.0.1",
"version": "2.2.0",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Ad Generator ===
Contributors: Airat Halitov
Requires at least: 3.8
Tested up to: 5.4.1
Stable tag: 2.0.1
Tested up to: 5.4.3
Stable tag: 2.2.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand All @@ -28,6 +28,11 @@ Professional text randomizer and ad generator.

== Changelog ==

= 2.2.0 =
* Исправлен баг с подменой лишних пробелов
* Рефакторинг кода рандомизатора
* Добавлено больше примеров шаблонов

= 2.0.1 =
* Исправлен баг с появлением лишних пробелов (#12)

Expand Down

0 comments on commit 05f0179

Please sign in to comment.