Skip to content

Commit

Permalink
2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
webmandesign committed Jan 18, 2025
1 parent f1d83a7 commit 5eabdf7
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 10 deletions.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright WebMan Design, Oliver Juhas
*
* @since 1.0.0
* @version 2.0.0
* @version 2.3.6
*
* Contents:
*
Expand Down Expand Up @@ -88,15 +88,15 @@ public static function init() {
* Upgrade link URL
*
* @since 1.0.0
* @version 1.0.0
* @version 2.3.6
*
* @param string $url
*/
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

Expand Down
8 changes: 4 additions & 4 deletions includes/plugins/woocommerce/class-woocommerce-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright WebMan Design, Oliver Juhas
*
* @since 1.0.0
* @version 1.0.0
* @version 2.3.6
*
* Contents:
*
Expand Down Expand Up @@ -35,7 +35,7 @@ class Reykjavik_WooCommerce_Single {
* Constructor
*
* @since 1.0.0
* @version 1.0.0
* @version 2.3.6
*/
private function __construct() {

Expand All @@ -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' );

Expand All @@ -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 );

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5eabdf7

Please sign in to comment.