Skip to content

Commit

Permalink
Merge pull request #51 from lopes-vincent/2.3.5
Browse files Browse the repository at this point in the history
Bump version 2.3.5
  • Loading branch information
gillesbourgeat authored May 2, 2019
2 parents 2d0fa3a + 724de51 commit 5749f62
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 170 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ You can get the sources from git and then let composer install dependencies, or
``` bash
$ git clone --recursive https://github.com/thelia/thelia path
$ cd path
$ git checkout 2.3.4 (2.2.6 or 2.1.11)
$ git checkout 2.3.5 (2.2.6 or 2.1.11)
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
```
Expand All @@ -91,7 +91,7 @@ $ php composer.phar install

``` bash
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar create-project thelia/thelia path/ 2.3.4 (2.2.6 or 2.1.11)
$ php composer.phar create-project thelia/thelia path/ 2.3.5 (2.2.6 or 2.1.11)
```

## Install it
Expand Down
62 changes: 31 additions & 31 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@
}
],
"require": {
"thelia/core": "2.3.4",
"thelia/frontoffice-default-template": "2.3.4",
"thelia/backoffice-default-template": "2.3.4",
"thelia/email-default-template": "2.3.4",
"thelia/pdf-default-template": "2.3.4",
"thelia/setup": "2.3.4",
"thelia/config": "2.3.4",
"thelia/smarty-module": "2.3.4",
"thelia/front-module": "2.3.4",
"thelia/virtual-product-control-module": "2.3.4",
"thelia/virtual-product-delivery-module": "2.3.4",
"thelia/tinymce-module": "2.3.4",
"thelia/colissimo-module": "2.3.4",
"thelia/cheque-module": "2.3.4",
"thelia/hook-lang-module": "2.3.4",
"thelia/hook-search-module": "2.3.4",
"thelia/hook-currency-module": "2.3.4",
"thelia/hook-products-new-module": "2.3.4",
"thelia/hook-analytics-module": "2.3.4",
"thelia/hook-links-module": "2.3.4",
"thelia/hook-social-module": "2.3.4",
"thelia/hook-cart-module": "2.3.4",
"thelia/hook-navigation-module": "2.3.4",
"thelia/hook-contact-module": "2.3.4",
"thelia/hook-customer-module": "2.3.4",
"thelia/hook-products-offer-module": "2.3.4",
"thelia/hook-newsletter-module": "2.3.4",
"thelia/carousel-module": "2.3.4",
"thelia/free-order-module": "2.3.4",
"thelia/thelia-migrate-country-module": "2.3.4",
"thelia/hook-admin-home-module": "2.3.4"
"thelia/core": "2.3.5",
"thelia/frontoffice-default-template": "2.3.5",
"thelia/backoffice-default-template": "2.3.5",
"thelia/email-default-template": "2.3.5",
"thelia/pdf-default-template": "2.3.5",
"thelia/setup": "2.3.5",
"thelia/config": "2.3.5",
"thelia/smarty-module": "2.3.5",
"thelia/front-module": "2.3.5",
"thelia/virtual-product-control-module": "2.3.5",
"thelia/virtual-product-delivery-module": "2.3.5",
"thelia/tinymce-module": "2.3.5",
"thelia/colissimo-module": "2.3.5",
"thelia/cheque-module": "2.3.5",
"thelia/hook-lang-module": "2.3.5",
"thelia/hook-search-module": "2.3.5",
"thelia/hook-currency-module": "2.3.5",
"thelia/hook-products-new-module": "2.3.5",
"thelia/hook-analytics-module": "2.3.5",
"thelia/hook-links-module": "2.3.5",
"thelia/hook-social-module": "2.3.5",
"thelia/hook-cart-module": "2.3.5",
"thelia/hook-navigation-module": "2.3.5",
"thelia/hook-contact-module": "2.3.5",
"thelia/hook-customer-module": "2.3.5",
"thelia/hook-products-offer-module": "2.3.5",
"thelia/hook-newsletter-module": "2.3.5",
"thelia/carousel-module": "2.3.5",
"thelia/free-order-module": "2.3.5",
"thelia/thelia-migrate-country-module": "2.3.5",
"thelia/hook-admin-home-module": "2.3.5"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit 5749f62

Please sign in to comment.