Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

62 lines (49 loc) · 2.23 KB

1.2

  • New: Kirki & Timber plugins as well as some Jetpack classes are now embedded. Installing external plugins is no longer required for the core theme.
  • New: Easy-Digital-Downloads integration
  • New: WooCommerce integration
  • Fix: Core shell CSS tweaks
  • Fix: Change sr-only class to screen-reader-text
  • New: Implemented a class autoloader
  • Tweak: Deactivate auto-installer
  • Tweak: Use dashicons instead of elusive icons
  • Tweak: Keep pagination links as anchors
  • Fix: Properly use add_query_arg()
  • Tweak: Comments template
  • Fix: fix incorrect path URLs
  • Tweak: better template-hierarchy.php
  • Tweak: WordPress coding standards
  • Fix: Other minor bugfixes
  • Tweak: Add before_widget & after_widget to the logo widget
  • Fix: Align left images on the extended-posts widget

1.1.1

  • Fix: Added a default license key
  • New: More OOP design
  • New: Change the Timber cache folder (soon to be supported by Timber core)
  • Fix: Undefined index messages on the admin settings screen
  • New: Introducing Maera_Widget_Dropdown_Class.php
  • Fix: Move core styles to style.css

1.1.0

  • Fix: Most methods are not non-static.
  • New: The theme is now more OOP.
  • New: You can now choose a caching method from the admin options.
  • Fix: Disabling file caches (there were issues on sites hosted on WPEngine).
  • Fix: Updating the Maera_Logo_Widget rendering method.
  • Fix: Typo preventing proper template rendering for tag archives.
  • Fix: Added check for MAERA_VERSION constant.
  • Fix: Code cleanup.
  • New: Introducing a Maera_Helper class.
  • Fix: Move file requires outside the main Maera object.
  • Fix: Moved test_missing method to the Maera_Required_Plugins class.
  • Fix: Moved get_search_form method to the Maera_Template class.
  • Fix: Moved body_class method to the Maera_Styles class.
  • Fix: Renamed the Maera_Template->main method to Maera_Template->render.
  • New: Introducing new "screen-reader-text" classes as per https://make.wordpress.org/accessibility/2015/01/27/test-chat-summary-januari-26/

1.0.3

  • Fix: Jetpack was being forced to Dev mode some hosts even when dev mode was disabled from the theme options dashboard.

1.0.2

  • Fix: remote-installer scripts were not loading properly

1.0.1

  • Fix: typo preventing automatic updates

1.0.0

  • Initial release