Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
BeycanDeveloper committed Oct 1, 2024
1 parent 9c0b99d commit 1718fec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
RELEASE_ID: 22
WP_MIN_VERSION: 5.0
WP_TESTED_VERSION: 6.6.1
WP_TESTED_VERSION: 6.6.2
FOLDER_NAME: cryptopay-donation
RELEASE_ZIP_NAME: cryptopay-donation.zip
IGNORED_FILES_LIST: |
Expand Down
4 changes: 1 addition & 3 deletions app/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ class Loader
*/
public function __construct()
{
$pluginData = Helpers::getAddon('donation')->getData();

new Updater($pluginData->Slug);
new Updater(Helpers::getAddon('donation')->getData()->Slug);

Hook::addFilter('apply_discount_donation', '__return_false');
Hook::addFilter('models', function ($models) {
Expand Down
4 changes: 2 additions & 2 deletions cryptopay-donation.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* Plugin Name: CryptoPay Donation
* Version: 1.2.1
* Version: 1.2.2
* Plugin URI: https://beycanpress.com/cryptopay/
* Description: Donation add-on for CryptoPay
* Author: BeycanPress LLC
Expand All @@ -20,7 +20,7 @@
* Text Domain: cryptopay
* Tags: Cryptopay, Cryptocurrency, WooCommerce, WordPress, MetaMask, Trust, Binance, Wallet, Ethereum, Bitcoin, Binance smart chain, Payment, Plugin, Gateway, Moralis, Converter, API, coin market cap, CMC, Crypto donate
* Requires at least: 5.0
* Tested up to: 6.6
* Tested up to: 6.6.2
* Requires PHP: 8.1
*/

Expand Down

0 comments on commit 1718fec

Please sign in to comment.