Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ole1986 committed May 11, 2023
1 parent 41a3090 commit a897d29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wordpress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion wc-orderitem-rearrange.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* Author URI: https://github.com/ole1986/wc-orderitem-rearrange
* Plugin URI: https://github.com/ole1986/wc-orderitem-rearrange/releases
Expand Down

0 comments on commit a897d29

Please sign in to comment.