Releases: elcodi/elcodi
created tag 1.0.10
This version fixes a bug in cart prices calculation.
Introduces as well a new component called CartShipping and a new bundle called
CartShippingBundle. Placed there all related to Cart shipping calculation.
Release Log
created tag 1.0.9
This version deprecates the usage of internal classes related to dependencies
between bundles, and makes use of the external library
symfony-bundle-dependencies.
Release Log
ca69eee
Added new dependency with library (mmoreram)
created tag 1.0.8
This version fixes some important issues related to Cart and Coupon. Symfony3
support has been added.
- Refactored full CartCoupon and CartCouponBundle
- Important to read #997 in order to understand the direction of all components
and bundles - Increased tests coverage
Release Log
9bab937
Big refactor to CartCoupon layer (mmoreram)14d02cc
added some Descriptions to tests (mmoreram)ba8e311
Issue #986 Isolated stackable business logic (mmoreram)d3a094c
Adding configuration comp+bundle deprecation (mmoreram)d604ceb
fixed getter (Emanuele Minotto)61138d8
Fixes optional dependency (Berny Cantos)d5232f3
Fixed event-listener that updated coupon usage (mmoreram)17a80ad
Removed minimum-stability and prefer-stable (mmoreram)70fb72f
Added support for Symfony3 (mmoreram)
Special thanks for the small but powerful team involved in this version.
created tag 1.0.7
This version introduces some breaking changes if you have implemented your Order
instance using OrderInterface. In that case you will have to implement three
more methods.
- Added PaymentMethod field in Order
- Added a placeholder for some extra data for shipping and payment methods (each
one can use an array to store some extra data) - Fixed object manager definition (by default, doesn't change anything)
- Removed logic from TwigExtension, created some extra services and using
Extension as a simple entry point to the service layer
Release Log
created tag 1.0.6
v1.0.6 (09-11-2015)
This version introduces some breaking changes. This is because there were some
issues (not about architecture, but casting and initialization) that needed to
be improved.
TL;DR
- Fixed som castings in the domain layer
- Added command for Translations Cache Warm-up
- Some improvements related to architecture (decreasing Twig extension
responsibilities)
Release Log
a135723
Issue #974 Created anonymous functions (mmoreram)947cd81
phpdoc fixes + attributes initialization (Emanuele Minotto)3f8c07a
Issue #921 All events set final classes (mmoreram)84ccc53
Placed all logic in service layer (mmoreram)21c3fe3
Issue #890 Created command (mmoreram)b17656c
types casting (Emanuele Minotto)8a0eed7
Fixed query builder in adapter (mmoreram)
created tag 1.0.5
Fixed related purchasable provider adapter.
Some improvements related to travis
68dc92b
Fixed tests for green color! (mmoreram)63ab636
moved setup and teardown before and after class (Emanuele Minotto)c2bf4d2
appveyor tests improvement (Emanuele Minotto)1ee466f
added code coverage for components and bundles (Emanuele Minotto)b25f774
Fixed adapter for related purchasables (mmoreram)
created tag 1.0.4
eb7b86c
added travis cache and new infrastructure (Emanuele Minotto)4865b86
Added Related purchasable adapter (mmoreram)eb6509b
Added dependency from Configuration to Console (mmoreram)60b994f
Issue #946 Changed dependencies (mmoreram)1b4bb11
Update BundleDependenciesResolver.php (Rucheng Tang)015952b
some travis fixes (Emanuele Minotto)955166d
restored default bin-dir (Emanuele Minotto)d7331c5
fixed php 5.6 version and phpunit path (Emanuele Minotto)442bd44
moved documentation to gh-pages using sami and travis (Emanuele Minotto)7df50cf
moved code coverage to coveralls (Emanuele Minotto)6de664d
expanded repos matrix + indentation (Emanuele Minotto)a226a4a
Updated php dependency for ^5.4 & 7.* (mmoreram)5289860
Closes #937 Added Sami (mmoreram)9dae0a5
Added test coverage report (mmoreram)6c853dd
Removed lock and travis updates (mmoreram)a91ec6e
added php versions matrix (Emanuele Minotto)ffcf0ae
Removed unstable version badge (Marc Morera)09e3b4d
appveyor configuration & badge (Emanuele Minotto)86fcce4
skipping testResize if convert is not provided (Emanuele Minotto)c5c4acd
added composer scripts (Emanuele Minotto)
created tag 1.0.3
created tag 1.0.2
created tag 1.0.1
Elcodi can be installed now without Redis
TL;DR
- Deprecated CartManager methods in favor of more semantic methods
- Fixed metrics to work without Redis server