Konzept → FAQ → Changelog
Changelog
Konzept 3.2 — top
This release is in development. This version was not released yet but you can download it from the repository if you're interested in receiving features early.
Changelog:
- Opt-in usage tracking.
- The misaligned "Previous" and "Next" arrows in projects on mobile devices caused by v3.1.
- Portfolio thumbnails not appearing in
[recent_projects]
shortcode if they are added from Media Library.
- WooCommerce categories widget not showing products.
- Removed image.php and /inc/attachment.php and made single.php handle attachments (or page.php for attachments of pages).
- Changed all media queries in CSS files to mobile first approach.
- Updated bundled plugins.
- Removed Konzept → General → Logo option and enabled the native WordPress Theme Logo feature. Use Appearance → Customize → Site Identity to set your logo.
- Replaced the old admin settings pages with the new Settings API pages.
- Removed the previous theme options and introduced single
konzept_options
database option. You can still view your old values by entering /wp-admin/options.php.
- Separated widgets from the rest of the data in the demo importer.
Konzept 3.1 — top
This version was released on 2017.09.01.
Changelog:
- The include/exclude categories box on portfolio pages broken by v3.0.
- The "previous" and "next" project arrows to skip projects with external link specified.
- The missing "previous project" (right) arrow on the first project (direct entrance only).
- The /images/ folder was removed and all icons were converted to vectors available in the new /css/konzepticons/.
- WebSymbolsRegular font was removed in favor of /css/konzepticons/.
- All custom pagination functions were replaced with
the_posts_pagination()
and the_post_navigation()
.
- All widgets that use HTML were converted to the "Custom HTML" widgets available since WordPress 4.8.1.
- General code improvements in style.css and other CSS files.
- Updates in portfolio.js, projects are now loaded by their ID.
- Updated bundled plugins.
Konzept 3.0 — top
Konzept 3.0 is a major theme update. It doesn't contain any security updates but all 2.x users are encouraged to update to 3.x versions since they contain many useful improvements.
If you're updating from any 2.x version to any 3.x version you can optionally go to https://gist.github.com/Ikonize/cadad7fb3f5ffeea10a198e6f881ad29 and paste the code snippet (without the opening <?php
tag) in your functions.php. It will be automatically converting the names of your old custom fields to the new names when you visit individual posts. Otherwise your project labels will not be automatically converted from 2.x (4 separate custom fields) to 3.x (1 custom field) naming.
Changelog:
- Many theme functions were renamed to
konzept_
prefix.
- The text domain was changed to
konzept
.
- Included libraries (TGM plugin activation class, Isotope etc.) were updated to their latest versions.
- Included plugins were updated to their latest versions.
- Some libraries were removed (modernizr.custom.js, owl.carousel.js, jquery.magnific-popup.js etc.).
- template-portfolio.php, single-portfolio.php, project-container.php, project-loop.php and portfolio.js received major updates.
- WooCommerce 3.x support was added (and thus /woocommerce/ folder and /css/woocommerce.css have many major changes).
- /core/ folder was removed and the functions were moved to either functions.php or /inc/.
- /admin/metaboxes.php was removed and Advanced Custom Fields plugin is used instead.
- Some custom fields were renamed. They will be updated automatically for each entry individually the first time you enter the entry (post, page, project) on either front-end or back-end. This is handled by /inc/update_2x_to_3x.php file.
- Most notably project labels (
portfolio_date
, portfolio_client
, portfolio_agency
, portfolio_ourrole
) were removed and replaced with a single konzept_project_meta
custom field which allows specifying any arbitrary labels for each project.
- A new custom field
konzept_thumbnail_footer_text
was added and will be automatically updated with the value of the (now removed) portfolio_client
custom field.
- Projects used to allow specifying a thumbnail image URL in Portfolio → (any project) → Thumbnail image (external URL). Now you can also provide a media library item in Portfolio → (any project) → Thumbnail image and take advantage of
srcset
HTML feature. You can upload your images in the biggest size you have and WordPress will be generating smaller versions of them for mobile devices.
- The "shuffle" button for the Isotope grid is available only as /js/isotope-shuffle.js and its custom field is removed.
- There is a new demo importer that separates the demo content into multiple XML, JSON and PHP files. They can be found in /admin/auto-install/.
- Added HTTPS support for the Google Maps API.
Konzept 2.x — top
- Version 2.0: October 26, 2013.
- Version 2.7 (the last 2.x version): June, 26 2017.
- There is no changelog available for 2.x versions.
- These versions are compatible up to WordPress 4.8 but are no longer recommended or supported.
Konzept 1.x — top
- Version 1.0: June 30, 2012.
- Version 1.9.6 (the last 1.x version): August 29, 2013.
- There is no changelog available for 1.x versions.
- These versions are no longer compatible with the newest WordPress and plugins.