Plugin Directory

Changeset 3216545


Ignore:
Timestamp:
01/03/2025 03:58:28 PM (15 months ago)
Author:
helloasso
Message:

Update to version 1.1.13 from GitHub

Location:
helloasso
Files:
7 edited
1 copied

Legend:

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

    r3192506 r3216545  
    44Tags: helloasso, paiement, association, crowdfunding, don
    55Requires at least: 4.0
    6 Tested up to: 6.4.3
     6Tested up to: 6.7.1
    77Requires PHP: 7.2.34
    8 Stable tag: 1.1.12
     8Stable tag: 1.1.13
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6363
    6464= J'ai un problème ou une question, comment contacter le support ? =
    65 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.
     65Notre équipe Accompagnement est disponible via notre [centre d'aide](https://centredaide.helloasso.com/association?question=comment-integrer-mes-campagnes-sur-wordpress).
    6666
    6767= Où puis-je signaler les failles de sécurité trouvées dans ce plugin ? =
     
    7373== Video ==
    7474
    75 https://www.youtube.com/watch?v=Bjaqc_Yun8g
     75https://www.youtube.com/watch?v=yrv1_PIakac
    7676
    7777== Screenshots ==
     
    8181
    8282== Changelog ==
     83
     84= 1.1.13 =
     85* Bon affichage, même si l'association n'a aucune campagne publique
    8386
    8487= 1.1.12 =
  • helloasso/tags/1.1.13/admin/view/error_2.php

    r3053289 r3216545  
    2828            <div class="ha-header-col">
    2929                <?php
    30                     $nbCampaign = count($campaigns);
    31                     if(get_option('ha-error') == 0):
    32                         if(get_option('ha-sync') > strtotime('-90 days')): ?>
     30                    if(get_option('ha-error') == 0) {
     31                        if(get_option('ha-sync') > strtotime('-90 days')) { ?>
    3332                            <h1><?= esc_html(stripslashes(get_option('ha-name'))); ?></h1>
    3433                            <h5>Dernière synchronisation réussie le <?= esc_html(date('d/m/Y à H:i:s', get_option('ha-sync'))); ?> </h5>
    35                         <?php else: ?>
     34                        <?php } else { ?>
    3635                            <h1><?= esc_html(stripslashes(get_option('ha-name'))); ?></h1>
    3736                            <div class="ha-header-message-flex">
     
    4039                            </div>
    4140                        <?php
    42                         endif;
    43                     else: 
    44                         $nbCampaign = 0;
     41                        }
     42                    } else {
    4543                        ?>
    4644                            <h1><?= esc_html(stripslashes(get_option('ha-name'))); ?></h1>
     
    4947                                <h5>La synchronisation a échouée</h5>
    5048                            </div>
    51                 <?php endif; ?>
    52                 <h3>0 HelloAsso publics</h3>
     49                <?php } ?>
     50                <h3>aucune campagne publique</h3>
    5351            </div>
    5452            <div class="ha-header-col">
  • helloasso/tags/1.1.13/hello-asso.php

    r3192506 r3216545  
    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.12
     19 * Version:           1.1.13
    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.12');
     39define('HELLO_ASSO_VERSION', '1.1.13');
    4040
    4141/**
  • helloasso/trunk/README.txt

    r3192506 r3216545  
    44Tags: helloasso, paiement, association, crowdfunding, don
    55Requires at least: 4.0
    6 Tested up to: 6.4.3
     6Tested up to: 6.7.1
    77Requires PHP: 7.2.34
    8 Stable tag: 1.1.12
     8Stable tag: 1.1.13
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6363
    6464= J'ai un problème ou une question, comment contacter le support ? =
    65 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.
     65Notre équipe Accompagnement est disponible via notre [centre d'aide](https://centredaide.helloasso.com/association?question=comment-integrer-mes-campagnes-sur-wordpress).
    6666
    6767= Où puis-je signaler les failles de sécurité trouvées dans ce plugin ? =
     
    7373== Video ==
    7474
    75 https://www.youtube.com/watch?v=Bjaqc_Yun8g
     75https://www.youtube.com/watch?v=yrv1_PIakac
    7676
    7777== Screenshots ==
     
    8181
    8282== Changelog ==
     83
     84= 1.1.13 =
     85* Bon affichage, même si l'association n'a aucune campagne publique
    8386
    8487= 1.1.12 =
  • helloasso/trunk/admin/view/error_2.php

    r3053289 r3216545  
    2828            <div class="ha-header-col">
    2929                <?php
    30                     $nbCampaign = count($campaigns);
    31                     if(get_option('ha-error') == 0):
    32                         if(get_option('ha-sync') > strtotime('-90 days')): ?>
     30                    if(get_option('ha-error') == 0) {
     31                        if(get_option('ha-sync') > strtotime('-90 days')) { ?>
    3332                            <h1><?= esc_html(stripslashes(get_option('ha-name'))); ?></h1>
    3433                            <h5>Dernière synchronisation réussie le <?= esc_html(date('d/m/Y à H:i:s', get_option('ha-sync'))); ?> </h5>
    35                         <?php else: ?>
     34                        <?php } else { ?>
    3635                            <h1><?= esc_html(stripslashes(get_option('ha-name'))); ?></h1>
    3736                            <div class="ha-header-message-flex">
     
    4039                            </div>
    4140                        <?php
    42                         endif;
    43                     else: 
    44                         $nbCampaign = 0;
     41                        }
     42                    } else {
    4543                        ?>
    4644                            <h1><?= esc_html(stripslashes(get_option('ha-name'))); ?></h1>
     
    4947                                <h5>La synchronisation a échouée</h5>
    5048                            </div>
    51                 <?php endif; ?>
    52                 <h3>0 HelloAsso publics</h3>
     49                <?php } ?>
     50                <h3>aucune campagne publique</h3>
    5351            </div>
    5452            <div class="ha-header-col">
  • helloasso/trunk/hello-asso.php

    r3192506 r3216545  
    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.12
     19 * Version:           1.1.13
    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.12');
     39define('HELLO_ASSO_VERSION', '1.1.13');
    4040
    4141/**
Note: See TracChangeset for help on using the changeset viewer.