diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 485b0b4..905d84a 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: uses: mathieudutour/github-tag-action@v6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - custom_tag: '3.0.0' + custom_tag: '3.0.1' # Generate new release - name: Generate new Release diff --git a/CHANGELOG.md b/CHANGELOG.md index 808c835..84be2a3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# 3.0.0 - 17/07/2024 +# 3.0.1 - 27/08/2024 +* Correção e melhoria visual na exibição do plugin + +# 3.0.0 - 16/08/2024 * Adição de suporte ao formulario GiveWP 3.0.0 * Correção de bugs * Limpeza no código diff --git a/Includes/GiveMultiCurrency.php b/Includes/GiveMultiCurrency.php index f2a997e..2ed2018 100755 --- a/Includes/GiveMultiCurrency.php +++ b/Includes/GiveMultiCurrency.php @@ -168,7 +168,7 @@ private function public_hooks(): void { // FrontEnd Multimoedas Legado $this->loader->add_action('give_before_donation_levels', 'Lkn\GiveMultimoedas\Includes\GiveMultiCurrencyActions', 'lkn_give_multi_currency_selector', 10, 3); $this->loader->add_action( 'wp_enqueue_scripts', 'Lkn\GiveMultimoedas\Includes\GiveMultiCurrencyActions', 'give_import_script_method', 11, 1 ); - // Front End Multimoedas 3.0.0 + // Front End Multimoedas 3.0.1 add_action("give_init", function(): void { Hooks::addAction( diff --git a/Includes/GiveMultiCurrencyActions.php b/Includes/GiveMultiCurrencyActions.php index 05ee937..d59bc1f 100755 --- a/Includes/GiveMultiCurrencyActions.php +++ b/Includes/GiveMultiCurrencyActions.php @@ -169,23 +169,55 @@ public static function lkn_give_multi_currency_selector($form_id, $args) { ?>