Skip to content

Commit

Permalink
Merge pull request #28 from gillesbourgeat/2.2.2
Browse files Browse the repository at this point in the history
Bump version 2.2.2
  • Loading branch information
gillesbourgeat committed Jan 8, 2016
2 parents c00821f + 9b0759d commit f0bf7b7
Show file tree
Hide file tree
Showing 3 changed files with 603 additions and 398 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ For tar.gz archives, you need tar's dependencies and the extension "zlib". See [

``` bash
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar create-project thelia/thelia-project path/ 2.2.1
$ php composer.phar create-project thelia/thelia-project path/ 2.2.2 (or 2.1.8)
```

## Install it
Expand Down
58 changes: 29 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@
"license": "LGPL-3.0+",
"require": {
"propel/propel": "dev-master#793aea6b762d9a72b083bfc49c74c574f67650c8",
"thelia/core": "2.2.1",
"thelia/frontoffice-default-template": "2.2.1",
"thelia/backoffice-default-template": "2.2.1",
"thelia/email-default-template": "2.2.1",
"thelia/pdf-default-template": "2.2.1",
"thelia/setup": "2.2.1",
"thelia/config": "2.2.1",
"thelia/smarty-module": "2.2.1",
"thelia/front-module": "2.2.1",
"thelia/virtual-product-control-module": "2.2.1",
"thelia/virtual-product-delivery-module": "2.2.1",
"thelia/tinymce-module": "2.2.1",
"thelia/colissimo-module": "2.2.1",
"thelia/cheque-module": "2.2.1",
"thelia/hook-lang-module": "2.2.1",
"thelia/hook-search-module": "2.2.1",
"thelia/hook-currency-module": "2.2.1",
"thelia/hook-products-new-module": "2.2.1",
"thelia/hook-analytics-module": "2.2.1",
"thelia/hook-links-module": "2.2.1",
"thelia/hook-social-module": "2.2.1",
"thelia/hook-cart-module": "2.2.1",
"thelia/hook-navigation-module": "2.2.1",
"thelia/hook-contact-module": "2.2.1",
"thelia/hook-customer-module": "2.2.1",
"thelia/hook-products-offer-module": "2.2.1",
"thelia/hook-newsletter-module": "2.2.1",
"thelia/carousel-module": "2.2.1",
"thelia/free-order-module": "2.2.1"
"thelia/core": "2.2.2",
"thelia/frontoffice-default-template": "2.2.2",
"thelia/backoffice-default-template": "2.2.2",
"thelia/email-default-template": "2.2.2",
"thelia/pdf-default-template": "2.2.2",
"thelia/setup": "2.2.2",
"thelia/config": "2.2.2",
"thelia/smarty-module": "2.2.2",
"thelia/front-module": "2.2.2",
"thelia/virtual-product-control-module": "2.2.2",
"thelia/virtual-product-delivery-module": "2.2.2",
"thelia/tinymce-module": "2.2.2",
"thelia/colissimo-module": "2.2.2",
"thelia/cheque-module": "2.2.2",
"thelia/hook-lang-module": "2.2.2",
"thelia/hook-search-module": "2.2.2",
"thelia/hook-currency-module": "2.2.2",
"thelia/hook-products-new-module": "2.2.2",
"thelia/hook-analytics-module": "2.2.2",
"thelia/hook-links-module": "2.2.2",
"thelia/hook-social-module": "2.2.2",
"thelia/hook-cart-module": "2.2.2",
"thelia/hook-navigation-module": "2.2.2",
"thelia/hook-contact-module": "2.2.2",
"thelia/hook-customer-module": "2.2.2",
"thelia/hook-products-offer-module": "2.2.2",
"thelia/hook-newsletter-module": "2.2.2",
"thelia/carousel-module": "2.2.2",
"thelia/free-order-module": "2.2.2"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit f0bf7b7

Please sign in to comment.