From e86c81bf7af0c13f076a4be5d4104d6c147aa463 Mon Sep 17 00:00:00 2001 From: szczyglis Date: Mon, 25 Apr 2022 03:45:06 +0200 Subject: [PATCH] Updated version --- README.md | 4 ++-- src/Core/Config.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6342260..a7a0207 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Ultimate Chain Parser - advanced chain-flow based parser -PHP **7.2.5+**, current release: **1.2.7** build 2022-04-25 +PHP **7.2.5+**, current release: **1.2.8** build 2022-04-25 **"Ultimate Chain Parser" is a modular package for chain processing text data and converting it into a structured output. The concept of application is based on processing in subsequent iterations using configurable data processing modules in a configured manner. Each such element in the execution chain accesses the output of the previous element in the chain as input.** @@ -1645,7 +1645,7 @@ ___ **- 1.2.6** - Full dataset sharing added, eraser and splitter plugins are removed (their role is taken over by limiter), added configuration of dataset looks by freely specifying each separator for each dimension (rowset, row, column). (2022-04-23) -**- 1.2.7** - phpdoc updated (2022-04-25) +**- 1.2.8** - Updated PHPDoc (2022-04-25) # Credits diff --git a/src/Core/Config.php b/src/Core/Config.php index 1942571..606f002 100644 --- a/src/Core/Config.php +++ b/src/Core/Config.php @@ -21,8 +21,8 @@ */ class Config { - const VERSION = '1.2.6'; - const BUILD = '2022-04-23'; + const VERSION = '1.2.8'; + const BUILD = '2022-04-25'; const GITHUB_URL = 'https://github.com/szczyglis-dev/ultimate-chain-parser'; const WEB_URL = 'https://szczyglis.dev/ultimate-chain-parser'; const IS_DEMO_MODE = false;