Skip to content

Commit

Permalink
Merge pull request #1 from Sylius/master
Browse files Browse the repository at this point in the history
Update from Sylius
  • Loading branch information
krisElphenor committed Feb 14, 2017
2 parents 837fd85 + 8800f74 commit 7ab81cc
Show file tree
Hide file tree
Showing 88 changed files with 4,582 additions and 220 deletions.
12 changes: 10 additions & 2 deletions UPGRADE.md
Expand Up @@ -115,7 +115,7 @@
* Custom options for filter form types was extracted from ``options`` to ``form_options`` in grid configuration.

Before:
```php
```yaml
sylius_grid:
grids:
app_order:
Expand All @@ -128,7 +128,7 @@ Before:
```

After:
```php
```yaml
sylius_grid:
grids:
app_order:
Expand All @@ -141,6 +141,14 @@ After:
class: "%app.model.channel%"
```

* Grid configuration was upgraded to allow setting the number of maximum visible items per page on index.
```yaml
sylius_grid:
grids:
app_order:
limits: [15, 20, 30]
```

### Inventory / InventoryBundle

### Locale / LocaleBundle
Expand Down
1 change: 1 addition & 0 deletions docs/api/index.rst
Expand Up @@ -18,5 +18,6 @@ The REST API Reference
shipping_categories
payments
promotions
taxons

.. include:: /api/map.rst.inc
1 change: 1 addition & 0 deletions docs/api/map.rst.inc
Expand Up @@ -12,3 +12,4 @@
* :doc:`/api/shipping_categories`
* :doc:`/api/payments`
* :doc:`/api/promotions`
* :doc:`/api/taxons`

0 comments on commit 7ab81cc

Please sign in to comment.