Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
szczyglis-dev committed Apr 25, 2022
1 parent 7ae2a35 commit e86c81b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.**
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions src/Core/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e86c81b

Please sign in to comment.