Skip to content

Commit

Permalink
Merge pull request #270 from Nosto/release/5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid authored May 26, 2020
2 parents 38301b4 + 2eddffd commit a376d8f
Show file tree
Hide file tree
Showing 98 changed files with 244 additions and 304 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning (http://semver.org/).

## 5.0.0
* Namespace `Nosto\Object` renamed to `Nosto\Model`

## 4.1.0
* Introduce object for sort order tagging
* Add skipVCEvent to CMP graphql query
Expand Down
8 changes: 0 additions & 8 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,11 @@

<target name="phpcbf">
<exec executable="./vendor/bin/phpcbf" passthru="true">
<arg value="--colors"/>
<arg value="--report-width=auto"/>
<arg value="--standard=ruleset.xml"/>
<arg value="."/>
</exec>
</target>

<target name="phpcs" depends="phpcbf">
<exec executable="./vendor/bin/phpcs" passthru="true">
<arg value="--colors"/>
<arg value="--report-width=auto"/>
<arg value="--standard=ruleset.xml"/>
<arg value="."/>
</exec>
</target>

Expand Down
Loading

0 comments on commit a376d8f

Please sign in to comment.