Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Aug 25, 2024
1 parent 82adfd7 commit b91edea
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 16 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.1
git push origin 2.4.1
git tag 2.4.2
git push origin 2.4.2
```
6 changes: 3 additions & 3 deletions block.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"name": "depay-payments/block",
"title": "DePay Payments",
"category": "widgets",
"description": "Web3 payments directly into your own wallet. A Block-enabled WordPress plugin for P2P crypto payments with on-the-fly conversion.",
"keywords": [ "payments", "cryptocurrency", "p2p", "web3", "depay" ],
"version": "2.4.1",
"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",
"textdomain": "depay-payments",
"example": {},
"editorScript": "depay-payments-script",
Expand Down
2 changes: 1 addition & 1 deletion core/includes/assets/js/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
},
icon,
keywords: [ "payments", "cryptocurrency", "p2p", "web3", "depay" ],
keywords: [ "payments", "cryptocurrency", "web3", "DePay", "USDC" ],
category: 'widgets',
example: {},
edit: function (props) {
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.1');
wp_register_style('depay-payments-frontend-style', DEPAYPAYMENTS_PLUGIN_URL . 'core/includes/assets/css/frontend.css', '2.4.2');
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.1',
'2.4.2',
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.1');
wp_register_style('depay-payments-frontend-style', DEPAYPAYMENTS_PLUGIN_URL . 'core/includes/assets/css/frontend.css', '2.4.2');
wp_enqueue_style('depay-payments-frontend-style');

wp_register_script(
Expand Down
6 changes: 3 additions & 3 deletions depay-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* @wordpress-plugin
* Plugin Name: DePay Payments
* Plugin URI: https://depay.com/plugins/wordpress
* Description: Web3 payments directly into your own wallet. Block-enabled Wordpress plugin for P2P cryptocurrency payments on multiple blockchains, with on-the-fly token conversion.
* Version: 2.4.1
* 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
* 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.1' );
define( 'DEPAYPAYMENTS_VERSION', '2.4.2' );

// 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,8 +1,8 @@
{
"name": "@depay/web3-wordpress-depay-payments",
"moduleName": "WordpressDePayPayments",
"version": "2.4.1",
"description": "Web3 payments directly into your own wallet. A Block-enabled WordPress plugin for P2P cryptocurrency payments on multiple blockchains.",
"version": "2.4.2",
"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",
"files": [
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
=== Web3 Cryptocurrency Payments by DePay for Wordpress ===
Contributors: depayfi
Tags: payments, cryptocurrency, p2p, web3, depay
Tags: payments, cryptocurrency, web3, DePay, USDC
Requires at least: 5.0
Tested up to: 6.6
Stable tag: 2.4.1
Stable tag: 2.4.2
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...

== Description ==
**Web3 payments directly into your own wallet.**
Expand Down Expand Up @@ -72,6 +73,9 @@ Start for free. Pay-as-you-go 1.5% per transaction.

== Changelog ==

= 2.4.2 =
* fix plugin description texts

= 2.4.1 =
* fix plugin description

Expand Down

0 comments on commit b91edea

Please sign in to comment.