8000 Releases · elcodi/elcodi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Releases: elcodi/elcodi

created tag 1.0.10

29 Nov 19:57
Compare
Choose a tag to compare

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

  • 4f8fa43 Fixed issue related to cart amount (mmoreram)
  • f7d0655 Added finder^3.0 as well (mmoreram)
  • 52aa24a Removed from composer the configuration-bundle line (mmoreram)
  • 6026c8c exclude tests from production classes map (Emanuele Minotto)

created tag 1.0.9

27 Nov 19:14
Compare
Choose a tag to compare

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

27 Nov 15:14
Compare
Choose a tag to compare

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

18 Nov 18:29
Compare
Choose a tag to compare

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

  • df27c86 Issue #894 Added payment method in Order (mmoreram)
  • b156b44 Removed logic from TwigExtension (mmoreram)
  • 37e733d Update objectManagers.yml (Germán Figna)

created tag 1.0.6

09 Nov 13:03
Compare
Choose a tag to compare

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

04 Nov 22:22
Compare
Choose a tag to compare

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

04 Nov 16:19
Compare
Choose a tag to compare
  • 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

13 Oct 17:27
Compare
Choose a tag to compare

Added cart in Payment Collector

Release Log

  • 1a9c85d Issue #893 Added constructor and getter (mmoreram)
  • 8b3577d Removed beta warning from README (Aldo Chiecchia)
  • c0126d5 Fixes #887 Removed file (mmoreram)

created tag 1.0.2

07 Oct 21:49
Compare
Choose a tag to compare

Commands are more configurable for third party implementations

Release Log

  • 19dc4a0 Added project header method in abstract command (mmoreram)
  • f479c3c Updated changelog with new stable versions (mmoreram)

created tag 1.0.1

01 Oct 09:41
Compare
Choose a tag to compare

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
0