Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v1.0.7

- [Sylius#9075](Sylius#9075) Test sylius:install command on Travis (@pamil)
- [Sylius#9070](Sylius#9070) Extend Travis build matrix & setup extra jobs running nightly (1.1) (@pamil)
- [Sylius#9071](Sylius#9071) Update composer.json (1.0) (@pamil)
- [Sylius#9069](Sylius#9069) Extend Travis build matrix & setup extra jobs running nightly (1.0) (@pamil)
- [Sylius#9065](Sylius#9065) Various Travis changes (@pamil)
- [Sylius#9048](Sylius#9048) Exclude the web/media directory from firewall restrict list. (@Hailong)
- [Sylius#9040](Sylius#9040) Try to auto-detect a bundle's model namespace by default (@mbabker)
- [Sylius#9063](Sylius#9063) Require Symfony ^3.4 in components & bundles (@pamil)
- [Sylius#9055](Sylius#9055) Remove PHP <= 7.1 Polyfills (@stefandoorn)
- [Sylius#9052](Sylius#9052) Fixes history issue when adding to cart (@gabriel-cardoso)
- [Sylius#9061](Sylius#9061) Require Symfony ^3.4 (@pamil)
- [Sylius#9060](Sylius#9060) Remove the need for using sudo on Travis (@pamil)
- [Sylius#9059](Sylius#9059) Make Travis use the most recent Chromedriver (@pamil)
  • Loading branch information
wadjeroudi committed Jan 9, 2018
2 parents 322e5fa + c316990 commit 028f6d5
Show file tree
Hide file tree
Showing 659 changed files with 9,766 additions and 7,744 deletions.
26 changes: 20 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: php

dist: trusty

sudo: false

env:
global:
- SYLIUS_CACHE_DIR=$HOME/.sylius-cache
Expand All @@ -10,31 +12,43 @@ env:
matrix:
include:
-
sudo: required
php: 7.1
env:
- SYLIUS_SUITE="application"
- TRAVIS_NODE_VERSION="6.11"
- SYMFONY_VERSION="3.3.*"
services:
- memcached
-
if: type IN (cron, api)
php: 7.1
env:
- SYLIUS_SUITE="application"
- SYMFONY_VERSION="3.4.*"
services:
- memcached
-
sudo: false
php: 7.1
env: SYLIUS_SUITE="docs packages"
addons:
apt:
packages:
- parallel
-
sudo: required
if: type IN (cron, api)
php: 7.2
env:
- SYLIUS_SUITE="application"
- SYMFONY_VERSION="3.3.*"
services:
- memcached
-
php: 7.2
env:
- SYLIUS_SUITE="application"
- TRAVIS_NODE_VERSION="6.11"
- SYMFONY_VERSION="3.4.*"
services:
- memcached
-
sudo: false
php: 7.2
env: SYLIUS_SUITE="packages"
addons:
Expand Down
34 changes: 34 additions & 0 deletions CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
## CHANGELOG

### v1.0.7 2017-12-30

- [#9075](https://github.com/Sylius/Sylius/pull/9075) Test sylius:install command on Travis (@pamil)
- [#9070](https://github.com/Sylius/Sylius/pull/9070) Extend Travis build matrix & setup extra jobs running nightly (1.1) (@pamil)
- [#9071](https://github.com/Sylius/Sylius/pull/9071) Update composer.json (1.0) (@pamil)
- [#9069](https://github.com/Sylius/Sylius/pull/9069) Extend Travis build matrix & setup extra jobs running nightly (1.0) (@pamil)
- [#9065](https://github.com/Sylius/Sylius/pull/9065) Various Travis changes (@pamil)
- [#9048](https://github.com/Sylius/Sylius/pull/9048) Exclude the web/media directory from firewall restrict list. (@Hailong)
- [#9040](https://github.com/Sylius/Sylius/pull/9040) Try to auto-detect a bundle's model namespace by default (@mbabker)
- [#9063](https://github.com/Sylius/Sylius/pull/9063) Require Symfony ^3.4 in components & bundles (@pamil)
- [#9055](https://github.com/Sylius/Sylius/pull/9055) Remove PHP <= 7.1 Polyfills (@stefandoorn)
- [#9052](https://github.com/Sylius/Sylius/pull/9052) Fixes history issue when adding to cart (@gabriel-cardoso)
- [#9061](https://github.com/Sylius/Sylius/pull/9061) Require Symfony ^3.4 (@pamil)
- [#9060](https://github.com/Sylius/Sylius/pull/9060) Remove the need for using sudo on Travis (@pamil)
- [#9059](https://github.com/Sylius/Sylius/pull/9059) Make Travis use the most recent Chromedriver (@pamil)
- [#9058](https://github.com/Sylius/Sylius/pull/9058) Change master branch version to 1.2.0-DEV (@pamil)

### v1.0.6 2017-12-22

- [#9023](https://github.com/Sylius/Sylius/pull/9023) [Documenation] Turn off bundles fixes (@lchrusciel)
- [#9045](https://github.com/Sylius/Sylius/pull/9045) [Grid] Fixes broken table when all item actions are disabled (@Tetragramat)
- [#9033](https://github.com/Sylius/Sylius/pull/9033) Add info about constraints / validation groups when using form extensions (closes #7862) (@stefandoorn)
- [#9036](https://github.com/Sylius/Sylius/pull/9036) [Core] Fix customer order addresses saver (@GSadee)
- [#9024](https://github.com/Sylius/Sylius/pull/9024) [Documenation] Update plugin mapping recommendation (@lchrusciel)
- [#9034](https://github.com/Sylius/Sylius/pull/9034) [MailerBundle] Simplify tests (@odolbeau)
- [#9027](https://github.com/Sylius/Sylius/pull/9027) [Documentation] Update plugin name (@lchrusciel)
- [#9025](https://github.com/Sylius/Sylius/pull/9025) [Travis] Use old Trusty image (@lchrusciel)
- [#9012](https://github.com/Sylius/Sylius/pull/9012) [Documentation][MailerBundle] Clean installation part (@odolbeau)
- [#9021](https://github.com/Sylius/Sylius/pull/9021) [Documentation] [Order] Fixes in Order component documentation: typo in models.rst and wording in processors.rst (@dgreda)
- [#9018](https://github.com/Sylius/Sylius/pull/9018) Use Null Coalesce Operator (@carusogabriel)
- [#9020](https://github.com/Sylius/Sylius/pull/9020) Restrict packages to use Symfony's DI in ^3.2 version for tests (@pamil)
- [#9015](https://github.com/Sylius/Sylius/pull/9015) Removing gender from documentation (@mbklnd)
- [#9000](https://github.com/Sylius/Sylius/pull/9000) Fixed: Breadcrumbs links for Taxon and Product views (@igormukhingmailcom)

### v1.0.5 2017-12-04

- [#8996](https://github.com/Sylius/Sylius/pull/8996) Setup "Stale" probot (@pamil)
Expand Down
2 changes: 1 addition & 1 deletion app/config/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
parameters:
sylius.security.admin_regex: "^/admin"
sylius.security.api_regex: "^/api"
sylius.security.shop_regex: "^/(?!admin|api/.*|api$)[^/]++"
sylius.security.shop_regex: "^/(?!admin|api/.*|api$|media/.*)[^/]++"

security:
providers:
Expand Down
1 change: 1 addition & 0 deletions bin/install-package
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ install_package() {
fi

composer_install "$1" || exit_code=$?
composer show --ansi --no-interaction

if ${cache_support} && has_sylius_cache && ! is_package_cache_fresh "${package_path}" && [[ ${exit_code} -eq 0 ]]; then
print_info "Storing composer.lock in cache (cache key: ${cache_key})"
Expand Down
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"doctrine/doctrine-cache-bundle": "^1.3",
"doctrine/doctrine-fixtures-bundle": "^2.3",
"doctrine/doctrine-migrations-bundle": "^1.2",
"doctrine/orm": "^2.5",
"doctrine/orm": "~2.5.0",
"friendsofsymfony/oauth-server-bundle": "^1.5",
"friendsofsymfony/rest-bundle": "^2.1",
"fzaninotto/faker": "^1.6",
Expand Down Expand Up @@ -64,6 +64,7 @@
"twig/twig": "^2.0",
"webmozart/assert": "^1.1",
"white-october/pagerfanta-bundle": "^1.0.8",
"willdurand/hateoas": "~2.10.0",
"willdurand/hateoas-bundle": "^1.2",
"winzou/state-machine-bundle": "^0.3",
"zendframework/zend-hydrator": "^2.2",
Expand Down Expand Up @@ -136,7 +137,11 @@
"sylius/theme-bundle": "self.version",
"sylius/ui-bundle": "self.version",
"sylius/user": "self.version",
"sylius/user-bundle": "self.version"
"sylius/user-bundle": "self.version",

"symfony/polyfill-php71": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php56": "*"
},
"suggest": {
"ext-iconv": "For better performance than using Symfony Polyfill Component",
Expand Down
Loading

0 comments on commit 028f6d5

Please sign in to comment.