Changeset 3192506
- Timestamp:
- 11/19/2024 04:52:14 PM (17 months ago)
- Location:
- helloasso
- Files:
-
- 8 edited
- 1 copied
-
tags/1.1.12 (copied) (copied from helloasso/trunk)
-
tags/1.1.12/README.txt (modified) (2 diffs)
-
tags/1.1.12/admin/js/hello-asso-admin.js (modified) (1 diff)
-
tags/1.1.12/hello-asso.php (modified) (2 diffs)
-
tags/1.1.12/public/class-hello-asso-public.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/js/hello-asso-admin.js (modified) (1 diff)
-
trunk/hello-asso.php (modified) (2 diffs)
-
trunk/public/class-hello-asso-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
helloasso/tags/1.1.12/README.txt
r3145151 r3192506 6 6 Tested up to: 6.4.3 7 7 Requires PHP: 7.2.34 8 Stable tag: 1.1.1 18 Stable tag: 1.1.12 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 82 82 == Changelog == 83 83 84 = 1.1.12 = 85 * Correction d'une faille XSS possible sur l'insertion de l'iframe 86 84 87 = 1.1.11 = 85 88 * Correction d'une faille Broken Access Control -
helloasso/tags/1.1.12/admin/js/hello-asso-admin.js
r3098044 r3192506 370 370 height = "450px"; 371 371 } 372 else 373 { 374 type = ""; 375 } 376 377 if(!url.startsWith('https://www.helloasso.com/')) { 378 url = ""; 379 } 372 380 var shortcode = '[helloasso campaign="' + url + '" type="' + type + '" height="' + height + '"]'; 373 381 jQuery('#ha-popup').hide(); -
helloasso/tags/1.1.12/hello-asso.php
r3145151 r3192506 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 119 * Version: 1.1.12 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 1');39 define('HELLO_ASSO_VERSION', '1.1.12'); 40 40 41 41 /** -
helloasso/tags/1.1.12/public/class-hello-asso-public.php
r3110614 r3192506 133 133 $height = preg_match($pattern, $atts['height'] ?? 0) ? $atts['height'] : "450px"; 134 134 $styleIframe = 'style="width:350px; height:'. $height . '; border:none;"'; 135 } else { 136 $type = ""; 137 } 138 139 if(!str_starts_with($url, "https://www.helloasso.com/")) { 140 $url = ""; 135 141 } 136 142 -
helloasso/trunk/README.txt
r3145151 r3192506 6 6 Tested up to: 6.4.3 7 7 Requires PHP: 7.2.34 8 Stable tag: 1.1.1 18 Stable tag: 1.1.12 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 82 82 == Changelog == 83 83 84 = 1.1.12 = 85 * Correction d'une faille XSS possible sur l'insertion de l'iframe 86 84 87 = 1.1.11 = 85 88 * Correction d'une faille Broken Access Control -
helloasso/trunk/admin/js/hello-asso-admin.js
r3098044 r3192506 370 370 height = "450px"; 371 371 } 372 else 373 { 374 type = ""; 375 } 376 377 if(!url.startsWith('https://www.helloasso.com/')) { 378 url = ""; 379 } 372 380 var shortcode = '[helloasso campaign="' + url + '" type="' + type + '" height="' + height + '"]'; 373 381 jQuery('#ha-popup').hide(); -
helloasso/trunk/hello-asso.php
r3145151 r3192506 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 119 * Version: 1.1.12 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 1');39 define('HELLO_ASSO_VERSION', '1.1.12'); 40 40 41 41 /** -
helloasso/trunk/public/class-hello-asso-public.php
r3110614 r3192506 133 133 $height = preg_match($pattern, $atts['height'] ?? 0) ? $atts['height'] : "450px"; 134 134 $styleIframe = 'style="width:350px; height:'. $height . '; border:none;"'; 135 } else { 136 $type = ""; 137 } 138 139 if(!str_starts_with($url, "https://www.helloasso.com/")) { 140 $url = ""; 135 141 } 136 142
Note: See TracChangeset
for help on using the changeset viewer.