Skip to content

Commit

Permalink
v7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
laranginha committed Oct 9, 2024
1 parent 34d88fe commit 7f70539
Show file tree
Hide file tree
Showing 21 changed files with 65 additions and 58 deletions.
2 changes: 1 addition & 1 deletion application/config/constants.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if ( ! defined( 'BASEPATH' ) ) {
exit( 'No direct script access allowed' );}

define( 'UIFORM_VERSION', '7.2.0' );
define( 'UIFORM_VERSION', '7.2.2' );
define( 'ZIGAFORM_F_LITE', 1 );
define( 'UIFORM_DEBUG', 0 );
define( 'UIFORM_DEMO', 0 );
Expand Down
1 change: 0 additions & 1 deletion application/modules/formbuilder/controllers/forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -3519,7 +3519,6 @@ public function list_uiforms($offset = 0)
if( ZIGAFORM_F_LITE !== 1){
$validateLicense = get_option('zgfm_wpfb_code', []);
if (!isset($validateLicense['is_valid']) || (isset($validateLicense['is_valid']) && intval($validateLicense['is_valid']) === 0)) {
//$this->load->view('formbuilder/forms/verify_pcode', [], true);
$this->template->loadPartial('layout_blank', 'forms/verify_pcode',[]);
return;
}
Expand Down
2 changes: 2 additions & 0 deletions assets/common/bootstrap/3.3.7/change_log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Version 3.4
[fixed] - modal not closing
Version 3.3
[fixed] - conflict with accordion
Version 3.2
Expand Down
12 changes: 8 additions & 4 deletions assets/common/bootstrap/3.3.7/js/bootstrap-sfdc.js
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ if (typeof $uifm === 'undefined') {
this.escape()
this.resize()

this.$element.on('click.dismiss.bs.sfdc-modal', '[data-dismiss="modal"]', $.proxy(this.hide, this))
this.$element.on('click.dismiss.bs.sfdc-modal', '[data-dismiss="sfdc-modal"]', $.proxy(this.hide, this))

this.$dialog.on('mousedown.dismiss.bs.sfdc-modal', function () {
that.$element.one('mouseup.dismiss.bs.sfdc-modal', function (e) {
Expand Down Expand Up @@ -1047,12 +1047,16 @@ if (typeof $uifm === 'undefined') {
.off('mouseup.dismiss.bs.sfdc-modal')

this.$dialog.off('mousedown.dismiss.bs.sfdc-modal')

$.support.transition && this.$element.hasClass('sfdc-fade') ?
if ( $.support.transition && this.$element.hasClass('sfdc-fade')) {
this.$element
.one('bsTransitionEnd', $.proxy(this.hideModal, this))
.emulateTransitionEnd(Modal.TRANSITION_DURATION) :
.emulateTransitionEnd(Modal.TRANSITION_DURATION)
} else {
this.hideModal()
}


}

Modal.prototype.enforceFocus = function () {
Expand Down
6 changes: 6 additions & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
version 7.2.2
[new] - minor changes
-----------------------------------------------------------------------------------------------------------------
version 7.2.1
[new] - minor changes
-----------------------------------------------------------------------------------------------------------------
version 7.2.0
[fixed] - webhook not supporting danish characters
-----------------------------------------------------------------------------------------------------------------
Expand Down
30 changes: 13 additions & 17 deletions i18n/languages/backend/wprockf.pot
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright (C) 2024 Zigaform WP Cost Estimation Form Builder 7.2.0
# This file is distributed under the same license as the Zigaform WP Cost Estimation Form Builder 7.2.0 package.
# Copyright (C) 2024 Zigaform WP Cost Estimation Form Builder 7.2.2
# This file is distributed under the same license as the Zigaform WP Cost Estimation Form Builder 7.2.2 package.
msgid ""
msgstr ""
"Project-Id-Version: Zigaform WP Cost Estimation Form Builder 7.2.0\n"
"Project-Id-Version: Zigaform WP Cost Estimation Form Builder 7.2.2\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-09-27 09:56+0000\n"
"POT-Creation-Date: 2024-10-09 07:47+0000\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-SearchPath-0: .\n"
Expand Down Expand Up @@ -662,19 +662,19 @@ msgstr ""
msgid "Form variables"
msgstr ""

#: application/modules/formbuilder/controllers/forms.php:1104, application/modules/formbuilder/controllers/forms.php:4016
#: application/modules/formbuilder/controllers/forms.php:1104, application/modules/formbuilder/controllers/forms.php:4015
msgid "Success"
msgstr ""

#: application/modules/formbuilder/controllers/forms.php:1106, application/modules/formbuilder/controllers/forms.php:4018
#: application/modules/formbuilder/controllers/forms.php:1106, application/modules/formbuilder/controllers/forms.php:4017
msgid "Go to List"
msgstr ""

#: application/modules/formbuilder/controllers/forms.php:1106, application/modules/formbuilder/controllers/forms.php:4018
#: application/modules/formbuilder/controllers/forms.php:1106, application/modules/formbuilder/controllers/forms.php:4017
msgid "Back to Form"
msgstr ""

#: application/modules/formbuilder/controllers/forms.php:1120, application/modules/formbuilder/controllers/forms.php:3946
#: application/modules/formbuilder/controllers/forms.php:1120, application/modules/formbuilder/controllers/forms.php:3945
msgid "Shortcodes"
msgstr ""

Expand All @@ -690,7 +690,7 @@ msgstr ""
msgid "Error on saving form"
msgstr ""

#: application/modules/formbuilder/controllers/forms.php:3577
#: application/modules/formbuilder/controllers/forms.php:3576
msgid "Forms in trash"
msgstr ""

Expand Down Expand Up @@ -2742,19 +2742,15 @@ msgstr ""
msgid "License Validation"
msgstr ""

#: application/modules/formbuilder/views/forms/verify_pcode.php:25
msgid "To ensure you have a valid license, please enter your purchase code in the field below. You can find your purchase code by following the instructions provided"
#: application/modules/formbuilder/views/forms/verify_pcode.php:27
msgid "To ensure you have a valid license, please enter your purchase code in the field below. You can find your purchase code by following the instructions provided <a href=\"%s\" target=\"_blank\" >here</a>."
msgstr ""

#: application/modules/formbuilder/views/forms/verify_pcode.php:26
msgid "here."
msgstr ""

#: application/modules/formbuilder/views/forms/verify_pcode.php:30
#: application/modules/formbuilder/views/forms/verify_pcode.php:31
msgid "Purchase Code"
msgstr ""

#: application/modules/formbuilder/views/forms/verify_pcode.php:34
#: application/modules/formbuilder/views/forms/verify_pcode.php:35
msgid "Send"
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions i18n/languages/front/wprockf-de_DE.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.0
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.0 package.
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.2
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.2 package.
msgid ""
msgstr ""
"Project-Id-Version: Rocket form\n"
Expand Down
4 changes: 2 additions & 2 deletions i18n/languages/front/wprockf-en_US.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.0
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.0 package.
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.2
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.2 package.
msgid ""
msgstr ""
"Project-Id-Version: Rocket form\n"
Expand Down
4 changes: 2 additions & 2 deletions i18n/languages/front/wprockf-es_ES.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.0
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.0 package.
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.2
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.2 package.
msgid ""
msgstr ""
"Project-Id-Version: Rocket form\n"
Expand Down
4 changes: 2 additions & 2 deletions i18n/languages/front/wprockf-fr_FR.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.0
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.0 package.
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.2
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.2 package.
msgid ""
msgstr ""
"Project-Id-Version: Rocket form\n"
Expand Down
4 changes: 2 additions & 2 deletions i18n/languages/front/wprockf-it_IT.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.0
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.0 package.
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.2
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.2 package.
msgid ""
msgstr ""
"Project-Id-Version: Rocket form\n"
Expand Down
4 changes: 2 additions & 2 deletions i18n/languages/front/wprockf-pt_BR.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.0
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.0 package.
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.2
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.2 package.
msgid ""
msgstr ""
"Project-Id-Version: Rocket form\n"
Expand Down
4 changes: 2 additions & 2 deletions i18n/languages/front/wprockf-ru_RU.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.0
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.0 package.
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.2
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.2 package.
msgid ""
msgstr ""
"Project-Id-Version: Rocket form\n"
Expand Down
4 changes: 2 additions & 2 deletions i18n/languages/front/wprockf-zh_CN.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.0
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.0 package.
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.2
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.2 package.
msgid ""
msgstr ""
"Project-Id-Version: Rocket form\n"
Expand Down
8 changes: 4 additions & 4 deletions i18n/languages/front/wprockf.pot
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.0
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.0 package.
# Copyright (C) 2024 Zigaform PHP Form Builder 7.2.2
# This file is distributed under the same license as the Zigaform PHP Form Builder 7.2.2 package.
msgid ""
msgstr ""
"Project-Id-Version: Zigaform PHP Form Builder 7.2.0\n"
"Project-Id-Version: Zigaform PHP Form Builder 7.2.2\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-09-27 09:56+0000\n"
"POT-Creation-Date: 2024-10-09 07:47+0000\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-SearchPath-0: .\n"
Expand Down
2 changes: 1 addition & 1 deletion install/db/structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ CREATE TABLE `fbcf_uiform_settings` (
-- ----------------------------
-- Records of fbcf_uiform_settings
-- ----------------------------
INSERT INTO `fbcf_uiform_settings` VALUES ('7.2.0', '1', '', '0', '', '','', '/usr/sbin/sendmail', 'en', '1', 'Company name', 'user@testexample.com', '2016-02-09 00:38:01', '1980-01-01 00:00:01');
INSERT INTO `fbcf_uiform_settings` VALUES ('7.2.2', '1', '', '0', '', '','', '/usr/sbin/sendmail', 'en', '1', 'Company name', 'user@testexample.com', '2016-02-09 00:38:01', '1980-01-01 00:00:01');

-- ----------------------------
-- Table structure for `fbcf_uiform_user`
Expand Down
2 changes: 1 addition & 1 deletion install/db/structure_mysql8.sql
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ CREATE TABLE `fbcf_uiform_settings` (
-- ----------------------------
-- Records of fbcf_uiform_settings
-- ----------------------------
INSERT INTO `fbcf_uiform_settings` VALUES ('7.2.0', '1', '', '0', '', '','', '/usr/sbin/sendmail', 'en', '1', 'Company name', 'user@testexample.com', '2016-02-09 00:38:01', '1980-01-01 00:00:01');
INSERT INTO `fbcf_uiform_settings` VALUES ('7.2.2', '1', '', '0', '', '','', '/usr/sbin/sendmail', 'en', '1', 'Company name', 'user@testexample.com', '2016-02-09 00:38:01', '1980-01-01 00:00:01');

-- ----------------------------
-- Table structure for `fbcf_uiform_user`
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tags: form, forms, contact form, custom form, form builder, form creator, form m
Requires at least: 5.0
Tested up to: 6.6.1
Requires PHP: 5.4
Stable tag: 7.2.0
Stable tag: 7.2.2

Create forms with total control using this powerful drag-and-drop form builder, allowing you to build contact forms or any custom forms in minutes.

Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit000a8b2d005b51d7b3e13daf33bc66ba::getLoader();
return ComposerAutoloaderInit86d7966f3d237ecdc4d1dceddeaab6c5::getLoader();
14 changes: 7 additions & 7 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit000a8b2d005b51d7b3e13daf33bc66ba
class ComposerAutoloaderInit86d7966f3d237ecdc4d1dceddeaab6c5
{
private static $loader;

Expand All @@ -22,15 +22,15 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit000a8b2d005b51d7b3e13daf33bc66ba', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit86d7966f3d237ecdc4d1dceddeaab6c5', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit000a8b2d005b51d7b3e13daf33bc66ba', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit86d7966f3d237ecdc4d1dceddeaab6c5', 'loadClassLoader'));

$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require_once __DIR__ . '/autoload_static.php';

call_user_func(\Composer\Autoload\ComposerStaticInit000a8b2d005b51d7b3e13daf33bc66ba::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit86d7966f3d237ecdc4d1dceddeaab6c5::getInitializer($loader));
} else {
$map = require __DIR__ . '/autoload_namespaces.php';
foreach ($map as $namespace => $path) {
Expand All @@ -51,19 +51,19 @@ public static function getLoader()
$loader->register(true);

if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInit000a8b2d005b51d7b3e13daf33bc66ba::$files;
$includeFiles = Composer\Autoload\ComposerStaticInit86d7966f3d237ecdc4d1dceddeaab6c5::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire000a8b2d005b51d7b3e13daf33bc66ba($fileIdentifier, $file);
composerRequire86d7966f3d237ecdc4d1dceddeaab6c5($fileIdentifier, $file);
}

return $loader;
}
}

function composerRequire000a8b2d005b51d7b3e13daf33bc66ba($fileIdentifier, $file)
function composerRequire86d7966f3d237ecdc4d1dceddeaab6c5($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit000a8b2d005b51d7b3e13daf33bc66ba
class ComposerStaticInit86d7966f3d237ecdc4d1dceddeaab6c5
{
public static $files = array (
'7f55c0c8faca7d96e425512293db1ad1' => __DIR__ . '/../..' . '/includes/wp/wp-includes/formatting.php',
Expand Down Expand Up @@ -32,9 +32,9 @@ class ComposerStaticInit000a8b2d005b51d7b3e13daf33bc66ba
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit000a8b2d005b51d7b3e13daf33bc66ba::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit000a8b2d005b51d7b3e13daf33bc66ba::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit000a8b2d005b51d7b3e13daf33bc66ba::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit86d7966f3d237ecdc4d1dceddeaab6c5::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit86d7966f3d237ecdc4d1dceddeaab6c5::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit86d7966f3d237ecdc4d1dceddeaab6c5::$classMap;

}, null, ClassLoader::class);
}
Expand Down

0 comments on commit 7f70539

Please sign in to comment.