Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #437 from elcodi/feature/updated-changelog-0-5-15
Browse files Browse the repository at this point in the history
Added changelog to 0.5.15 and fixed elcodi deps
  • Loading branch information
mmoreram committed May 7, 2015
2 parents 4af544f + a106068 commit eccfe79
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 28 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG-0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,43 @@ https://github.com/elcodi/bamboo/commit/XXX where XXX is the change hash To
get the diff between two versions, go to
https://github.com/elcodi/bamboo/compare/v0.5.2...v0.5.3

### v0.5.15 (07-05-2015)

* [`c101c6c`](https://github.com/elcodi/elcodi/bamboo/c101c6cb22fe31fb7bb67101dbe7027ccc0fd5dc) Added Bridge for Visithor Bundle (mmoreram)
* [`9ec5ec4`](https://github.com/elcodi/elcodi/bamboo/9ec5ec4773f54a140766a657d6bef6b9f9095648) Added emails override and fixed data fixtures (Roger Gros)
* [`0f865d5`](https://github.com/elcodi/elcodi/bamboo/0f865d5c52fba398f144782b7e7acce73b5cc687) Updated cs style (mmoreram)
* [`98c716d`](https://github.com/elcodi/elcodi/bamboo/98c716d2931a56b6a54af93dc7c5564141437363) Product page shows subcategories products (Roger Gros)
* [`9c3f716`](https://github.com/elcodi/elcodi/bamboo/9c3f716375550a66295603da48400dfac9703e5b) Update composer.json (marcel)
* [`8f9f7d9`](https://github.com/elcodi/elcodi/bamboo/8f9f7d9cd24a0576c04589180755868eac31e742) Fixed composer dependencies (Roger Gros)
* [`c77fa8b`](https://github.com/elcodi/elcodi/bamboo/c77fa8bf2871f7c2726fda9e47466f3a6505960e) Some test fixes (mmoreram)
* [`cf4ad68`](https://github.com/elcodi/elcodi/bamboo/cf4ad684326e06ad6fc8a852fe084632b63b2ada) Updated and fixed tests (mmoreram)
* [`5d6ab13`](https://github.com/elcodi/elcodi/bamboo/5d6ab138b41ba376c203445cb28f40acdbdfebc0) update years on .formatter.yml's and also remove keys on under arguments: service definitions (Luis Cordova)
* [`5bf1bb7`](https://github.com/elcodi/elcodi/bamboo/5bf1bb721ea6dc102eb2b30f25192f605477b2e5) reusing existing symfony request functionality (Luis Cordova)
* [`7aed7c8`](https://github.com/elcodi/elcodi/bamboo/7aed7c834a9ef2f1d9b1547ad61d64255cb7a33f) various fixes (Luis Cordova)
* [`20292a8`](https://github.com/elcodi/elcodi/bamboo/20292a8ed164ec3284a89f3915ecce186bd70f8d) using the right method isMethod to test for GET (Luis Cordova)
* [`ee4f682`](https://github.com/elcodi/elcodi/bamboo/ee4f68236b534bd1c061aa4a54732144bf7cf533) remove unneeded require because AppKernel is already loaded via bootstrap (Luis Cordova)
* [`ff78971`](https://github.com/elcodi/elcodi/bamboo/ff78971ad78363fba9d01e87bde8f1b3d0ff70a4) remove slashes :) (Luis Cordova)
* [`cde3112`](https://github.com/elcodi/elcodi/bamboo/cde3112c53ec142bb96bfc45fd04615e5a161f0e) Disabled javascript tests in travis (mmoreram)
* [`4ba6c36`](https://github.com/elcodi/elcodi/bamboo/4ba6c3681b29ae0067b69a6343ef6ff6b4c62e64) Added javascript tests (mmoreram)
* [`a3d4c6c`](https://github.com/elcodi/elcodi/bamboo/a3d4c6c5b47f8ded6197773f53e658f3ffe9757f) Fixes upload images for variants and a small problem with 2 col grids (Toni Pinel)
* [`1eefa90`](https://github.com/elcodi/elcodi/bamboo/1eefa9013dd380b0fcc336ab49b39263e9b3d0c0) Fixed add address text (Roger Gros)
* [`17719f7`](https://github.com/elcodi/elcodi/bamboo/17719f7f786b3b1d6e69db90568a4397fa5abbf0) Added principal image to manufacturer and variant (Roger Gros)
* [`8035228`](https://github.com/elcodi/elcodi/bamboo/80352282e7804937ed52465153b08907a15f43e2) Saving principal image when saving product (Roger Gros)
* [`4f3f2f6`](https://github.com/elcodi/elcodi/bamboo/4f3f2f650e61101208fbd777e4b6164cb7cabd76) Solved bug on order images and input unchecked when the image uploader module is called. (Toni Pinel)
* [`f5c4251`](https://github.com/elcodi/elcodi/bamboo/f5c425133b75b9d397553d165fd43dbd23b434b0) Store name added to admin tab (Roger Gros)
* [`7afff71`](https://github.com/elcodi/elcodi/bamboo/7afff713a485a47cf20b23bba110727ab828d414) Updated frontendcore and fixed id miss on variants js (Toni Pinel)
* [`9f24a2f`](https://github.com/elcodi/elcodi/bamboo/9f24a2f5002e088ada9c2d54050f57bfe30dfd94) fix mink lowest version (Berny Cantos)
* [`f109b0e`](https://github.com/elcodi/elcodi/bamboo/f109b0e299a78c47107c6310a637f42a65e57357) add travis test for lowest dependencies (Berny Cantos)
* [`50e2ee2`](https://github.com/elcodi/elcodi/bamboo/50e2ee2ff7caf53d302dbc0a8c67038bdbeaadd5) Fixed media routes. Disabled i18n (mmoreram)
* [`43a6af4`](https://github.com/elcodi/elcodi/bamboo/43a6af4386e04e6537ea1a97deac501fe8993bc4) add missing factory method call (Luis Cordova)
* [`4193794`](https://github.com/elcodi/elcodi/bamboo/41937949fb90fa3a7c28ec413cb0021b31ce438b) Removed all container references in Fixtures (mmoreram)
* [`cd8cb90`](https://github.com/elcodi/elcodi/bamboo/cd8cb90d1c055f4f1659f1617c56ae9054856474) fix admin prefix in firewalls (Berny Cantos)
* [`a42cd30`](https://github.com/elcodi/elcodi/bamboo/a42cd3067862b3fd6e1491fc2d828ae6dfcce761) fix long name in configuration (Berny Cantos)
* [`e41bc57`](https://github.com/elcodi/elcodi/bamboo/e41bc57500a0d00071ffac8b5948490925f1d3a0) fix blog/page/email fixtures (Berny Cantos)
* [`a477a2c`](https://github.com/elcodi/elcodi/bamboo/a477a2ca001d5a2a94c1093428a55d9a065c62ce) error_templates configuration moved to main (Berny Cantos)
* [`d72cd76`](https://github.com/elcodi/elcodi/bamboo/d72cd7696cb11cc692d6236fec41641cdcecb22c) reprioritize store unavailable listeners (Berny Cantos)
* [`b5ea177`](https://github.com/elcodi/elcodi/bamboo/b5ea177d0a4f403e9e5199703cfa66114e8423a9) Added workflow tests with page tests (mmoreram)

### v0.5.14 (27-04-2015)

* [`2ce0ada`](https://github.com/elcodi/bamboo/commit/2ce0adaedacd955ad6d10fafb95d1e95bd501eb0) Updated elcodi/elcodi dependency to 0.5.14 (mmoreram)
Expand Down
56 changes: 28 additions & 28 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,32 +72,32 @@
"mmoreram/extractor": "~1.0, >=1.1.1",
"mmoreram/cache-flush-bundle": "0.1.1",

"elcodi/attribute-bundle": "0.5.14",
"elcodi/banner-bundle": "0.5.14",
"elcodi/cart-bundle": "0.5.14",
"elcodi/cart-coupon-bundle": "0.5.14",
"elcodi/core-bundle": "0.5.14",
"elcodi/coupon-bundle": "0.5.14",
"elcodi/currency-bundle": "0.5.14",
"elcodi/geo-bundle": "0.5.14",
"elcodi/language-bundle": "0.5.14",
"elcodi/media-bundle": "0.5.14",
"elcodi/menu-bundle": "0.5.14",
"elcodi/newsletter-bundle": "0.5.14",
"elcodi/product-bundle": "0.5.14",
"elcodi/rule-bundle": "0.5.14",
"elcodi/user-bundle": "0.5.14",
"elcodi/tax-bundle": "0.5.14",
"elcodi/state-transition-machine-bundle": "0.5.14",
"elcodi/entity-translator-bundle": "0.5.14",
"elcodi/page-bundle": "0.5.14",
"elcodi/configuration-bundle": "0.5.14",
"elcodi/metric-bundle": "0.5.14",
"elcodi/sitemap-bundle": "0.5.14",
"elcodi/fixtures-booster-bundle": "0.5.14",
"elcodi/plugin-bundle": "0.5.14",
"elcodi/template-bundle": "0.5.14",
"elcodi/comment-bundle": "0.5.14"
"elcodi/attribute-bundle": "0.5.15",
"elcodi/banner-bundle": "0.5.15",
"elcodi/cart-bundle": "0.5.15",
"elcodi/cart-coupon-bundle": "0.5.15",
"elcodi/core-bundle": "0.5.15",
"elcodi/coupon-bundle": "0.5.15",
"elcodi/currency-bundle": "0.5.15",
"elcodi/geo-bundle": "0.5.15",
"elcodi/language-bundle": "0.5.15",
"elcodi/media-bundle": "0.5.15",
"elcodi/menu-bundle": "0.5.15",
"elcodi/newsletter-bundle": "0.5.15",
"elcodi/product-bundle": "0.5.15",
"elcodi/rule-bundle": "0.5.15",
"elcodi/user-bundle": "0.5.15",
"elcodi/tax-bundle": "0.5.15",
"elcodi/state-transition-machine-bundle": "0.5.15",
"elcodi/entity-translator-bundle": "0.5.15",
"elcodi/page-bundle": "0.5.15",
"elcodi/configuration-bundle": "0.5.15",
"elcodi/metric-bundle": "0.5.15",
"elcodi/sitemap-bundle": "0.5.15",
"elcodi/fixtures-booster-bundle": "0.5.15",
"elcodi/plugin-bundle": "0.5.15",
"elcodi/template-bundle": "0.5.15",
"elcodi/comment-bundle": "0.5.15"
},
"replace": {
"elcodi-templates/template": "self.version",
Expand All @@ -112,8 +112,8 @@
"elcodi-plugin/facebook": "self.version"
},
"require-dev": {
"elcodi/elcodi": "0.5.14",
"elcodi/test-common-bundle": "0.5.14",
"elcodi/elcodi": "0.5.15",
"elcodi/test-common-bundle": "0.5.15",

"doctrine/data-fixtures": "~1.0",
"behat/behat": "~3.0",
Expand Down

0 comments on commit eccfe79

Please sign in to comment.