Skip to content

Commit

Permalink
v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Aug 25, 2024
1 parent b91edea commit 92e60e1
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ git commit

```
git push
git tag 2.4.2
git push origin 2.4.2
git tag 2.4.3
git push origin 2.4.3
```
2 changes: 1 addition & 1 deletion block.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"category": "widgets",
"description": "Accept Web3 payments, including thousands of cryptocurrency tokens, with the DePay Payments extension for Wordpress. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI...",
"keywords": [ "payments", "cryptocurrency", "web3", "DePay", "USDC" ],
"version": "2.4.2",
"version": "2.4.3",
"textdomain": "depay-payments",
"example": {},
"editorScript": "depay-payments-script",
Expand Down
2 changes: 1 addition & 1 deletion core/includes/classes/class-depay-payments-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static function render_block(array $attributes) {
$wrapper_attributes
);

wp_register_style('depay-payments-frontend-style', DEPAYPAYMENTS_PLUGIN_URL . 'core/includes/assets/css/frontend.css', '2.4.2');
wp_register_style('depay-payments-frontend-style', DEPAYPAYMENTS_PLUGIN_URL . 'core/includes/assets/css/frontend.css', '2.4.3');
wp_enqueue_style('depay-payments-frontend-style');

wp_register_script(
Expand Down
2 changes: 1 addition & 1 deletion core/includes/classes/class-depay-payments-link.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static function register() {
DEPAYPAYMENTS_PLUGIN_URL . 'core/includes/assets/js/frontend.js',
[],
DEPAYPAYMENTS_PLUGIN_URL . 'core/includes/assets/js/frontend.js',
'2.4.2',
'2.4.3',
true
);

Expand Down
2 changes: 1 addition & 1 deletion core/includes/classes/class-depay-payments-run.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function __construct(){

private function add_hooks(){

wp_register_style('depay-payments-frontend-style', DEPAYPAYMENTS_PLUGIN_URL . 'core/includes/assets/css/frontend.css', '2.4.2');
wp_register_style('depay-payments-frontend-style', DEPAYPAYMENTS_PLUGIN_URL . 'core/includes/assets/css/frontend.css', '2.4.3');
wp_enqueue_style('depay-payments-frontend-style');

wp_register_script(
Expand Down
4 changes: 2 additions & 2 deletions depay-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Plugin Name: DePay Payments
* Plugin URI: https://depay.com/plugins/wordpress
* Description: Accept Web3 payments, including thousands of cryptocurrency tokens, with the DePay Payments extension for Wordpress. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI...
* Version: 2.4.2
* Version: 2.4.3
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Author: DePay
Expand All @@ -29,7 +29,7 @@
define( 'DEPAYPAYMENTS_NAME', 'DePay Payments' );

// Plugin version
define( 'DEPAYPAYMENTS_VERSION', '2.4.2' );
define( 'DEPAYPAYMENTS_VERSION', '2.4.3' );

// Plugin Root File
define( 'DEPAYPAYMENTS_PLUGIN_FILE', __FILE__ );
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-wordpress-depay-payments",
"moduleName": "WordpressDePayPayments",
"version": "2.4.2",
"version": "2.4.3",
"description": "Accept Web3 payments, including thousands of cryptocurrency tokens, with the DePay Payments extension for Wordpress. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI...",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/preset-react": "^7.12.7",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.3",
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-replace": "^2.4.3",
"@rollup/plugin-sucrase": "^3.1.0",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
Expand Down
12 changes: 4 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ Contributors: depayfi
Tags: payments, cryptocurrency, web3, DePay, USDC
Requires at least: 5.0
Tested up to: 6.6
Stable tag: 2.4.2
Stable tag: 2.4.3
Requires PHP: 5.6
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Accept Web3 payments, including thousands of cryptocurrency tokens, with the DePay Payments extension for Wordpress.
MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI...
Accept Web3 payments, including thousands of cryptocurrency tokens, with the DePay Payments extension for Wordpress. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI...

== Description ==
**Web3 payments directly into your own wallet.**
**Accept Web3 payments, including thousands of cryptocurrency tokens, with the DePay Payments extension for Wordpress. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI...**

A Block-enabled WordPress plugin for Web3, onchain, cryptocurrency payments supporting various blockchains and tokens (auto-conversion).

Expand Down Expand Up @@ -73,10 +72,7 @@ Start for free. Pay-as-you-go 1.5% per transaction.

== Changelog ==

= 2.4.2 =
* fix plugin description texts

= 2.4.1 =
= 2.4.3 =
* fix plugin description

= 2.4.0 =
Expand Down

0 comments on commit 92e60e1

Please sign in to comment.