Skip to content

Commit

Permalink
Fix asset generation on workflow. Change display name to V2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeet committed Feb 7, 2022
1 parent f9f5230 commit 4c0b501
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{github.workspace}}/${{ github.event.repository.name }}.zip
asset_path: ${{ steps.deploy.outputs.zip-path }}
asset_name: btcpay-greenfield-for-woocommerce.v${{ github.event.release.tag_name }}.zip
asset_content_type: application/zip
6 changes: 3 additions & 3 deletions btcpay-greenfield-for-woocommerce.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* Plugin Name: BTCPay Greenfield For Woocommerce
* Plugin Name: BTCPay For Woocommerce V2
* Plugin URI: https://wordpress.org/plugins/btcpay-greenfield-for-woocommerce/
* Description: BTCPay Server is a free and open-source bitcoin payment processor which allows you to receive payments in Bitcoin and altcoins directly, with no fees, transaction cost or a middleman.
* Author: BTCPay Server
* Author URI: https://btcpayserver.org
* Text Domain: btcpay-greenfield-for-woocommerce
* Domain Path: /languages
* Version: 0.1.6
* Version: 0.1.7
* Requires PHP: 7.4
* Tested up to: 5.8
* Requires at least: 5.2
Expand All @@ -22,7 +22,7 @@

define( 'BTCPAYSERVER_PLUGIN_FILE_PATH', plugin_dir_path( __FILE__ ) );
define( 'BTCPAYSERVER_PLUGIN_URL', plugin_dir_url(__FILE__ ) );
define( 'BTCPAYSERVER_VERSION', '0.1.6' );
define( 'BTCPAYSERVER_VERSION', '0.1.7' );
define( 'BTCPAYSERVER_PLUGIN_ID', 'btcpay-greenfield-for-woocommerce' );

class BTCPayServerWCPlugin {
Expand Down
26 changes: 13 additions & 13 deletions languages/btcpay-greenfield-for-woocommerce.pot
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Copyright (C) 2022 BTCPay Server
# This file is distributed under the same license as the BTCPay Greenfield For Woocommerce plugin.
# This file is distributed under the same license as the BTCPay For Woocommerce V2 plugin.
msgid ""
msgstr ""
"Project-Id-Version: BTCPay Greenfield For Woocommerce 0.1.4\n"
"Project-Id-Version: BTCPay For Woocommerce V2 0.1.7\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/btcpay-greenfield-for-woocommerce\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-01-26T12:13:06+00:00\n"
"POT-Creation-Date: 2022-02-07T13:59:30+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Generator: WP-CLI 2.6.0\n"
"X-Domain: btcpay-greenfield-for-woocommerce\n"

#. Plugin Name of the plugin
msgid "BTCPay Greenfield For Woocommerce"
msgid "BTCPay For Woocommerce V2"
msgstr ""

#. Plugin URI of the plugin
Expand Down Expand Up @@ -268,35 +268,35 @@ msgstr ""
msgid "Invoice (partial) payment received. Waiting for full payment."
msgstr ""

#: src/Gateway/AbstractGateway.php:278
#: src/Gateway/AbstractGateway.php:282
msgid "Invoice payment received fully with overpayment, waiting for settlement."
msgstr ""

#: src/Gateway/AbstractGateway.php:280
#: src/Gateway/AbstractGateway.php:284
msgid "Invoice payment received fully, waiting for settlement."
msgstr ""

#: src/Gateway/AbstractGateway.php:286
#: src/Gateway/AbstractGateway.php:290
msgid "Invoice manually marked invalid."
msgstr ""

#: src/Gateway/AbstractGateway.php:288
#: src/Gateway/AbstractGateway.php:292
msgid "Invoice became invalid."
msgstr ""

#: src/Gateway/AbstractGateway.php:294
#: src/Gateway/AbstractGateway.php:298
msgid "Invoice expired but was paid partially, please check."
msgstr ""

#: src/Gateway/AbstractGateway.php:297
#: src/Gateway/AbstractGateway.php:301
msgid "Invoice expired."
msgstr ""

#: src/Gateway/AbstractGateway.php:303
#: src/Gateway/AbstractGateway.php:307
msgid "Invoice payment settled but was overpaid."
msgstr ""

#: src/Gateway/AbstractGateway.php:306
#: src/Gateway/AbstractGateway.php:310
msgid "Invoice payment settled."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== BTCPay Greenfield For Woocommerce ===
=== BTCPay For Woocommerce V2 ===
Contributors: ndeet, kukks, nicolasdorier
Donate link: https://btcpayserver.org/donate/
Tags: bitcoin, btcpay, BTCPay Server, btcpayserver, WooCommerce, payment gateway, accept bitcoin, bitcoin plugin, bitcoin payment processor, bitcoin e-commerce, Lightning Network, Litecoin, cryptocurrency
Requires at least: 4.5
Tested up to: 5.8.2
Requires PHP: 7.4
Stable tag: 0.1.6
Stable tag: 0.1.7
License: MIT
License URI: https://github.com/btcpayserver/woocommerce-greenfield-plugin/blob/master/license.txt

Expand Down

0 comments on commit 4c0b501

Please sign in to comment.