Skip to content

Commit

Permalink
4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
romi-getbowtied committed Nov 22, 2024
1 parent ced323c commit bd49290
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/deploy-to-wordpress-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,14 @@ jobs:
- name: Checkout code with submodules
uses: actions/checkout@v3
with:
submodules: true # Initialize and fetch submodules
token: ${{ secrets.SUBMODULE_ACCESS_TOKEN }} # Use the PAT for authentication
submodules: true
token: ${{ secrets.SUBMODULE_ACCESS_TOKEN }}

- name: Populate all submodules
- name: Initialize and update submodules
run: |
# Ensure all submodules (dashboard, etc.) are fully updated
git submodule update --init --recursive
- name: Copy dashboard submodule files
run: |
# Ensure the dashboard folder has all its contents
cp -r dashboard/* .
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
with:
Expand Down
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: getbowtied
Tags: shopkeeper, woocommerce, theme
Requires at least: 6.0
Tested up to: 6.7.1
Stable tag: 4.1.3
Stable tag: 4.1.4
Requires PHP: 7.4.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -137,7 +137,7 @@ Start your journey to success today and elevate your online store to the next le

== Changelog ==

= 4.1.3 =
= 4.1.4 =
- Recheck Compatibility with WordPress 6.7.1

= 4.0 =
Expand Down
2 changes: 1 addition & 1 deletion shopkeeper-extender.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Shopkeeper Extender
* Plugin URI: https://shopkeeper.wp-theme.design/
* Description: Extends the functionality of Shopkeeper with theme specific features.
* Version: 4.1.3
* Version: 4.1.4
* Author: Get Bowtied
* Author URI: https://getbowtied.com
* Text Domain: shopkeeper-extender
Expand Down

0 comments on commit bd49290

Please sign in to comment.