Changelog:
v2.2.1
- Fixed notice in comments.php since 2.2.0
- Fixed colour schemes cannot be imported since 2.2.0
- Fixed read more button missing on presentation page columns (due to global variables cleanup)
- Fixed columns from posts listed by IDs limited by WordPress’ global post count limit
- Removed social scripts in the theme’s admin page and replaced with simple social profile links
v2.2.0
- Added Github and TripAdvisor social icons
- Added styling to disable Chrome’s built-in blue border on focused form elements
- Added explicit support for WooCommerce 3.0 new product gallery
- Adjusted social styling to reduce interference with plugins
- Improved options save sanitization procedure
- Fixed some colour options not being protected to plugin interference
- Fixed responsive styling to account for submenu arrow indicator changes in 2.1.3
- Fixed menu items displayed in wrong order on RTL
- Fixed using HTML excerpt option disabling continue reading button
- Deprecated HTML excerpt option and disabled it on new theme installs
- Replaced @import usage with enqueue for font-faces style; relocated mobile styling from inline to enqueue
- Moved presentation page code to own function
- Made ‘sidebar empty’ messages visible only to users with permissions to manage widgets
- Removed the use of individual global options variables and adjusted all functions to use the global options array instead
- Renamed global $fonts and $socialNetworks variables to use ‘parabola_’ prefix
- Cleaned up theme-loop.php; renamed several functions for consistency:
parabola_custom_excerpt_more -> parabola_excerpt_morelink
parabola_continue_reading_link -> parabola_excerpt_continuereading_link
parabola_auto_excerpt_more -> parabola_excerpt_dots
parabola_trim_excerpt -> parabola_excerpt_html
parabola_posted_on -> parabola_meta_before
parabola_posted_after -> parabola_meta_after
If you have customized any files that call these functions in your child theme, you will need to rename them in your code as well.