Skip to content

Latest commit

 

History

History
105 lines (85 loc) · 3.58 KB

CHANGELOG.md

File metadata and controls

105 lines (85 loc) · 3.58 KB

2.0

  • Fix Multiple DB options
  • Fix Template Tag Archive function
  • Fix styling of categories when there are 20+ resulting in grouped up categories
  • Add post tag display
  • Fix Attachment Pages
  • Add styling for [audio] and [video] shortcodes
  • Fix password protected posts
  • Add styling for quote tags
  • Fix readability of Byline
  • Fix archive page titles
  • Add styling for [gallery] shortcode
  • Fix multiple responsive issues
  • Modify/Fix script registration
  • Fix translation and strings
  • Fix hardcoding of some scripts
  • Add extra sanitzation checks to edd templates and core shell
  • Fix missing sanitization for theme Customizer options
  • Fix wrong filenames
  • Fix multiple issues with translations and textdomains using incorrect functions and missing text domain
  • Add support for core WordPress CSS classes
  • Fix styling on comments
  • Fix styling on widgets

1.4

  • Fix searchform.twig causing internal server errors
  • Remove search filter breaking external search plugins
  • Fix use correct function for locating files
  • Fix multiple warnings
  • Modification: No Longer require Kirki for the core framework
  • Remove admin notice about the add-ons tabs that was removed in prior versions
  • Modification: Stop auto-activating plugins
  • Remove un-needed jQuery enqueue
  • Remove Kirki as an embedded plugin
  • Remove Timber as an embedded plugin

1.3

  • Bug Fixes

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