Releases: fballiano/openmage-image-cleaner
Releases · fballiano/openmage-image-cleaner
Release list
1.6.0
Multi-database compatibility (Maho)
- Replaced raw MySQL SQL in install/upgrade scripts with database-agnostic DDL API (
Varien_Db_Ddl_Table), fixing SQLite compatibility (#24) - Wrapped MySQL-specific charset conversion in a MySQL-only check
- Replaced raw
TRUNCATE TABLEin controller withtruncateTable()adapter method
1.5.1
What's Changed
- Use ltrim to avoid removing first character when it is not a slash by @fabianaromagnoli in #23
New Contributors
- @fabianaromagnoli made their first contribution in #23
Full Changelog: 1.5.0...1.5.1
1.5.0
What's Changed
- Improved compatibility with different entity type ids by @m-michalis in #22
New Contributors
- @m-michalis made their first contribution in #22
Full Changelog: 1.4.0...1.5.0