Use the coupon code WORDPRESS and save 30% OFF! Buy Now

Changelog for Vidiho Pro – Legacy

Legend

  • A => A file has been (A)dded
  • M => A file has been (M)odified
  • D => A file has been (D)eleted

1.4.5 - January 23, 2023

Compatibility: WordPress 6.1 — 6.5.2

----------------------------------------------------------------------------------------------
List of changes between vidiho-pro v1.4.4 and v1.4.5
----------------------------------------------------------------------------------------------

* FIXED: Future-proof support for One Click Demo Import, by replacing older 'pt-ocdi/*' hook names with the more recent 'ocdi/' ones.
  M inc/onboarding.php

* FIXED: Implicit conversion warning in PHP 8
* FIXED: Deprecated action 'elementor/widgets/widgets_registered' and method register_widget_type() since Elementor 3.5
  M inc/elementor.php
  M inc/helpers.php

* ADDED: Minified assets.
  A js/admin/customizer-controls.min.js
  A js/admin/customizer-preview.min.js
  A js/admin/elementor-ajax.min.js
  A js/admin/post-meta.min.js
  A js/admin/repeating-fields.min.js
  A js/admin/widgets.min.js

* Updated language file.
  M languages/ci-theme.pot
  M plugins/ci-theme-plugin/languages/ci-theme-plugin.pot

* CHANGED: Theme version to 1.4.5
  M style.css
  M style.min.css
  M style.scss

1.4.4 - March 28, 2022

Compatibility: WordPress 5.9.1+

----------------------------------------------------------------------------------------------
List of changes between vidiho-pro v1.4.3 and v1.4.4
----------------------------------------------------------------------------------------------

* FIXED: One Click Demo Import v3.0.0 changed their page's slug, so the theme's related onboarding link stopped working.
  M inc/onboarding/onboarding-page.php

* FIXED: Authorbox's avatar type would fallback to an invalid type value.
  M template-parts/authorbox.php

* FIXED: Deprecation warning "Required parameter follows optional parameter" in PHP 8.
  M plugins/vidiho-pro-plugin/shortcodes.php

* FIXED: Deprecated Elementor method _register_controls()
* FIXED: Fatal errors due to Elementor\Scheme_Typography and Elementor\Scheme_Color class removals.
* FIXED: Deprecated parameter 'who' in WP_User_Query since WP 5.9
  M inc/elementor/latest-posts.php
  M inc/elementor/latest-videos.php
  M inc/elementor/post-type-items.php
  M inc/elementor/post-type.php

* CHANGED: Theme version to 1.4.4
* CHANGED: Theme plugin version to 1.1.2
* UPDATED: Language files.
  M inc/onboarding.php
  M languages/vidiho-pro.pot
  M plugins/vidiho-pro-plugin/ci-theme-plugin.php
  M style.css
  M style.min.css
  M style.scss

1.4.3 - March 29, 2021

Compatibility: WordPress 5.6.2+

----------------------------------------------------------------------------------------------
List of changes between vidiho-pro v1.4.2 and v1.4.3
----------------------------------------------------------------------------------------------

* CHANGED: Assets are now versioned using a compound version string based on the parent and child themes' versions, when a child theme is enabled. This helps prevent caching issues, where the version reported was remaining constant (i.e. the child theme's version) even when the parent theme was updated.
  M inc/helpers.php

* FIXED: Theme would wrongly report there is a theme update, when a child theme was active and its version was lower than the latest parent's.
  M inc/default-hooks.php

* FIXED: Conditional metaboxes wouldn't work in WP 5.7
  M plugins/vidiho-pro-plugin/custom-fields-page.php
  M plugins/vidiho-pro-plugin/inc/post-meta.php

* CHANGED: Theme version to 1.4.3
* CHANGED: Plugin version to 1.1.1
  M inc/onboarding.php
  M plugins/vidiho-pro-plugin/vidiho-pro-plugin.php
  M style.css
  M style.min.css
  M style.scss

1.4.2 - September 16, 2020

Compatibility: WordPress 5.5.0+

----------------------------------------------------------------------------------------------
List of changes between vidiho-pro v1.4.1 (rev. 28541) and v1.4.2 (rev. 30876)
----------------------------------------------------------------------------------------------

* FIXED: The "Semibold" font weight label would display 500 as the font weight number instead of the correct 600.
  M inc/class-fonts-list.php

* FIXED: Lightbox captions wouldn't get properly escaped.
  M inc/default-hooks.php

* FIXED: An issue where the slider would not appear on RTL languages
* ADDED: Basic RTL styling fixes.
  M js/scripts.js
  A rtl.css
  A rtl.min.css
  A rtl.scss

* CHANGED: Theme version 1.4.2
  M style.css
  M style.min.css
  M style.scss

1.4.1 - February 6, 2020

Compatibility: WordPress 5.3.1+

----------------------------------------------------------------------------------------------
List of changes between vidiho-pro v1.4 (rev. 28297) and v1.4.1 (rev. 28541)
----------------------------------------------------------------------------------------------

* FIXED: Improved logo/heading markup
  M css/inc/_header.scss
  M css/typography-gfont.css
  M css/typography-gfont.min.css
  M css/typography-gfont.scss
  M inc/customizer/generated-styles/global.php
  M inc/customizer/preview/global.js
  M inc/template-tags.php
  M search.php
  M style.css
  M style.min.css

* CHANGED: Theme version to 1.4.1
  M style.css
  M style.min.css
  M style.scss

1.4 - January 21, 2020

Compatibility: WordPress 5.3.1+

----------------------------------------------------------------------------------------------
List of changes between vidiho-pro v1.3 (rev. 28010) and v1.4 (rev. 28297)
----------------------------------------------------------------------------------------------

* REMOVED: Compatibility code for wp_body_open() in WordPress versions older than v5.2
  M inc/default-hooks.php

* UPDATED: Onboarding page.
* ADDED: Import notice for successful demo import.
* ADDED: Additional plugin recommendations in onboarding page.
* ADDED: The theme now prompts to update its bundled plugin (if out of date) and can also check for updates of itself.
  M inc/default-hooks.php
  M inc/onboarding/css/onboarding-styles.css
  A inc/onboarding/css/onboarding-styles.min.css
  M inc/onboarding/css/onboarding-styles.scss
  M inc/onboarding/js/onboarding-notice.js
  M inc/onboarding/js/onboarding.js
  M inc/onboarding/onboarding-page.php
  M inc/onboarding.php

* FIXED: A regression would cause some admin scripts/styles not to load, resulting in unusable widgets.
* CHANGED: ci_theme_register_scripts() is now hooked on 'wp_loaded' instead of 'wp' ('wp' doesn't fire on the widgets page).
  M inc/scripts-styles.php

* Updated language file.
* Changed theme version to 1.4
  M languages/ci-theme.pot
  M style.css
  M style.min.css
  M style.scss

1.3 - December 2, 2019

Compatibility: WordPress 5.3+

----------------------------------------------------------------------------------------------
List of changes between vidiho-pro v1.2 (rev. 23747) and v1.3 (rev. 28010)
----------------------------------------------------------------------------------------------

* FIXED: Metaboxes bound to specific post formats (if any), wouldn't appear on initial page load inside the new block editor.
  M plugins/ci-theme-plugin/inc/post-meta.php

* FIXED: A change event is now triggered when a repeating field item is removed.
  M js/admin/repeating-fields.js

* FIXED: A bug would cause ci_theme_hex2rgba() to return rgb() instead of rgba() values, when passed a valid opacity number.
  M inc/helpers.php

* ADDED: Call to wp_body_open() (since WP v5.2)
* ADDED: Conditionally declare wp_body_open() if it doesn't exist, for back-compat with earlier WP versions (pre v5.2)
  M header.php
  M inc/default-hooks.php

* REMOVED: Google+ Social Icon
* ADDED: Telegram Social Icon
  M inc/helpers.php

* FIXED: Removed closing HTML element that never opened.
  M templates/builder-contained.php

* FIXED: Force term recount after import.
  M inc/onboarding.php

* ADDED: Advanced typography controls.
  A css/admin/customizer-preview.min.css
  A css/admin/post-meta.min.css
  A css/admin/repeating-fields.min.css
  A css/admin/widgets.min.css
  A css/base.min.css
  A css/google-fonts.min.css
  M css/inc/_variables.scss
  A css/mmenu.min.css
  A css/typography-default.css
  A css/typography-default.min.css
  A css/typography-default.scss
  A css/typography-gfont.css
  A css/typography-gfont.min.css
  A css/typography-gfont.scss
  M functions.php
  M ignitefile.js
  A inc/class-fonts-list.php
  A inc/customizer/class-ci-theme-customizer-css-generator.php
  A inc/customizer/controls/alpha-color-picker/alpha-color-picker.min.css
  A inc/customizer/controls/style.css
  A inc/customizer/controls/style.min.css
  A inc/customizer/controls/style.scss
  A inc/customizer/controls/typography
  A inc/customizer/controls/typography/_style.scss
  A inc/customizer/controls/typography/customizer.js
  A inc/customizer/controls/typography/typography.php
  A inc/customizer/generated-styles
  A inc/customizer/generated-styles/global.php
  M inc/customizer/generated-styles.php
  M inc/customizer/options/theme-other-google-fonts.php
  M inc/customizer/options/theme-typography-content.php
  M inc/customizer/options/theme-typography-widgets.php
  M inc/customizer/partial-callbacks.php
  A inc/customizer/preview
  A inc/customizer/preview/global.js
  A inc/customizer/preview/preview.css
  A inc/customizer/preview/preview.js
  A inc/customizer/preview/preview.min.css
  A inc/customizer/preview/preview.scss
  M inc/customizer.php
  A inc/fonts.json
  M inc/helpers.php
  M inc/sanitization.php
  M inc/scripts-styles.php
  M js/admin/customizer-preview.js
  A js/anim-on-scroll.min.js
  A js/jquery.fitvids.min.js
  A js/magnific-init.min.js
  A js/scripts.min.js
  M style.css
  A style.min.css

* FIXED: Global body font wouldn't affect all applicable elements.
* CHANGED: Theme scripts/styles are now registered during the 'wp' hook instead of the 'init' hook.
* CHANGED: Re-hooked ci_theme_register_scripts() from 'init' to 'wp'
  M inc/customizer/generated-styles/global.php
  M inc/customizer/preview/global.js
  M inc/scripts-styles.php

* Updated language files.
* Changed plugin version to 1.1
* Changed theme version to 1.3
  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.min.css
  M style.scss

1.2 - December 7, 2018

Compatibility: WordPress 4.9+

----------------------------------------------------------------------------------------------
List of changes between vidiho-pro v1.1 (rev. 22902) and v1.2 (rev. 23747)
----------------------------------------------------------------------------------------------

* ADDED: Add styles for Gutenberg blocks
  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
  M inc/scripts-styles.php

* FIXED: Page template-bound metaboxes, wouldn't behave correctly in Gutenberg mode (where applicable).
  M plugins/ci-theme-plugin/inc/post-meta.php

* FIXED: Post format-bound metaboxes (where applicable) now work properly with Gutenberg.
  M plugins/ci-theme-plugin/inc/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 functions.php

* FIXED: Onboarding admin notice wouldn't persist its state when dismissed from within the block editor.
  M inc/onboarding/js/onboarding-notice.js
  M inc/onboarding/onboarding-page.php

* FIXED: Capitalization of a word.
  M inc/onboarding/onboarding-page.php

* Updated language files.
* Changed plugin version to 1.0.1
* Changed theme version to 1.2
  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 - October 15, 2018

Compatibility: WordPress 4.8+

----------------------------------------------------------------------------------------------
List of changes between vidiho-pro v1.0 (rev. 22494) and v1.1 (rev. 22902)
----------------------------------------------------------------------------------------------

* Add contained page builder template
  A templates/builder-contained.php

* changed version to 1.1
  M css/base.css
  M style.css
  M style.scss

1.0 - August 22, 2018

Compatibility: WordPress 4.8+

Initial release

Get access to all WordPress themes & plugins

24/7 Support Included. Join 115,000+ satisfied customers.

Pricing & Sign Up

30-day money-back guarantee. Not satisfied? Your money back, no questions asked.

Back to top