From e2d863811156739d2ba89c8854d646a7b1987482 Mon Sep 17 00:00:00 2001 From: riccardodicurti Date: Fri, 8 Nov 2024 15:33:06 +0100 Subject: [PATCH] feat(): 1.1.5 - update readme --- .distignore | 6 +++++ .github/workflows/main.yml | 24 +++++++++++++++++++ ...ibuto-ambientale-conai-for-woocommerce.php | 2 +- readme.txt | 4 ++-- 4 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 .distignore create mode 100644 .github/workflows/main.yml diff --git a/.distignore b/.distignore new file mode 100644 index 0000000..6d7cea1 --- /dev/null +++ b/.distignore @@ -0,0 +1,6 @@ +/.git +/.github +/node_modules + +.distignore +.gitignore \ No newline at end of file diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..46e3f7e --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,24 @@ +name: WordPress Plugin Deploy +on: + push: + tags: + - "*" +jobs: + tag: + name: New tag + runs-on: ubuntu-latest + steps: + - 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 }} + - name: Create GitHub release + uses: softprops/action-gh-release@v1 + with: + files: ${{github.workspace}}/${{ github.event.repository.name }}.zip + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/contributo-ambientale-conai-for-woocommerce.php b/contributo-ambientale-conai-for-woocommerce.php index 0d8756c..81b24f3 100644 --- a/contributo-ambientale-conai-for-woocommerce.php +++ b/contributo-ambientale-conai-for-woocommerce.php @@ -6,7 +6,7 @@ * Plugin URI: https://riccardodicurti.it/wc_conai * GitHub Plugin URI: riccardodicurti/wc_conai * Description: Calcolo del contributo ambientale conai per WooCommerce - * Version: 1.1.4 + * Version: 1.1.5 * Author: Riccardo Di Curti * Author URI: https://riccardodicurti.it/ * License: GPLv2 or later diff --git a/readme.txt b/readme.txt index d2dbafe..eecbc4b 100644 --- a/readme.txt +++ b/readme.txt @@ -4,8 +4,8 @@ Donate link: https://liberapay.com/riccardodicurti/donate Tags: conai, woocommerce Requires at least: 6.5 Tested up to: 6.6.1 -Stable tag: 1.1.4 +Stable tag: 1.1.5 Requires PHP: 8.1.23 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html -Plugin in fase di sviluppo per l'aggiunta del calcolo relativo al contributo conai in fase di checkout. \ No newline at end of file +Calcolo del contributo ambientale conai per WooCommerce \ No newline at end of file