Plugin Directory

Changeset 3387717


Ignore:
Timestamp:
10/31/2025 03:13:19 PM (5 months ago)
Author:
helloasso
Message:

Update to version 1.1.22 from GitHub

Location:
helloasso
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • helloasso/tags/1.1.22/README.txt

    r3318658 r3387717  
    66Tested up to: 6.8
    77Requires PHP: 7.2.34
    8 Stable tag: 1.1.21
     8Stable tag: 1.1.22
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181
    8282== Changelog ==
     83= 1.1.22 =
     84* Correction bug nom association non reconnu
    8385
    8486= 1.1.21 =
  • helloasso/tags/1.1.22/admin/class-hello-asso-admin.php

    r3318658 r3387717  
    482482            $nameAsso = '';
    483483
    484             if ($url !== false) {
     484            if ($url !== false && isset($url['host'])) {
    485485                $domain = $url['host'];
    486486
  • helloasso/tags/1.1.22/hello-asso.php

    r3318658 r3387717  
    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.21
     19 * Version:           1.1.22
    2020 * Author:            HelloAsso
    2121 * Author URI:        https://helloasso.com
     
    3737 * Rename this for your plugin and update it as you release new versions.
    3838 */
    39 define('HELLO_ASSO_VERSION', '1.1.21');
     39define('HELLO_ASSO_VERSION', '1.1.22');
    4040
    4141/**
  • helloasso/trunk/README.txt

    r3318658 r3387717  
    66Tested up to: 6.8
    77Requires PHP: 7.2.34
    8 Stable tag: 1.1.21
     8Stable tag: 1.1.22
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181
    8282== Changelog ==
     83= 1.1.22 =
     84* Correction bug nom association non reconnu
    8385
    8486= 1.1.21 =
  • helloasso/trunk/admin/class-hello-asso-admin.php

    r3318658 r3387717  
    482482            $nameAsso = '';
    483483
    484             if ($url !== false) {
     484            if ($url !== false && isset($url['host'])) {
    485485                $domain = $url['host'];
    486486
  • helloasso/trunk/hello-asso.php

    r3318658 r3387717  
    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.21
     19 * Version:           1.1.22
    2020 * Author:            HelloAsso
    2121 * Author URI:        https://helloasso.com
     
    3737 * Rename this for your plugin and update it as you release new versions.
    3838 */
    39 define('HELLO_ASSO_VERSION', '1.1.21');
     39define('HELLO_ASSO_VERSION', '1.1.22');
    4040
    4141/**
Note: See TracChangeset for help on using the changeset viewer.