Skip to content

Commit 5eabdf7

Browse files
committed
2.3.6
1 parent f1d83a7 commit 5eabdf7

File tree

5 files changed

+26
-10
lines changed

5 files changed

+26
-10
lines changed

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Reykjavik Changelog
22

3+
## 2.3.6, 20250118
4+
5+
### Updated
6+
- Beaver Builder upgrade link
7+
8+
### Fixed
9+
- WooCommerce styles
10+
11+
### File updates
12+
changelog.md
13+
readme.txt
14+
style.css
15+
includes/plugins/beaver-builder/class-beaver-builder-setup.php
16+
includes/plugins/woocommerce/class-woocommerce-single.php
17+
18+
319
## 2.3.5, 20240919
420

521
### Fixed

includes/plugins/beaver-builder/class-beaver-builder-setup.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @copyright WebMan Design, Oliver Juhas
77
*
88
* @since 1.0.0
9-
* @version 2.0.0
9+
* @version 2.3.6
1010
*
1111
* Contents:
1212
*
@@ -88,15 +88,15 @@ public static function init() {
8888
* Upgrade link URL
8989
*
9090
* @since 1.0.0
91-
* @version 1.0.0
91+
* @version 2.3.6
9292
*
9393
* @param string $url
9494
*/
9595
public static function upgrade_url( $url ) {
9696

9797
// Output
9898

99-
return esc_url( add_query_arg( 'fla', '67', $url ) );
99+
return trailingslashit( FL_BUILDER_STORE_URL ) . 'fla/67/';
100100

101101
} // /upgrade_url
102102

includes/plugins/woocommerce/class-woocommerce-single.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @copyright WebMan Design, Oliver Juhas
77
*
88
* @since 1.0.0
9-
* @version 1.0.0
9+
* @version 2.3.6
1010
*
1111
* Contents:
1212
*
@@ -35,7 +35,7 @@ class Reykjavik_WooCommerce_Single {
3535
* Constructor
3636
*
3737
* @since 1.0.0
38-
* @version 1.0.0
38+
* @version 2.3.6
3939
*/
4040
private function __construct() {
4141

@@ -47,7 +47,7 @@ private function __construct() {
4747

4848
remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20 );
4949

50-
remove_action( 'woocommerce_before_single_product', 'wc_print_notices' );
50+
remove_action( 'woocommerce_before_single_product', 'woocommerce_output_all_notices' );
5151

5252
remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_sale_flash' );
5353

@@ -63,7 +63,7 @@ private function __construct() {
6363

6464
add_action( 'wp', __CLASS__ . '::display_title' );
6565

66-
add_action( 'woocommerce_before_single_product_summary', 'wc_print_notices', -5 );
66+
add_action( 'woocommerce_before_single_product_summary', 'woocommerce_output_all_notices', -5 );
6767

6868
add_action( 'woocommerce_single_product_summary', 'woocommerce_show_product_sale_flash', 5 );
6969

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Reykjavik ===
22
Contributors: webmandesign
33
Requires at least: 5.8
4-
Tested up to: 6.6
4+
Tested up to: 6.7
55
Requires PHP: 5.6
66
License: GNU General Public License v3
77
License URI: https://www.gnu.org/licenses/gpl-3.0.html

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Theme Name: Reykjavik
33
Theme URI: https://www.webmandesign.eu/portfolio/reykjavik-wordpress-theme/
44
Author: WebMan Design
55
Author URI: https://www.webmandesign.eu/
6-
Version: 2.3.5
6+
Version: 2.3.6
77
Text Domain: reykjavik
88
Domain Path: /languages
99
License: GNU General Public License v3
@@ -12,7 +12,7 @@ Description: Reykjavik is fresh, lightweight, speed and SEO optimized, accessib
1212
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
1313
1414
Requires at least: 4.7
15-
Tested up to: 6.6
15+
Tested up to: 6.7
1616
Requires PHP: 5.6
1717
1818
GitHub Theme URI: webmandesign/reykjavik

0 commit comments

Comments
 (0)