Changeset 3216545
- Timestamp:
- 01/03/2025 03:58:28 PM (15 months ago)
- Location:
- helloasso
- Files:
-
- 7 edited
- 1 copied
-
assets/banner-772x250.png (modified) (previous)
-
tags/1.1.13 (copied) (copied from helloasso/trunk)
-
tags/1.1.13/README.txt (modified) (4 diffs)
-
tags/1.1.13/admin/view/error_2.php (modified) (3 diffs)
-
tags/1.1.13/hello-asso.php (modified) (2 diffs)
-
trunk/README.txt (modified) (4 diffs)
-
trunk/admin/view/error_2.php (modified) (3 diffs)
-
trunk/hello-asso.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
helloasso/tags/1.1.13/README.txt
r3192506 r3216545 4 4 Tags: helloasso, paiement, association, crowdfunding, don 5 5 Requires at least: 4.0 6 Tested up to: 6. 4.36 Tested up to: 6.7.1 7 7 Requires PHP: 7.2.34 8 Stable tag: 1.1.1 28 Stable tag: 1.1.13 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 63 63 64 64 = 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.65 Notre équipe Accompagnement est disponible via notre [centre d'aide](https://centredaide.helloasso.com/association?question=comment-integrer-mes-campagnes-sur-wordpress). 66 66 67 67 = Où puis-je signaler les failles de sécurité trouvées dans ce plugin ? = … … 73 73 == Video == 74 74 75 https://www.youtube.com/watch?v= Bjaqc_Yun8g75 https://www.youtube.com/watch?v=yrv1_PIakac 76 76 77 77 == Screenshots == … … 81 81 82 82 == Changelog == 83 84 = 1.1.13 = 85 * Bon affichage, même si l'association n'a aucune campagne publique 83 86 84 87 = 1.1.12 = -
helloasso/tags/1.1.13/admin/view/error_2.php
r3053289 r3216545 28 28 <div class="ha-header-col"> 29 29 <?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')) { ?> 33 32 <h1><?= esc_html(stripslashes(get_option('ha-name'))); ?></h1> 34 33 <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 { ?> 36 35 <h1><?= esc_html(stripslashes(get_option('ha-name'))); ?></h1> 37 36 <div class="ha-header-message-flex"> … … 40 39 </div> 41 40 <?php 42 endif; 43 else: 44 $nbCampaign = 0; 41 } 42 } else { 45 43 ?> 46 44 <h1><?= esc_html(stripslashes(get_option('ha-name'))); ?></h1> … … 49 47 <h5>La synchronisation a échouée</h5> 50 48 </div> 51 <?php endif;?>52 <h3> 0 HelloAsso publics</h3>49 <?php } ?> 50 <h3>aucune campagne publique</h3> 53 51 </div> 54 52 <div class="ha-header-col"> -
helloasso/tags/1.1.13/hello-asso.php
r3192506 r3216545 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.1 219 * Version: 1.1.13 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.1 2');39 define('HELLO_ASSO_VERSION', '1.1.13'); 40 40 41 41 /** -
helloasso/trunk/README.txt
r3192506 r3216545 4 4 Tags: helloasso, paiement, association, crowdfunding, don 5 5 Requires at least: 4.0 6 Tested up to: 6. 4.36 Tested up to: 6.7.1 7 7 Requires PHP: 7.2.34 8 Stable tag: 1.1.1 28 Stable tag: 1.1.13 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 63 63 64 64 = 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.65 Notre équipe Accompagnement est disponible via notre [centre d'aide](https://centredaide.helloasso.com/association?question=comment-integrer-mes-campagnes-sur-wordpress). 66 66 67 67 = Où puis-je signaler les failles de sécurité trouvées dans ce plugin ? = … … 73 73 == Video == 74 74 75 https://www.youtube.com/watch?v= Bjaqc_Yun8g75 https://www.youtube.com/watch?v=yrv1_PIakac 76 76 77 77 == Screenshots == … … 81 81 82 82 == Changelog == 83 84 = 1.1.13 = 85 * Bon affichage, même si l'association n'a aucune campagne publique 83 86 84 87 = 1.1.12 = -
helloasso/trunk/admin/view/error_2.php
r3053289 r3216545 28 28 <div class="ha-header-col"> 29 29 <?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')) { ?> 33 32 <h1><?= esc_html(stripslashes(get_option('ha-name'))); ?></h1> 34 33 <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 { ?> 36 35 <h1><?= esc_html(stripslashes(get_option('ha-name'))); ?></h1> 37 36 <div class="ha-header-message-flex"> … … 40 39 </div> 41 40 <?php 42 endif; 43 else: 44 $nbCampaign = 0; 41 } 42 } else { 45 43 ?> 46 44 <h1><?= esc_html(stripslashes(get_option('ha-name'))); ?></h1> … … 49 47 <h5>La synchronisation a échouée</h5> 50 48 </div> 51 <?php endif;?>52 <h3> 0 HelloAsso publics</h3>49 <?php } ?> 50 <h3>aucune campagne publique</h3> 53 51 </div> 54 52 <div class="ha-header-col"> -
helloasso/trunk/hello-asso.php
r3192506 r3216545 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.1 219 * Version: 1.1.13 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.1 2');39 define('HELLO_ASSO_VERSION', '1.1.13'); 40 40 41 41 /**
Note: See TracChangeset
for help on using the changeset viewer.