diff --git a/changelog.md b/changelog.md index 729d32d..b30fee8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,21 @@ # Reykjavik Changelog +## 2.3.6, 20250118 + +### Updated +- Beaver Builder upgrade link + +### Fixed +- WooCommerce styles + +### File updates + changelog.md + readme.txt + style.css + includes/plugins/beaver-builder/class-beaver-builder-setup.php + includes/plugins/woocommerce/class-woocommerce-single.php + + ## 2.3.5, 20240919 ### Fixed diff --git a/includes/plugins/beaver-builder/class-beaver-builder-setup.php b/includes/plugins/beaver-builder/class-beaver-builder-setup.php index 228ae96..04ad6db 100644 --- a/includes/plugins/beaver-builder/class-beaver-builder-setup.php +++ b/includes/plugins/beaver-builder/class-beaver-builder-setup.php @@ -6,7 +6,7 @@ * @copyright WebMan Design, Oliver Juhas * * @since 1.0.0 - * @version 2.0.0 + * @version 2.3.6 * * Contents: * @@ -88,7 +88,7 @@ public static function init() { * Upgrade link URL * * @since 1.0.0 - * @version 1.0.0 + * @version 2.3.6 * * @param string $url */ @@ -96,7 +96,7 @@ public static function upgrade_url( $url ) { // Output - return esc_url( add_query_arg( 'fla', '67', $url ) ); + return trailingslashit( FL_BUILDER_STORE_URL ) . 'fla/67/'; } // /upgrade_url diff --git a/includes/plugins/woocommerce/class-woocommerce-single.php b/includes/plugins/woocommerce/class-woocommerce-single.php index ee36dbb..9b34a5f 100644 --- a/includes/plugins/woocommerce/class-woocommerce-single.php +++ b/includes/plugins/woocommerce/class-woocommerce-single.php @@ -6,7 +6,7 @@ * @copyright WebMan Design, Oliver Juhas * * @since 1.0.0 - * @version 1.0.0 + * @version 2.3.6 * * Contents: * @@ -35,7 +35,7 @@ class Reykjavik_WooCommerce_Single { * Constructor * * @since 1.0.0 - * @version 1.0.0 + * @version 2.3.6 */ private function __construct() { @@ -47,7 +47,7 @@ private function __construct() { remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20 ); - remove_action( 'woocommerce_before_single_product', 'wc_print_notices' ); + remove_action( 'woocommerce_before_single_product', 'woocommerce_output_all_notices' ); remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_sale_flash' ); @@ -63,7 +63,7 @@ private function __construct() { add_action( 'wp', __CLASS__ . '::display_title' ); - add_action( 'woocommerce_before_single_product_summary', 'wc_print_notices', -5 ); + add_action( 'woocommerce_before_single_product_summary', 'woocommerce_output_all_notices', -5 ); add_action( 'woocommerce_single_product_summary', 'woocommerce_show_product_sale_flash', 5 ); diff --git a/readme.txt b/readme.txt index 4476d8d..2d80c0d 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Reykjavik === Contributors: webmandesign Requires at least: 5.8 -Tested up to: 6.6 +Tested up to: 6.7 Requires PHP: 5.6 License: GNU General Public License v3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/style.css b/style.css index b829cb2..5dc378e 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: Reykjavik Theme URI: https://www.webmandesign.eu/portfolio/reykjavik-wordpress-theme/ Author: WebMan Design Author URI: https://www.webmandesign.eu/ -Version: 2.3.5 +Version: 2.3.6 Text Domain: reykjavik Domain Path: /languages License: GNU General Public License v3 @@ -12,7 +12,7 @@ Description: Reykjavik is fresh, lightweight, speed and SEO optimized, accessib Tags: one-column, two-columns, right-sidebar, grid-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio, block-styles, wide-blocks Requires at least: 4.7 -Tested up to: 6.6 +Tested up to: 6.7 Requires PHP: 5.6 GitHub Theme URI: webmandesign/reykjavik