Microweber v1.0.3 Release Notes

Release Date: 2015-06-16 // almost 9 years ago
  • ๐Ÿ”„ Changes from vesrion 1.0

    โšก๏ธ Vendor: Updated Laravel to v5.0.33 (last version that supports php 5.4)
    ๐Ÿ”‹ Feature: Custom fonts support (only Google fonts for now)
    ๐Ÿ”‹ Feature: Color picker can set custom color from hash
    ๐Ÿ”‹ Feature: CSS Editor
    ๐Ÿ”‹ Feature: Icon picker
    ๐Ÿ”‹ Feature: Custom font size value can be set
    ๐Ÿ›  Fix: improvements in the live edit for Boostrap3 templates
    ๐Ÿ›  Fix: possible XSS in users
    ๐Ÿ›  Fix: fixes in shop orders management
    ๐Ÿ›  Fix: many other minor bugs
    Added: get_category_items_count function
    โž• Added: Some missing language entries
    โž• Added: sum parameter to the db_get function
    Added: connection_name parameter to the db_get function
    ๐Ÿ”„ Changed: replaced database class with database_manager
    ๐Ÿ›  Fix: shop currency function timeout
    ๐Ÿ›  Fix: modal initialization
    ๐Ÿ›  Fix: update check
    ๐Ÿ›  Fix: install problem under mysql 5.6
    ๐Ÿ›  Fix: drop in bootstrap columns
    ๐Ÿ›  Fix: improvements for bootstrap themes
    ๐Ÿ›  Fix: edit link from live edit
    ๐Ÿ›  Fix: cart shipping price display
    ๐Ÿ›  Fix: shipping cost per weight
    ๐Ÿ›  Fix: price bug
    ๐Ÿ›  Fix: shipping cost per weight
    ๐Ÿ›  Fix: locale now uses App::getLocale()
    Vendor: added Omnipay for payments processing
    Vendor: Markdown provider
    โž• Added: added option to change the currency sign position
    ๐Ÿ›  Fix: Custom environment name respects the getenv value
    ๐Ÿ›  Fix: Cache expiration
    ๐Ÿ›  Fix: Category delete
    ๐Ÿ›  Fix: Position db field is now converted to integer
    ๐Ÿ›  Fix: Delete categories bug
    ๐Ÿ›  Fix: Reorder categories bug
    ๐Ÿ›  Fix: Factored DB class
    โœ… Tests added
    ๐Ÿ›  Many other fixes