Skip to content

Commit

Permalink
Update version to 2.1.3
Browse files Browse the repository at this point in the history
lovenunu committed Apr 13, 2015

Verified

This commit was signed with the committer’s verified signature.
jameslamb James Lamb
1 parent 8c976df commit 5e82f5f
Showing 3 changed files with 310 additions and 292 deletions.
3 changes: 1 addition & 2 deletions change-version.sh
Original file line number Diff line number Diff line change
@@ -28,7 +28,6 @@ php composer.phar require thelia/virtual-product-delivery-module $version
php composer.phar require thelia/tinymce-module $version
php composer.phar require thelia/colissimo-module $version
php composer.phar require thelia/cheque-module $version
php composer.phar require thelia/thelia-debug-bar-module $version
php composer.phar require thelia/hook-lang-module $version
php composer.phar require thelia/hook-search-module $version
php composer.phar require thelia/hook-currency-module $version
@@ -43,7 +42,7 @@ php composer.phar require thelia/hook-customer-module $version
php composer.phar require thelia/hook-products-offer-module $version
php composer.phar require thelia/hook-newsletter-module $version

if [ $version -ge "2.1.2" ]; then
if [ $version \> "2.1.1" ]; then
php composer.phar require thelia/carousel-module $version
else
php composer.phar remove thelia/carousel-module
85 changes: 42 additions & 43 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,52 @@
{
name "thelia/thelia-project",
description "Thelia is an ecommerce CMS.",
license "LGPL-3.0+",
require {
propel/propel "dev-master#793aea6b762d9a72b083bfc49c74c574f67650c8",
thelia/core "2.1.3",
thelia/frontoffice-default-template "2.1.3",
thelia/backoffice-default-template "2.1.3",
thelia/email-default-template "2.1.3",
thelia/pdf-default-template "2.1.3",
thelia/setup "2.1.3",
thelia/config "2.1.3",
thelia/smarty-module "2.1.3",
thelia/front-module "2.1.3",
thelia/virtual-product-control-module "2.1.3",
thelia/virtual-product-delivery-module "2.1.3",
thelia/tinymce-module "2.1.3",
thelia/colissimo-module "2.1.3",
thelia/cheque-module "2.1.3",
thelia/thelia-debug-bar-module "2.1.3",
thelia/hook-lang-module "2.1.3",
thelia/hook-search-module "2.1.3",
thelia/hook-currency-module "2.1.3",
thelia/hook-products-new-module "2.1.3",
thelia/hook-analytics-module "2.1.3",
thelia/hook-links-module "2.1.3",
thelia/hook-social-module "2.1.3",
thelia/hook-cart-module "2.1.3",
thelia/hook-navigation-module "2.1.3",
thelia/hook-contact-module "2.1.3",
thelia/hook-customer-module "2.1.3",
thelia/hook-products-offer-module "2.1.3",
thelia/hook-newsletter-module "2.1.3",
thelia/carousel-module "2.1.3"
"name": "thelia/thelia-project",
"description": "Thelia is an ecommerce CMS.",
"license": "LGPL-3.0+",
"require": {
"propel/propel": "dev-master#793aea6b762d9a72b083bfc49c74c574f67650c8",
"thelia/core": "2.1.3",
"thelia/frontoffice-default-template": "2.1.3",
"thelia/backoffice-default-template": "2.1.3",
"thelia/email-default-template": "2.1.3",
"thelia/pdf-default-template": "2.1.3",
"thelia/setup": "2.1.3",
"thelia/config": "2.1.3",
"thelia/smarty-module": "2.1.3",
"thelia/front-module": "2.1.3",
"thelia/virtual-product-control-module": "2.1.3",
"thelia/virtual-product-delivery-module": "2.1.3",
"thelia/tinymce-module": "2.1.3",
"thelia/colissimo-module": "2.1.3",
"thelia/cheque-module": "2.1.3",
"thelia/hook-lang-module": "2.1.3",
"thelia/hook-search-module": "2.1.3",
"thelia/hook-currency-module": "2.1.3",
"thelia/hook-products-new-module": "2.1.3",
"thelia/hook-analytics-module": "2.1.3",
"thelia/hook-links-module": "2.1.3",
"thelia/hook-social-module": "2.1.3",
"thelia/hook-cart-module": "2.1.3",
"thelia/hook-navigation-module": "2.1.3",
"thelia/hook-contact-module": "2.1.3",
"thelia/hook-customer-module": "2.1.3",
"thelia/hook-products-offer-module": "2.1.3",
"thelia/hook-newsletter-module": "2.1.3",
"thelia/carousel-module": "2.1.3"
},
minimum-stability "dev",
prefer-stable true,
config {
bin-dir "bin"
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"bin-dir": "bin"
},
autoload {
psr-0 {
"autoload": {
"psr-0": {
"": "local/modules/"
},
psr-4 {
Thelia\\Project\\ "lib/Thelia/Project"
"psr-4": {
"Thelia\\Project\\": "lib/Thelia/Project"
}
},
scripts {
"scripts": {
"post-create-project-cmd" : [
"Thelia\\Project\\ScriptHandler::installThelia"
]
514 changes: 267 additions & 247 deletions composer.lock

Large diffs are not rendered by default.

0 comments on commit 5e82f5f

Please sign in to comment.