diff --git a/.github/workflows/CONTRIBUTING.md b/.github/workflows/CONTRIBUTING.md index e3e2ea0..ac6264a 100644 --- a/.github/workflows/CONTRIBUTING.md +++ b/.github/workflows/CONTRIBUTING.md @@ -10,7 +10,7 @@ * Run `composer update` to update composer packages and commit new composer.lock. * Run `composer build` and ensure PSR Standards are adhered to. * Test your changes using `composer test`. -* Send a pull request. +* Submit a [pull request](https://github.com/ouxsoft/livingmarkup-dev/pulls). ## Coding Guidelines @@ -20,18 +20,12 @@ * Classes use S.O.L.I.D. Design Principle. * Work to improve Code Score on [Codacy](https://app.codacy.com/manual/hxtree/LivingMarkup). -## Using LivingMarkup from a Git checkout +## Setting up Development Environment -The following commands can be used to perform the initial checkout of LivingMarkup: - -```bash -git clone git://github.com/ouxsoft/livingMarkup.git - -cd livingMarkup -``` +For the development environment, see [LivingMarkup-Dev](https://github.com/ouxsoft/livingmarkup-dev) ## Reporting issues Please report issue and open new tickets: -* [Report Issues](https://github.com/ouxsoft/livingMarkup/issues) +* [Report Issues](https://github.com/ouxsoft/livingMarkup/issues) \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4ffe3..d930209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,11 @@ All releases must adhere to [SemVer 2](https://semver.org/) naming convention an ## LivingMarkup [Unreleased] ## LivingMarkup 2.0.0 -Released: 2021-07-01. Notable changes: -* Added: Integration with dedicated docker development [LivingMarkup-Dev](https://github.com/ouxsoft/livingmarkup-dev). -* Added: Json config support. -* Removed: Yaml config support (as requirement often caused build test and environments to fail). +Released: 2021-09-01. Notable changes: +* Fixed: TravisCI build. [de63d57](https://github.com/ouxsoft/LivingMarkup/commit/de63d574c6aa6470d19641a71adabd2e318ec9a0) +* Added: Integration with dedicated docker development [LivingMarkup-Dev](https://github.com/ouxsoft/livingmarkup-dev). [#e1912d8](https://github.com/ouxsoft/LivingMarkup/commit/e1912d87ad13e10732410527a63dbc8b33c1f7af) +* Added: Json config support. [#188c92c](https://github.com/ouxsoft/LivingMarkup/commit/188c92c44c255e1b3f9560bf1052503c48e07b69) +* Removed: Yaml config support (as requirement often caused build test and environments to fail). [#188c92c](https://github.com/ouxsoft/LivingMarkup/commit/188c92c44c255e1b3f9560bf1052503c48e07b69) ## LivingMarkup 1.6.0 Released: 2020-06-21. Notable changes: diff --git a/README.md b/README.md index f59f984..e474e3e 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ ## About - -A [LHTML processor](https://github.com/ouxsoft/LHTML) implementation programmed in PHP. Provides a markup abstraction layer. +A server-side markup abstraction layer based on the [LHTML](https://github.com/ouxsoft/LHTML) standard programmed in PHP. ## Usage Start by creating an LHTML Element.