Skip to content

Commit 916e63a

Browse files
authored
Merge pull request #9 from HelloAsso/version-1-0-6
1.0.6: Comptabilité version 6.5.4
2 parents 42bfbd9 + a2cbb98 commit 916e63a

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

helloasso-woocommerce-gateway.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ public function __construct()
149149
$this->title = $this->get_option('title');
150150
$this->description = 'Le modèle solidaire de HelloAsso garantit que 100% de votre paiement sera versé à l’association choisie. Vous pouvez soutenir l’aide qu’ils apportent aux associations en laissant une contribution volontaire à HelloAsso au moment de votre paiement.';
151151
$this->enabled = $this->get_option('enabled');
152-
$this->testmode = 'yes' === $this->get_option('testmode');
153152
add_action('woocommerce_update_options_payment_gateways_' . $this->id, array($this, 'process_admin_options'));
154153
}
155154

helper/helloasso-woocommerce-helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function helloasso_convert_country_code($country) {
9595
'ET' => 'ETH', //Ethiopia
9696
'FK' => 'FLK', //Falkland Islands
9797
'FO' => 'FRO', //Faroe Islands
98-
'FJ' => 'FIJ', //Fiji
98+
'FJ' => 'FJI', //Fiji
9999
'FI' => 'FIN', //Finland
100100
'FR' => 'FRA', //France
101101
'GF' => 'GUF', //French Guiana

readme.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: helloasso
33
Donate link: https://helloasso.com
44
Tags: helloasso, payment, association, don, billetterie
55
Requires at least: 5.0
6-
Tested up to: 6.4.3
6+
Tested up to: 6.5.4
77
Requires PHP: 7.2.34
8-
Stable tag: 1.0.5
8+
Stable tag: 1.0.6
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -74,6 +74,10 @@ Seules les associations françaises déclarées et qui possèdent un compte banc
7474
= Comment utiliser l'extension HelloAsso ? =
7575
Ce plugin vous permet de sélectionner HelloAsso comme moyen de paiement pour votre boutique. Ainsi, vous bénéficiez des avantages de la boutique tout en récoltant 100% des montants des paiements (sans frais, sans commission).
7676

77+
= Je n'arrive pas à lier mon compte HelloAsso =
78+
Ce plugin necessite que l'API de wordpress soit activée. Pour ce faire, rendez-vous dans les Réglages > Permaliens puis selectionner "Nom de l'article".
79+
Si cela ne fonctionne toujours pas, n'hésitez pas à nous contacter !
80+
7781
= J'ai un problème ou une question, comment contacter le support ? =
7882
Notre équipe Accompagnement est disponible par email (contact@helloasso.org) et par téléphone du lundi au vendredi au 05 64 88 02 34.
7983

@@ -92,6 +96,9 @@ https://www.youtube.com/watch?v=Bjaqc_Yun8g
9296

9397
== Changelog ==
9498

99+
= 1.0.6 =
100+
* Compatibilité avec la version 6.5.4 de Wordpress
101+
95102
= 1.0.5 =
96103
* Suppression du champs containDonation
97104

0 commit comments

Comments
 (0)