Skip to content

Commit

Permalink
1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
webmandesign committed Jan 18, 2025
1 parent 5b34592 commit 8a027a8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Michelle Changelog

## 1.5.9, 20250118

### Updated
- Beaver Builder upgrade link

### Fixed
- WooCommerce styles

### File updates
changelog.md
readme.txt
style.css
includes/Plugin/Beaver_Builder/Component.php


## 1.5.8, 20240919

### Fixed
Expand Down
8 changes: 5 additions & 3 deletions includes/Plugin/Beaver_Builder/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
* @package Michelle
* @copyright WebMan Design, Oliver Juhas
*
* @since 1.0.0
* @since 1.0.0
* @version 1.5.9
*/

namespace WebManDesign\Michelle\Plugin\Beaver_Builder;
Expand Down Expand Up @@ -46,7 +47,8 @@ public static function init() {
/**
* Upgrade URL.
*
* @since 1.0.0
* @since 1.0.0
* @version 1.5.9
*
* @param string $url
*
Expand All @@ -56,7 +58,7 @@ public static function upgrade_url( string $url ): string {

// Output

return esc_url( add_query_arg( 'fla', '67', (string) $url ) );
return trailingslashit( FL_BUILDER_STORE_URL ) . 'fla/67/';

} // /upgrade_url

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Contributors: webmandesign, jamesosborne
Requires at least: 5.5
Tested up to: 6.6
Tested up to: 6.7
Requires PHP: 7.0
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.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: Michelle
Theme URI: https://www.webmandesign.eu/portfolio/michelle-wordpress-theme/
Author: WebMan Design
Author URI: https://www.webmandesign.eu/
Version: 1.5.8
Version: 1.5.9
Text Domain: michelle
Domain Path: /languages
License: GPL-3.0-or-later
Expand All @@ -12,7 +12,7 @@ Description: Michelle is accessibility ready WordPress theme for creating incl
Tags: accessibility-ready, e-commerce, blog, portfolio, grid-layout, one-column, block-patterns, block-styles, wide-blocks, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Requires at least: 5.5
Tested up to: 6.6
Tested up to: 6.7
Requires PHP: 7.0
GitHub Theme URI: webmandesign/michelle
Expand Down

0 comments on commit 8a027a8

Please sign in to comment.