Skip to content

Commit

Permalink
[COMPOSER][CHANGELOG] update version chateaClientLib 1.0.0 and create…
Browse files Browse the repository at this point in the history
… new version 1.0.0
  • Loading branch information
Chrysweel committed Apr 26, 2016
1 parent b9d733e commit 3adaaab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
CHANGELOG for 1.0.x
===================

This changelog references the relevant changes (bug and security fixes) done
in 1.0 minor versions.

To get the diff for a specific change, go to https://github.com/antwebes/ChateaClientBundle/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/antwebes/ChateaClientBundle/compare/v1.0.0...v1.0.1

After of year, this bungle is stable.
We create verson 1.0.0 because now user can registered with country and whitout city.
And use chateaClientLib version 1.0.0

* 1.0.0 (2016-04-26)

* Country is required in the register form
* When editing user, country is setted
* Fixed init country select selection on edit city & Fixed cities autocomplete
* Changed label of edit city to edit your localization
* Retain country when errors happen in register
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"symfony/security-bundle" : "2.3.*",
"symfony/assetic-bundle" : "~2.3",
"antwebes/chatea-common" : "0.1.0",
"antwebes/chatea-client-lib" : "0.1.7",
"antwebes/chatea-client-lib" : "1.0.0",
"antwebes/chatea-secure-bundle" : "0.1.6",
"beelab/recaptcha2-bundle" : "0.1.*",
"doctrine/annotations" : "^1.2"
Expand Down

0 comments on commit 3adaaab

Please sign in to comment.