Releases: Cais/opus-primus
Releases · Cais/opus-primus
Opus Primus 1.3-beta-20141109
This release will most likely translate into the release candidate (RC). Provided there are no significant changes required it will then translate into the next stable release of Opus Primus.
The entire current changelog is below:
= Code =
- Added
post-title-linkwrapper class to better manage Post Title output - Added WordPress HTML5 markup support for search form, comment form, comment list, and caption
- Added sanity checks to ensure constants are not already defined
- Added
OpusPrimusRouterclass to replace path and URL CONSTANTS - Added appropriate suffixes to script and style handles to ensure uniqueness in OpusPrimusPullQuotes
- Added Child-Theme "slug" for easier customizations
- Added empty hooks before and after showing the breadcrumbs
- Added OpusPrimusComments class methods to
functions.phpto work-around duplicate output issue - Better code organization to only load classes when needed
- Changed post breadcrumb link to the WordPress shortlink
- Create
/lib/folder to store bundled libraries and ancillary files - Enqueue JavaScripts and CSS for SlickNav JavaScript plugin integration to handle mobile menus
- Replaced the majority of
require_oncecalls withlocate_templatecalls - Replaced
globalvariable calls withnewclass instances - Update to use
preg_match_allin OpusPrimusGallery featured and secondary id methods
= CSS =
- Added new typography styles for better reading
- Added styles for the "BNS Login" plugin
- Added
clear: bothtofooter - Added
width: auto;forthandtdelements - Added
#header-widgetsto the "Clearance" section ofopus-primus.css - Change default
ullist-style property tonone inside - Hide the post/page breadcrumbs in mobile displays
- Hide "Search" button for search form
- Removed duplicate definitions from media queries stylesheet
- Removed unused
div#top-navigation-menudefinition - Removed unused
nav div.nav ul lidefinition - Updated
editor-style.cssto match new typography of theme - Updated galleries styles to use HTML5 markup
- Updated font-size of excerpt more link symbol to 35px from 200%
= JavaScript =
- Integrated "SlickNav" (Created by Josh Cope - @ComputerWolf) for mobile menu support
- Integrated "FitVids" built by Chris Coyier (http://chriscoyier.net/) and Paravel (http://paravelinc.com/)
= Miscellaneous
- Added Contact Form 7 compatibility
- Added BNS Login compatibility to use
dashiconsdisplay - Added Gravity Forms compatibility (for reCaptcha form)
- Added to
readme.txtFAQ "I just updated to version 1.3, what could be causing these child-theme errors?" - Removed
works-in-progressfolder from theme - Updated
readme.txtto note the use and license of SlickNav by Josh Cope - Updated
readme.txtto note the use and license of FitVids by Chris Coyier and Paravel - Updated
style.cssdescription to emphasize the addition of the SlickNav and FitVids libraries - Updated
screenshot.pngto better reflect latest release - Updated
hooks-actions.txtwith new additions
Opus Primus 1.3-alpha-20141005
This should be the feature freeze for this release cycle, beta testing will start shortly.
Changelog as is:
= Code =
- Added
post-title-linkwrapper class to better manage Post Title output - Added WordPress HTML5 markup support for search form, comment form, comment list, and caption
- Added sanity checks to ensure constants are not already defined
- Added
OpusPrimusRouterclass to replace path and URL CONSTANTS - Added appropriate suffixes to script and style handles to ensure uniqueness in OpusPrimusPullQuotes
- Added Child-Theme "slug" for easier customizations
- Added empty hooks before and after showing the breadcrumbs
- Better code organization to only load classes when needed
- Changed post breadcrumb link to the WordPress shortlink
- Create
/lib/folder to store bundled libraries and ancillary files - Enqueue JavaScripts and CSS for SlickNav JavaScript plugin integration to handle mobile menus
- Replaced the majority of
require_oncecalls withlocate_templatecalls - Replaced
globalvariable calls withnewclass instances - Update to use
preg_match_allin OpusPrimusGallery featured and secondary id methods
= CSS =
- Added new typography styles for better reading
- Added styles for the "BNS Login" plugin
- Added
clear: bothtofooter - Hide the post/page breadcrumbs in mobile displays
- Hide "Search" button for search form
- Removed duplicate definitions from media queries stylesheet
- Removed unused
div#top-navigation-menudefinition - Removed unused
nav div.nav ul lidefinition - Updated
editor-style.cssto match new typography of theme - Updated galleries styles to use HTML5 markup
- Updated font-size of excerpt more link symbol to 35px from 200%
= JavaScript =
- Integrated "SlickNav" (Created by Josh Cope - @ComputerWolf) for mobile menu support
- Integrated "FitVids" built by Chris Coyier (http://chriscoyier.net/) and Paravel (http://paravelinc.com/)
= Miscellaneous
- Added Contact Form 7 compatibility
- Added BNS Login compatibility to use
dashiconsdisplay - Removed
works-in-progressfolder from theme - Updated
readme.txtto note the use and license of SlickNav by Josh Cope - Updated
readme.txtto note the use and license of FitVids by Chris Coyier and Paravel - Updated
style.cssdescription to emphasize the addition of the SlickNav and FitVids libraries - Updated
screenshot.pngto better reflect latest release - Updated
hooks-actions.txtwith new additions
1.3-alpha-20140901
This is the first working release including all of the new major changes being introduced in version 1.3 of Opus Primus including (but not limited to):
- mobile menu
- new larger typography
- OpusPrimusRouter class replacing the use of most CONSTANTS