Legend
- A =>
- A file has been (A)dded
- M =>
- A file has been (M)odified
- D =>
- A file has been (D)eleted
1.2 - December 7, 2018
Compatibility: WordPress 4.9 — 5.0.3
----------------------------------------------------------------------------------------------
List of changes between public-opinion v1.1.3 (rev. 21564) and v1.2 (rev. 23812)
----------------------------------------------------------------------------------------------
* ADDED: Added styles for Gutenberg
A common
A common/common.php
A common/css
A common/css/global.css
A common/css/global.scss
A common/css/inc
A common/css/inc/_gutenberg.scss
M functions.php
* FIXED: Page template-bound metaboxes, wouldn't behave correctly in Gutenberg mode (where applicable).
M plugins/ci-theme-plugin/base/post-meta.php
* FIXED: Post format-bound metaboxes (where applicable) now work properly with Gutenberg.
M plugins/ci-theme-plugin/base/post-meta.php
* CHANGED: "Hide featured image" checkbox that appeared in posts/pages/custom post types (where applicable), now appears as its own metabox, to maintain compatibility with Gutenberg.
M base/functions.php
* FIXED: Admin notice regarding the sample content, wouldn't persist its state when dismissed from within the block editor.
M base/assets/js/sample-content.js
M base/default-hooks.php
* FIXED: An empty Header Layout dropdown would appear in the customizer.
M base/customizer/theme-header-style.php
M inc/customizer.php
* Updated language files.
* Changed plugin version to 1.1.1
* Changed theme version to 1.2
M css/base.css
M languages/ci-theme.pot
M plugins/ci-theme-plugin/ci-theme-plugin.php
M plugins/ci-theme-plugin/languages/ci-theme-plugin.pot
M style.css
M style.scss
1.1.3 - May 16, 2018
Compatibility: WordPress 4.8+
----------------------------------------------------------------------------------------------
List of changes between public-opinion v1.1.2 (rev. 21556) and v1.1.3 (rev. 21564)
----------------------------------------------------------------------------------------------
* UPDATED: Update and improve sticky header functionality
* FIXED: Fix an issue with the mobile nav toggle in MaxMegaMenu plugin
M css/base.css
M css/inc/_external.scss
M functions.php
M js/jquery.sticky-kit.min.js
M style.css
* Changed version to 1.1.3
M style.css
M style.scss
1.1.2 - May 15, 2018
Compatibility: WordPress 4.8+
----------------------------------------------------------------------------------------------
List of changes between public-opinion v1.1.1 (rev. 21438) and v1.1.2 (rev. 21556)
----------------------------------------------------------------------------------------------
* FIXED: Featured image on single posts/pages now display the caption when viewed in a lightbox.
M base/assets/js/magnific-init.js
M base/functions.php
M base/template-tags.php
* Changed version to 1.1.2
M languages/ci-theme.pot
M style.css
M style.scss
1.1.1 - April 28, 2018
Compatibility: WordPress 4.8+
----------------------------------------------------------------------------------------------
List of changes between public-opinion v1.1 (rev. 20270) and v1.1.1 (rev. 21438)
----------------------------------------------------------------------------------------------
* FIXED: WordPress 4.9 by default calls wpautop() on author descriptions.
M functions.php
M template-parts/authorbox.php
* ADDED: Support Elementor Pro v2.0 locations.
M 404.php
A archive.php
M author.php
M category.php
M footer.php
M header.php
M inc/elements.php
M page.php
M search.php
M single.php
M tag.php
* Updated lang file.
* Changed version to 1.1.1
M languages/ci-theme.pot
M style.css
M style.scss
1.1 - November 16, 2017
Compatibility: WordPress 4.8+
----------------------------------------------------------------------------------------------
List of changes between public-opinion v1.0 (rev. 20218) and v1.1 (rev. 20267)
----------------------------------------------------------------------------------------------
* ADDED: WooCommerce support (WIP)
* FIXED: typo in $form-border-color-hover variable name
M css/inc/_ci-base.scss
M css/inc/_ecommerce.scss
M css/inc/_variables.scss
M functions.php
A inc/woocommerce.php
M js/scripts.js
M style.css
M style.scss
A woocommerce.php
* FIXED: woocommerce.php is only required if WooCommerce is activated
M functions.php
M inc/woocommerce.php
* ADDED: Audio and Gallery post formats support.
* CHANGED: Moved video post format related code from single.php into /template-parts/post-formats/format-video.php
M functions.php
M plugins/ci-theme-plugin/custom-fields-post.php
M single.php
A template-parts/post-formats
A template-parts/post-formats/format-audio.php
A template-parts/post-formats/format-gallery.php
A template-parts/post-formats/format-video.php
* ADDED: Per-category option to hide featured posts from the rest of the category listing.
M functions.php
M plugins/ci-theme-plugin/term-meta.php
* ADDED: Jetpack's infinite scroll support
M author.php
M category.php
M functions.php
A inc/jetpack.php
M index.php
M search.php
* FIXED: Made audio, video and gallery post format metaboxes appear first.
M plugins/ci-theme-plugin/custom-fields-post.php
* FIXED: Search results wouldn't show posts' categories.
M search.php
* ADDED: Sticky sidebars
M css/inc/_modules.scss
M functions.php
M inc/customizer.php
M js/scripts.js
M sidebar.php
M style.css
* CHANGED: Renamed homepage widget "Category Featured Posts"'s title to "Category Posts" for simplicity.
M inc/widgets/home-category-featured-posts.php
* ADDED: Actions before/after the news ticker.
* ADDED: News ticker query args are now filterable.
M template-parts/ticker.php
* ADDED: Show ratings on post thumbnails
M css/inc/_modules.scss
M functions.php
M inc/template-tags.php
M style.css
M template-parts/entry-items/hero-fullwidth.php
M template-parts/entry-items/hero-sm.php
M template-parts/entry-items/hero.php
M template-parts/entry-items/media-sm.php
M template-parts/widgets/sidebar-item-post.php
* ADDED: Justified gallery post format
M css/inc/_modules.scss
A css/justifiedGallery.min.css
M functions.php
A js/jquery.justifiedGallery.min.js
M js/scripts.js
M style.css
M template-parts/post-formats/format-gallery.php
* FIXED: Fixed issue on widgets where the sidebar id might not be available (e.g. on mega menu) and a notice is thrown.
M base/widgets/contact.php
M base/widgets/latest-post-type.php
M base/widgets/schedule.php
M inc/widgets/featured-posts.php
M inc/widgets/home-category-featured-posts.php
M inc/widgets/home-featured-posts.php
* ADDED: Add sticky videos
M css/inc/_modules.scss
M js/scripts.js
M style.css
M template-parts/post-formats/format-video.php
* ADDED: Before/after element action hooks.
* ADDED: Before/after div.entry-content action hooks.
* FIXED: wp_link_pages() was inconsistently called either within or outside of div.entry-content. Changed to be called outside of the div (and after the newly introduced 'ci_theme_after_entry_content' action).
M 404.php
M author.php
M category.php
M index.php
M page.php
M search.php
M single.php
M tag.php
M templates/front-page.php
M templates/full-width-page.php
M woocommerce.php
* ADDED: Back to top button
M css/inc/_external.scss
M css/inc/_modules.scss
M css/inc/_navigation.scss
M footer.php
M inc/customizer.php
M js/scripts.js
M style.css
M template-parts/post-formats/format-video.php
* FIXED: Minor styling issues on WooCommerce category appearance
M css/inc/_ecommerce.scss
M style.css
* Center infinite scroll button
M css/inc/_external.scss
M style.css
* Updated language files.
* Changed versions to 1.1
M functions.php
M inc/jetpack.php
M languages/ci-theme.pot
M plugins/ci-theme-plugin/ci-theme-plugin.php
M plugins/ci-theme-plugin/languages/ci-theme-plugin.pot
M style.css
M style.scss
1.0 - November 8, 2017
Compatibility: WordPress 4.7+
Initial release