Skip to content

Commit

Permalink
Merge pull request #41 from gillesbourgeat/2.3.2
Browse files Browse the repository at this point in the history
Bump version 2.3.2
  • Loading branch information
gillesbourgeat authored Jun 14, 2016
2 parents 0312d8f + cb106e4 commit a968a2a
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 82 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Readme

Thelia
------
[![Build Status](https://travis-ci.org/thelia/thelia.png?branch=master)](https://travis-ci.org/thelia/thelia) [![License](https://poser.pugx.org/thelia/thelia/license.png)](https://packagist.org/packages/thelia/thelia) [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/thelia/thelia/badges/quality-score.png?s=61e3e04a69bffd71c29b08e5392080317a546716)](https://scrutinizer-ci.com/g/thelia/thelia/)
[![Build Status](https://travis-ci.org/thelia/thelia.png?branch=2.3)](https://travis-ci.org/thelia/thelia) [![License](https://poser.pugx.org/thelia/thelia/license.png)](https://packagist.org/packages/thelia/thelia) [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/thelia/thelia/badges/quality-score.png?s=61e3e04a69bffd71c29b08e5392080317a546716)](https://scrutinizer-ci.com/g/thelia/thelia/)

[Thelia](http://thelia.net/) is an open source tool for creating e-business websites and managing online content. This software is published under LGPL.

Expand Down Expand Up @@ -87,7 +87,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.3.1 (or 2.2.3)
$ php composer.phar create-project thelia/thelia-project path/ 2.3.2 (or 2.2.4)
```

## 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.1",
"thelia/frontoffice-default-template": "2.3.1",
"thelia/backoffice-default-template": "2.3.1",
"thelia/email-default-template": "2.3.1",
"thelia/pdf-default-template": "2.3.1",
"thelia/setup": "2.3.1",
"thelia/config": "2.3.1",
"thelia/smarty-module": "2.3.1",
"thelia/front-module": "2.3.1",
"thelia/virtual-product-control-module": "2.3.1",
"thelia/virtual-product-delivery-module": "2.3.1",
"thelia/tinymce-module": "2.3.1",
"thelia/colissimo-module": "2.3.1",
"thelia/cheque-module": "2.3.1",
"thelia/hook-lang-module": "2.3.1",
"thelia/hook-search-module": "2.3.1",
"thelia/hook-currency-module": "2.3.1",
"thelia/hook-products-new-module": "2.3.1",
"thelia/hook-analytics-module": "2.3.1",
"thelia/hook-links-module": "2.3.1",
"thelia/hook-social-module": "2.3.1",
"thelia/hook-cart-module": "2.3.1",
"thelia/hook-navigation-module": "2.3.1",
"thelia/hook-contact-module": "2.3.1",
"thelia/hook-customer-module": "2.3.1",
"thelia/hook-products-offer-module": "2.3.1",
"thelia/hook-newsletter-module": "2.3.1",
"thelia/carousel-module": "2.3.1",
"thelia/free-order-module": "2.3.1",
"thelia/thelia-migrate-country-module": "2.3.1",
"thelia/hook-admin-home-module": "2.3.1"
"thelia/core": "2.3.2",
"thelia/frontoffice-default-template": "2.3.2",
"thelia/backoffice-default-template": "2.3.2",
"thelia/email-default-template": "2.3.2",
"thelia/pdf-default-template": "2.3.2",
"thelia/setup": "2.3.2",
"thelia/config": "2.3.2",
"thelia/smarty-module": "2.3.2",
"thelia/front-module": "2.3.2",
"thelia/virtual-product-control-module": "2.3.2",
"thelia/virtual-product-delivery-module": "2.3.2",
"thelia/tinymce-module": "2.3.2",
"thelia/colissimo-module": "2.3.2",
"thelia/cheque-module": "2.3.2",
"thelia/hook-lang-module": "2.3.2",
"thelia/hook-search-module": "2.3.2",
"thelia/hook-currency-module": "2.3.2",
"thelia/hook-products-new-module": "2.3.2",
"thelia/hook-analytics-module": "2.3.2",
"thelia/hook-links-module": "2.3.2",
"thelia/hook-social-module": "2.3.2",
"thelia/hook-cart-module": "2.3.2",
"thelia/hook-navigation-module": "2.3.2",
"thelia/hook-contact-module": "2.3.2",
"thelia/hook-customer-module": "2.3.2",
"thelia/hook-products-offer-module": "2.3.2",
"thelia/hook-newsletter-module": "2.3.2",
"thelia/carousel-module": "2.3.2",
"thelia/free-order-module": "2.3.2",
"thelia/thelia-migrate-country-module": "2.3.2",
"thelia/hook-admin-home-module": "2.3.2"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit a968a2a

Please sign in to comment.