Skip to content

Commit

Permalink
v1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ciorici committed Nov 5, 2024
1 parent c37d7d6 commit cfba44a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Define Constants
*/
define( 'INSPIRO_THEME_VERSION', '1.9.6' );
define( 'INSPIRO_THEME_VERSION', '1.9.7' );
define( 'INSPIRO_THEME_DIR', trailingslashit( get_template_directory() ) );
define( 'INSPIRO_THEME_URI', trailingslashit( esc_url( get_template_directory_uri() ) ) );
define( 'INSPIRO_THEME_ASSETS_URI', INSPIRO_THEME_URI . 'dist' );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inspiro-lite",
"version": "1.9.6",
"version": "1.9.7",
"description": "A free version of Inspiro WordPress Theme developed by WPZOOM",
"main": "Gruntfile.js",
"repository": {
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Inspiro ===
Contributors: WPZOOM
Requires at least: 6.0
Tested up to: 6.6
Version: 1.9.6
Tested up to: 6.7
Version: 1.9.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Expand Down Expand Up @@ -110,6 +110,10 @@ Source: https://stocksnap.io/photo/autumn-trees-WV0YTVMU7P

== Changelog ==

= 1.9.7 =
* Bug fixes for WordPress 6.7
* New option in Customizer > WooCommerce to hide the product image zoom icon

= 1.9.6 =
* Added a new WooCommerce demo
* Minor bug fixes
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Author: WPZOOM
Author URI: https://www.wpzoom.com/
Description: Inspiro is a professional & lightweight photo and video-focused WordPress theme with a modern design. Packed with features including a fullscreen area that supports Vimeo, YouTube & self-hosted video background, Page Builder integration, Inspiro is perfect for showing off your photography and video portfolio. Moreover, the theme is compatible with WooCommerce and popular Page Builders such as Elementor, Beaver Builder. The theme is fully GDPR-compliant and doesn't use any external Google Fonts. All fonts are locally hosted. Learn more and check out our powerful PREMIUM version at https://www.wpzoom.com/themes/inspiro/
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, e-commerce, wide-blocks, portfolio, blog, custom-background, featured-image-header, full-width-template, theme-options, block-styles, block-patterns
Version: 1.9.6
Version: 1.9.7
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
Tested up to: 6.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inspiro
Expand Down

0 comments on commit cfba44a

Please sign in to comment.