Skip to content

Commit 5f37f00

Browse files
committed
forget to remove comment
1 parent dffc723 commit 5f37f00

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: helloasso, paiement, association, crowdfunding, don
55
Requires at least: 4.0
66
Tested up to: 6.7.2
77
Requires PHP: 7.2.34
8-
Stable tag: 1.1.16
8+
Stable tag: 1.1.17
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -81,6 +81,9 @@ Please report security bugs found in the source code of the helloasso plugin thr
8181

8282
== Changelog ==
8383

84+
= 1.1.17 =
85+
* Suppression de code utiliser pour analyse
86+
8487
= 1.1.16 =
8588
* Affichage des évènements même s'il n'ont pas de date de début
8689

admin/js/hello-asso-admin.js

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hello-asso.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: HelloAsso
1717
* Plugin URI: https://centredaide.helloasso.com/s/article/paiement-en-ligne-wordpress-integrer-vos-campagnes-helloasso
1818
* Description: HelloAsso est la solution gratuite des associations pour collecter des paiements et des dons sur internet.
19-
* Version: 1.1.16
19+
* Version: 1.1.17
2020
* Author: HelloAsso
2121
* Author URI: https://helloasso.com
2222
* License: GPL-2.0+
@@ -36,7 +36,7 @@
3636
* Start at version 1.0.0 and use SemVer - https://semver.org
3737
* Rename this for your plugin and update it as you release new versions.
3838
*/
39-
define('HELLO_ASSO_VERSION', '1.1.16');
39+
define('HELLO_ASSO_VERSION', '1.1.17');
4040

4141
/**
4242
* The code that runs during plugin activation.

0 commit comments

Comments
 (0)