Releases: ongr-archive/ContentBundle
Releases · ongr-archive/ContentBundle
v0.4.1
Quick fixes:
- Snippet for non-existing document should not throw an exception #52
v0.4.0
- improved test coverage
- removed old currency classes
- Changed
DocumentTrait
to AbstractDocument
v0.3.1
- fix: missing SeoAwareTrait to AbstractProductDocument #35
v0.3.0
- minor style improvements
- connector's traits marked as deprecated (will remove in 1.0)
- added extendable abstract documents to abstract connector documents
- changed
is_active
to active
column in es document
v0.2.0
New features:
- removed CategoryList #6 (use filter manager instead)
- added standardized ElasticSearch(ES) Document traits #15
- changed ES Document attributes from public to prived and added setters and getters #18
Bugfixes:
- updated Unit tests #10
- code style updated to ongr-strict-standard #14
Fixed issues:
- move ES Documents from TestingBundle to ContentBundle #13 (PR #15)
- dependency ongr/router-bundle is only required in dev environment, must be in required #16 (PR #17)