We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6c18d commit 46566f6Copy full SHA for 46566f6
CHANGELOG.md
@@ -11,6 +11,11 @@ All releases must adhere to [SemVer 2](https://semver.org/) naming convention an
11
## PHPMarkup [Unreleased]
12
Released: TBA. Notable changes:
13
14
+## PHPMarkup 4.2.3
15
+Released: 2021-10-06. Notable changes:
16
+* Added: CI via Github Action.
17
+* Added: Live argument access.
18
+
19
## PHPMarkup 4.2.2
20
Released: 2021-07-12. Notable changes:
21
* Fixed: Add Properties bug.
README.md
@@ -18,7 +18,7 @@ $ composer require ouxsoft/phpmarkup
```
## Basic Usage
-Create an Element class with DOMElement processing instructions.
+Create an Element class containing DOMElement processing instructions.
22
```php
23
<?php
24
0 commit comments