From 0e20731b158cf9c09378807a37f0e4208d68a5e5 Mon Sep 17 00:00:00 2001 From: Paul Kilmurray Date: Wed, 20 Mar 2024 23:57:37 +0000 Subject: [PATCH] v1.4.15 --- .github/workflows/wporg-deploy.yml | 12 ------------ package.json | 2 +- readme.txt | 4 ++-- woocommerce-pos.php | 4 ++-- 4 files changed, 5 insertions(+), 17 deletions(-) diff --git a/.github/workflows/wporg-deploy.yml b/.github/workflows/wporg-deploy.yml index 8fba0bcd..3c863db7 100644 --- a/.github/workflows/wporg-deploy.yml +++ b/.github/workflows/wporg-deploy.yml @@ -26,20 +26,8 @@ jobs: - name: WordPress Plugin Deploy id: deploy uses: 10up/action-wordpress-plugin-deploy@stable - with: - generate-zip: true env: SVN_USERNAME: ${{ secrets.SVN_USERNAME }} SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} SLUG: woocommerce-pos continue-on-error: true - - - name: Upload release asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ github.event.release.upload_url }} - asset_path: ${{github.workspace}}/${{ github.event.repository.name }}.zip - asset_name: ${{ github.event.repository.name }}.zip - asset_content_type: application/zip diff --git a/package.json b/package.json index fc6b5729..39c6b5e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wcpos/woocommerce-pos", - "version": "1.4.14", + "version": "1.4.15", "description": "A simple front-end for taking WooCommerce orders at the Point of Sale.", "main": "index.js", "workspaces": { diff --git a/readme.txt b/readme.txt index 0f3f7568..5baf113e 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: kilbot Tags: ecommerce, point-of-sale, pos, inventory, store Requires at least: 5.6 Tested up to: 6.5 -Stable tag: 1.4.14 +Stable tag: 1.4.15 License: GPL-3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -63,7 +63,7 @@ There is more information on our website at [https://wcpos.com](https://wcpos.co == Changelog == -= 1.4.14 - 2024/03/20 = += 1.4.15 - 2024/03/20 = * Fix: another potential error introduced to Pro updater in previous version 🤦‍♂️ = 1.4.13 - 2024/03/19 = diff --git a/woocommerce-pos.php b/woocommerce-pos.php index ad3dd1ed..7e7915fc 100644 --- a/woocommerce-pos.php +++ b/woocommerce-pos.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce POS * Plugin URI: https://wordpress.org/plugins/woocommerce-pos/ * Description: A simple front-end for taking WooCommerce orders at the Point of Sale. Requires WooCommerce. - * Version: 1.4.14 + * Version: 1.4.15 * Author: kilbot * Author URI: http://wcpos.com * Text Domain: woocommerce-pos @@ -26,7 +26,7 @@ namespace WCPOS\WooCommercePOS; // Define plugin constants. -const VERSION = '1.4.14'; +const VERSION = '1.4.15'; const PLUGIN_NAME = 'woocommerce-pos'; const SHORT_NAME = 'wcpos'; \define( __NAMESPACE__ . '\PLUGIN_FILE', plugin_basename( __FILE__ ) ); // 'woocommerce-pos/woocommerce-pos.php'