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 2.0.3

15 Feb 19:16
Compare
Choose a tag to compare
  • Some fixes and tests
  • Added as well strict gender

Release Log

  • 80d8d71 Fixed gaufrette bundle deps in media bundle (mmoreram)
  • 5e98b99 Added country check in all geo commands (mmoreram)
  • ae49206 Added coupon entity test (mmoreram)
  • 195a088 strict user gender (Emanuele Minotto)

created tag 2.0.2

31 Jan 16:52
Compare
Choose a tag to compare
  • Added languages with master promoted services
  • Removed twig dependencies

Release Log

  • ae19d5a Removed twig deps. No longer used (mmoreram)
  • cfe5922 Added languages with master promoted service (mmoreram)

created tag 2.0.1

31 Jan 01:19
Compare
Choose a tag to compare

Some fixes related to v2.0.0

Release Log

  • 8883710 Some fixes related to v2.0.0 (mmoreram)

created tag 2.0.0

30 Jan 22:09
Compare
Choose a tag to compare

Added the new Purchasable schema

  • A new usable interface called PurchasableInterface has been created
  • Using Doctrine CTI (Class Table Inheritance)[http://doctrine-orm.readthedocs.org/projects/doctrine-orm/en/latest/reference/inheritance-mapping.html#class-table-inheritance]
    to make more usable the purchasable implementation
  • Changed how the Cart is actually using products and variants. Now uses
    Purchasables instead of
  • Introduced a new Purchasable element called Pack, a set of other purchasables,
    including as well other packs
  • Removed as well all legacy code marked as Deprecated code, including both
    packages Configuration and ConfigurationBundle

Release Log

  • a768a22 Removed all deprecated code (mmoreram)
  • 1924f4a Updated dev-master in all components (mmoreram)
  • f6d511b Updated componsents to work with ^2.0 (mmoreram)
  • 9e093cd Fixes after rebase with master (mmoreram)
  • bddfb11 Fixed some headers (mmoreram)
  • 9d16fcb Added Categorizable interface (mmoreram)
  • 665a8a7 Updated and Improved Purchasable Schema map (mmoreram)

created tag 1.0.16

30 Jan 19:20
Compare
Choose a tag to compare

Added coupons query language

Release Log

  • a25ec80 Added badge (mmoreram)
  • c4a2cc4 [Plugin] Check if plugin really exists before load routing information related to #981 (Miguel Vilata)
  • 102208f Coupons Query Language (CQL) (mmoreram)

created tag 1.0.15

18 Jan 12:40
Compare
Choose a tag to compare

Created infrastructure for Image Resolver
Some test coverage for entities

Release Log

  • f5a8505 fixed appveyor ci reference (Emanuele Minotto)
  • 6dd05ee Updated .travis to explicitely test some versions (mmoreram)
  • 9e7716 8000 8 Deleted humans (mmoreram)
  • 550395f Updated headers with new year (mmoreram)
  • d4883f4 Updated all PHPUnit deps in packages (mmoreram)
  • 2f0c04e Reduced elcodi/core dependencies (mmoreram)
  • b212a8f Added entities tests. Related to #1038 (mmoreram)
  • 3e2e1fd fixed scripts (Emanuele Minotto)
  • e4f029a added installation preference based on GH_TOKEN env (Emanuele Minotto)
  • 84bafe1 Avoid saving translation if form is invalid (Berny Cantos)
  • 1d990e5 Image Resolver for purchasable entities (mmoreram)
  • c530d34 Deprecated class PurchasableNameResolver (mmoreram)

created tag 1.0.14

16 Dec 19:43
Compare
Choose a tag to compare

Added Product Pack implementation
Deprecations and improvements for new Symfony versions

Release Log

  • e78b0cf Issue #1042 Deprecated class and service (mmoreram)
  • ed88f83 Added Product Pack (mmoreram)
  • 79b183b Moved form type name into getBlockPrefix (Emanuele Minotto)
  • e198ed9 Implemented tests for Banner component (Emanuele Minotto)

created tag 1.0.13

11 Dec 19:59
Compare
Choose a tag to compare

Adding extra layer of cache when bundles are resolved on tests
Added two new methods in Product Repository (from a deprecated method) and added
some changes for improving the performance.

Release Log

  • 981cca4 Added methods to product repository (mmoreram)
  • d80f3d3 Improved the abstract factory method (mmoreram)
  • ca0df05 Fixed BC Break and improved Kernels (mmoreram)
  • 2004e1e Updated resolver deps version (mmoreram)

created tag 1.0.12

09 Dec 15:34
Compare
Choose a tag to compare

Fixed some DIC definitions.
Some tests for entities and factories

Release Log

  • bf9a802 Fixed stdClass DIC definitions (mmoreram)
  • 88ab625 Added entity tests for cart component (mmoreram)
  • e957e4e travis: drop unused fast_finish (Tomáš Votruba)
  • 8a0874c Twig Extensions are private (mmoreram)
  • 03a2a3d Implemented tests for Tax component (Emanuele Minotto)

created tag 1.0.11

07 Dec 18:36
Compare
Choose a tag to compare

First steps for Entity and Factory unit tests
Fixed as well some issues with new Symfony versions
Upgraded the code style with new formatters versions

Release Log

  • 8bd8778 Added abstract tests for entity & factory (Emanuele Minotto)
  • eb64036 Updated contribution policy (mmoreram)
  • edfd514 quoted strings correctly to solve yaml component deprecation (Emanuele Minotto)
  • 49af2e7 Updated formatters versions (mmoreram)
  • 49eadb4 Fixed tests for Symfony3 (mmoreram)
  • 424aa10 Added checking layer in setPassword() (mmoreram)
  • 33a6d1c Added a layer of checking on Node (mmoreram)