Skip to content

Commit

Permalink
updated current library version in README, updated recent changes in …
Browse files Browse the repository at this point in the history
…CHANGELOG
  • Loading branch information
thunderer committed Aug 2, 2016
1 parent 8f915c0 commit d961fca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## Version 0.*

* v0.6.0 (XX.YY.2016)
* v0.6.2 (25.04.2016)

* fixed issue with parsing shortcode tokens inside shortcode content.

* v0.6.1 (25.02.2016)

* fixed bug with not recalculating new text length after applying shortcode replacement which caused the replacements to be applied only up to the length of source text.

* v0.6.0 (13.02.2016)

* README was completely rewritten to take into account newest additions,
* introduced `FilterShortcodesEvent` for modifying set of parsed shortcodes before processing them,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ Each part is described in the dedicated section in this document.
There are no required dependencies and all PHP versions from 5.3 up to latest 7.0 [are tested](https://travis-ci.org/thunderer/Shortcode) and supported. This library is available on Composer/Packagist as `thunderer/shortcode`, to install it execute:

```
composer require thunderer/shortcode ^0.5
composer require thunderer/shortcode ^0.6
```

or manually update your `composer.json` with:

```
(...)
"require": {
"thunderer/shortcode": "^0.5"
"thunderer/shortcode": "^0.6"
}
(...)
```
Expand Down

0 comments on commit d961fca

Please sign in to comment.