diff --git a/.github/workflows/wordpress-deploy.yml b/.github/workflows/wordpress-deploy.yml index ceb1cca..764b1f4 100644 --- a/.github/workflows/wordpress-deploy.yml +++ b/.github/workflows/wordpress-deploy.yml @@ -8,9 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: git config --system --add safe.directory /github/workspace - name: WordPress Plugin Deploy - uses: 10up/action-wordpress-plugin-deploy@master + uses: 10up/action-wordpress-plugin-deploy@develop env: SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} SVN_USERNAME: ${{ secrets.SVN_USERNAME }} diff --git a/readme.txt b/readme.txt index f385607..082a170 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ole1986 Tags: woocommerce, WC, rearrange, order items, orders, sorting, reorder Requires at least: 3.1 Tested up to: 6.2 -Stable tag: 1.0.4 +Stable tag: 1.0.0 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/wc-orderitem-rearrange.php b/wc-orderitem-rearrange.php index 0f8c1fe..d199906 100644 --- a/wc-orderitem-rearrange.php +++ b/wc-orderitem-rearrange.php @@ -2,7 +2,7 @@ /* * Plugin Name: Rearrange Order Items for WooCommerce * Description: Rearrange Woocommerce Order Item from admin backend - * Version: 1.0.4 + * Version: 1.0.0 * Author: ole1986 * Author URI: https://github.com/ole1986/wc-orderitem-rearrange * Plugin URI: https://github.com/ole1986/wc-orderitem-rearrange/releases