Skip to content

Commit

Permalink
feat(): 1.1.5 - update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardodicurti committed Nov 8, 2024
1 parent b2730bf commit e2d8638
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/.git
/.github
/node_modules

.distignore
.gitignore
24 changes: 24 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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 }}
2 changes: 1 addition & 1 deletion contributo-ambientale-conai-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Calcolo del contributo ambientale conai per WooCommerce

0 comments on commit e2d8638

Please sign in to comment.