Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree committed Jan 9, 2021
1 parent de63d57 commit 4372387
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4372387

Please sign in to comment.