Skip to content

Commit 1201e24

Browse files
author
Leonid Vakulenko
committed
Webasyst Framework v.3.6.0
1 parent 088d571 commit 1201e24

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

wa-apps/installer/lib/config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'description' => 'Install new apps from the Webasyst Store',
55
'icon' => 'img/installer.svg',
66
'mobile' => false,
7-
'version' => '3.6.0', // developer preview
7+
'version' => '3.6.0',
88
'critical' => '3.6.0',
99
'system' => true,
1010
'vendor' => 'webasyst',

wa-system/captcha/smartcaptcha/templates/smartcaptcha.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22

33
<div id="captcha-container" class="smart-captcha" data-sitekey="{$client_key}"></div>
44
<script>
5-
if (window.smartCaptcha) {
6-
$(window).trigger('wa_smartcaptcha_loaded');
7-
} else {
8-
window.onloadFunction = function() {
9-
if (!window.smartCaptcha) {
10-
return;
11-
}
12-
$(window).trigger('wa_smartcaptcha_loaded');
5+
function onloadFunction() {
6+
if (!window.smartCaptcha) {
7+
return;
138
}
9+
10+
$(window).trigger('wa_smartcaptcha_loaded');
1411
}
1512
</script>

wa-system/webasyst/lib/config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return array(
44
'name' => 'Webasyst',
55
'prefix' => 'webasyst',
6-
'version' => '3.6.0', // developer preview
6+
'version' => '3.6.0',
77
'critical' => '3.6.0',
88
'vendor' => 'webasyst',
99
'csrf' => true,

0 commit comments

Comments
 (0)