Changeset 3387717
- Timestamp:
- 10/31/2025 03:13:19 PM (5 months ago)
- Location:
- helloasso
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.22 (copied) (copied from helloasso/trunk)
-
tags/1.1.22/README.txt (modified) (2 diffs)
-
tags/1.1.22/admin/class-hello-asso-admin.php (modified) (1 diff)
-
tags/1.1.22/hello-asso.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/class-hello-asso-admin.php (modified) (1 diff)
-
trunk/hello-asso.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
helloasso/tags/1.1.22/README.txt
r3318658 r3387717 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2.34 8 Stable tag: 1.1.2 18 Stable tag: 1.1.22 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 81 81 82 82 == Changelog == 83 = 1.1.22 = 84 * Correction bug nom association non reconnu 83 85 84 86 = 1.1.21 = -
helloasso/tags/1.1.22/admin/class-hello-asso-admin.php
r3318658 r3387717 482 482 $nameAsso = ''; 483 483 484 if ($url !== false ) {484 if ($url !== false && isset($url['host'])) { 485 485 $domain = $url['host']; 486 486 -
helloasso/tags/1.1.22/hello-asso.php
r3318658 r3387717 17 17 * Plugin URI: https://centredaide.helloasso.com/s/article/paiement-en-ligne-wordpress-integrer-vos-campagnes-helloasso 18 18 * Description: HelloAsso est la solution gratuite des associations pour collecter des paiements et des dons sur internet. 19 * Version: 1.1.2 119 * Version: 1.1.22 20 20 * Author: HelloAsso 21 21 * Author URI: https://helloasso.com … … 37 37 * Rename this for your plugin and update it as you release new versions. 38 38 */ 39 define('HELLO_ASSO_VERSION', '1.1.2 1');39 define('HELLO_ASSO_VERSION', '1.1.22'); 40 40 41 41 /** -
helloasso/trunk/README.txt
r3318658 r3387717 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2.34 8 Stable tag: 1.1.2 18 Stable tag: 1.1.22 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 81 81 82 82 == Changelog == 83 = 1.1.22 = 84 * Correction bug nom association non reconnu 83 85 84 86 = 1.1.21 = -
helloasso/trunk/admin/class-hello-asso-admin.php
r3318658 r3387717 482 482 $nameAsso = ''; 483 483 484 if ($url !== false ) {484 if ($url !== false && isset($url['host'])) { 485 485 $domain = $url['host']; 486 486 -
helloasso/trunk/hello-asso.php
r3318658 r3387717 17 17 * Plugin URI: https://centredaide.helloasso.com/s/article/paiement-en-ligne-wordpress-integrer-vos-campagnes-helloasso 18 18 * Description: HelloAsso est la solution gratuite des associations pour collecter des paiements et des dons sur internet. 19 * Version: 1.1.2 119 * Version: 1.1.22 20 20 * Author: HelloAsso 21 21 * Author URI: https://helloasso.com … … 37 37 * Rename this for your plugin and update it as you release new versions. 38 38 */ 39 define('HELLO_ASSO_VERSION', '1.1.2 1');39 define('HELLO_ASSO_VERSION', '1.1.22'); 40 40 41 41 /**
Note: See TracChangeset
for help on using the changeset viewer.