Skip to content

Commit 6b0fce8

Browse files
authored
Merge pull request #356 from themebeez/development
Banner button issue fixed
2 parents 68a9879 + 1cef833 commit 6b0fce8

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

languages/orchid-store.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Copyright (C) 2024 themebeez
2-
# This file is distributed under the GNU General Public License v2 or later.
2+
# This file is distributed under the GPLv2 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Orchid Store 1.5.5\n"
5+
"Project-Id-Version: Orchid Store 1.5.6\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/orchid-store\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2024-04-23T06:43:14+00:00\n"
12+
"POT-Creation-Date: 2024-07-02T10:55:00+05:45\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.10.0\n"
1515
"X-Domain: orchid-store\n"

readme.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
Contributors: themebeez
44
Tags: custom-background, custom-menu, custom-logo, featured-images, full-width-template, one-column, two-columns, theme-options, threaded-comments, translation-ready, footer-widgets, blog, left-sidebar, right-sidebar, e-commerce, rtl-language-support
55
Requires PHP: 7.4
6-
Requires at least: 6.0.0
7-
Tested up to: 6.5.2
8-
Version: 1.5.5
9-
Stable tag: 1.5.5
10-
License: GNU General Public License v2 or later
6+
Requires at least: 6.4
7+
Tested up to: 6.5.5
8+
Version: 1.5.6
9+
Stable tag: 1.5.6
10+
License: GPLv2 or later
1111
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1212

1313

@@ -101,6 +101,12 @@ We do have issue tracker at Github https://github.com/themebeez/orchid-store
101101

102102
== Changelog ==
103103

104+
== 1.5.6 - 2 July, 2024 ==
105+
106+
- Fixed: Banner button link issue.
107+
- Tested: WooCommerce version 9.0.2.
108+
- Tested: WordPress version 6.5.5.
109+
104110
== 1.5.5 - 23 April, 2024 ==
105111

106112
- Updated: WooCommerce template version.

style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Theme URI: https://themebeez.com/themes/orchid-store/
44
Author: themebeez
55
Author URI: https://themebeez.com
66
Description: Orchid Store is a clean, flexible, stylish & dynamic e-commerce WordPress theme. It is totally based on WooCommerce, WordPress plugin. Orchid Store can be used to build a wide range of online stores ranging from a fashion store, mobile and gadget store, furniture shop, sports shop, home décor store, jewellery store or any kind of multi-category online shop. Orchid Store has adequate built-in features that are required to build an online shop or stores. Orchid Store gives users the flexible customization experience for crafting their online shop with ease. Customization in Orchid Store is so simple that it can easily be tuned from WordPress live customizer. Orchid Store is fully widgetized where one can easily drag & drop widgets to their respective widget areas to display website sections at front-end. If you are looking to extend your online store with the page builder, you can easily do it using Elementor page builder. If you are wondering how Orchid Store looks, please do kindly visit https://themebeez.com/themes/orchid-store/ for live demo preview. Do kindly visit https://themebeez.com/docs/orchid-store-theme-documentation/ if you would need a theme setup documentation guide.
7-
Version: 1.5.5
8-
Stable tag: 1.5.5
9-
Tested up to: 6.5.2
10-
Requires at least: 6.0.0
7+
Version: 1.5.6
8+
Stable tag: 1.5.6
9+
Tested up to: 6.5.5
10+
Requires at least: 6.4
1111
Requires PHP: 7.4
12-
License: GNU General Public License v2 or later
12+
License: GPLv2 or later
1313
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1414
Text Domain: orchid-store
1515
Tags: custom-background, custom-menu, custom-logo, featured-images, full-width-template, one-column, two-columns, theme-options, threaded-comments, translation-ready, footer-widgets, blog, left-sidebar, right-sidebar, e-commerce, rtl-language-support

widget/widgets/class-orchid-store-banner-widget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class="thumb"
136136
if ( ! empty( $button_titles[ $slider_index ] ) && ! empty( $button_links[ $slider_index ] ) ) {
137137
?>
138138
<div class="permalink">
139-
<a lass="button-general" href="<?php echo esc_url( $button_links[ $slider_index ] ); ?>">
139+
<a class="button-general" href="<?php echo esc_url( $button_links[ $slider_index ] ); ?>">
140140
<?php echo esc_html( $button_titles[ $slider_index ] ); ?>
141141
</a>
142142
</div><!-- .permalink -->

0 commit comments

Comments
 (0)