Skip to content

Commit

Permalink
Plugin check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rockynox committed Mar 26, 2024
1 parent 0c756fe commit 5f23fb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helloasso-woocommerce-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ public function admin_options()
echo '<script defer>
jQuery(document).ready(function($) {
$(".woocommerce-save-button").html(` <img src="' . plugins_url('assets/logo-ha.svg', __FILE__) . '" alt=""
$(".woocommerce-save-button").html(` <img src="' . esc_html(plugins_url('assets/logo-ha.svg', __FILE__)) . '" alt=""
class="HaAuthorizeButtonLogo">
<span class="HaAuthorizeButtonTitle">' . esc_html($btnText) . '</span>`);
$(".woocommerce-save-button").addClass("HaAuthorizeButton");
Expand Down
3 changes: 2 additions & 1 deletion package-creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Pour déployer le plugin à la main sur un wordpress:
- Faire un zip*: HelloAsso-payments-for-woocommerce.zip

```
zip -r HelloAsso-payments-for-woocommerce.zip ./woocommerce-plugin/ -x "*.git*" -x "*.idea*"
zip -r HelloAsso-payments-for-woocommerce.zip ./helloasso-payments-for-woocommerce -x "*.git*" -x "*.idea*" -x "*.DS_Store"
```

- Uploader le zip sur le wordpress
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html


== Description ==

L’extension **HelloAsso Payments for WooCommerce**, votre **solution de paiement gratuite** pour
votre boutique.

== Description ==

L’extension **HelloAsso Payments for WooCommerce** vous permet d’ajouter HelloAsso comme
moyen de paiement sur votre boutique. Une fois votre compte HelloAsso lié, vos
paiements seront réalisés gratuitement (sans frais et sans commission pour votre association) par HelloAsso via le module [HelloAsso Checkout](https://www.helloasso.com/outils/checkout)
Expand Down

0 comments on commit 5f23fb8

Please sign in to comment.