Skip to content

Commit 3d2e8cd

Browse files
committed
v7.3.1
1 parent a2c6e84 commit 3d2e8cd

File tree

26 files changed

+972
-970
lines changed

26 files changed

+972
-970
lines changed

application/config/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php if ( ! defined( 'BASEPATH' ) ) {
22
exit( 'No direct script access allowed' );}
33

4-
define( 'UIFORM_VERSION', '7.2.9' );
4+
define( 'UIFORM_VERSION', '7.3.1' );
55
define( 'ZIGAFORM_F_LITE', 1 );
66
define( 'UIFORM_DEBUG', 0 );
77
define( 'UIFORM_DEMO', 0 );

application/helpers/common_helper.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -849,11 +849,7 @@ function time_stamp($session_time)
849849
}
850850
}
851851
}
852-
853-
function uifm_do_shortcode()
854-
{
855-
}
856-
852+
857853
/**
858854
* Returns the viewer's IP address
859855
* Deals with transparent proxies

application/helpers/zigaform-notice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function notice_footer( $text ) {
133133
$url = 'https://wordpress.org/support/plugin/zigaform-php-form-builder-lite/reviews/?filter=5#new-post';
134134
$text = sprintf( __( 'Please rate <strong>Zigaform</strong> <a href="%1$s" target="_blank" rel="noopener" >&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href="%2$s" target="_blank">WordPress.org</a> to help us spread the word. Thank you from the Zigaform team!', 'FRocket_admin' ), $url, $url );
135135
} else {
136-
$url = 'https://1.envato.market/Ymxgq';
136+
$url = 'https://shop.softdiscover.com/downloads/zigaform-php-form-builder-contact-survey/';
137137
$text = sprintf( __( 'Please rate <strong>Zigaform</strong> <a href="%1$s" target="_blank" rel="noopener" >&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href="%2$s" target="_blank">Codecanyon.net</a> to help us spread the word. Thank you from the Zigaform team!', 'FRocket_admin' ), $url, $url );
138138
}
139139
}

application/modules/default/views/intranet/gopro.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@
145145
<div class="sfdc-col-sm-12">
146146

147147
<p>
148-
<a href="https://1.envato.market/Ymxgq"
148+
<a href="https://shop.softdiscover.com/downloads/zigaform-php-form-builder-contact-survey/"
149149
target="_blank"
150150
class="btn btn-info btn-lg"><i class="fa fa-cloud-download"></i> <span><?php echo __('DOWNLOAD', 'FRocket_admin'); ?></span></a>
151151
<a
152-
href="https://1.envato.market/Ymxgq"
152+
href="https://shop.softdiscover.com/downloads/zigaform-php-form-builder-contact-survey/"
153153
target="_blank"
154154
class="btn btn-success btn-lg"><i class="fa fa-eye" aria-hidden="true"></i> <span><?php echo __('GET STARTED', 'FRocket_admin'); ?></span></a>
155155
</p>

application/modules/formbuilder/controllers/frontend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ public function ajax_mm_get_child()
794794

795795
$data_form = $this->model_forms->getFormById($form_child_id);
796796

797-
$resp['html'] = $data_form->fmb_html;
797+
$resp['html'] = do_shortcode($data_form->fmb_html);
798798

799799
// return data to ajax callback
800800
header('Content-Type: text/html; charset=UTF-8');

application/modules/formbuilder/views/settings/blocked_getmessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</div>
2727
<div class="zgfm-blocked-message-box-btn">
2828
<a
29-
href="https://1.envato.market/Ymxgq"
29+
href="https://shop.softdiscover.com/downloads/zigaform-php-form-builder-contact-survey/"
3030
target="_blank"
3131
class="sfdc-btn sfdc-btn-success sfdc-btn-lg"> <span><?php echo __('UPGRADE TO PRO VERSION', 'FRocket_admin'); ?></span></a>
3232
</div>

assets/backend/js/admin.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/backend/json/manifest.json

Lines changed: 918 additions & 918 deletions
Large diffs are not rendered by default.

assets/frontend/js/front.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

change_log.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
version 7.3.1
2+
[update] - minor changes
3+
-----------------------------------------------------------------------------------------------------------------
4+
version 7.3.0
5+
[fixed] - wizard button not working
6+
-----------------------------------------------------------------------------------------------------------------
17
version 7.2.9
28
[add] - change font globally
39
-----------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)