Skip to content

Commit

Permalink
v5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raimundo committed Jan 21, 2024
1 parent ee610a3 commit 3db8f7c
Show file tree
Hide file tree
Showing 373 changed files with 48,535 additions and 47,907 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ https://kb.softdiscover.com/docs/zigaform-php-cost-estimator/installation/via-wi

## Support ##

Please see https://php-cost-estimator.zigaform.com/#contact for more details.
Please see https://softdiscover.com/zigaform/php-cost-estimator/#contact for more details.

### Features:
* real-time drag and drop form builder which makes to build estimation forms
Expand Down Expand Up @@ -74,7 +74,7 @@ Please see https://php-cost-estimator.zigaform.com/#contact for more details.
>
>Try out [Zigaform - PHP Cost Estimation & Payment Form Builder Premium](https://codecanyon.net/item/zigaform-php-calculator-cost-estimation-form-builder/15883447?ref=softdiscover)
More info in https://php-cost-estimator.zigaform.com/
More info in https://softdiscover.com/zigaform/php-cost-estimator/


** OVERALL FEATURES
Expand Down
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', '5.8.9' );
define( 'UIFORM_VERSION', '5.9.2' );
define( 'ZIGAFORM_C_LITE', 1 );
define( 'UIFORM_DEBUG', 0 );
define( 'UIFORM_DEMO', 0 );
Expand Down
35 changes: 0 additions & 35 deletions application/config/database.php.~2~

This file was deleted.

2 changes: 1 addition & 1 deletion application/helpers/common_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2013 Softdiscover
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version CVS: $Id: common_helper.php, v2.00 2013-11-30 02:52:40 Softdiscover $
* @link https://php-cost-estimator.zigaform.com/
* @link https://softdiscover.com/zigaform/php-cost-estimator/
*/
if ( ! defined( 'BASEPATH' ) ) {
exit( 'No direct script access allowed' );
Expand Down
2 changes: 1 addition & 1 deletion application/helpers/dompdflib_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2013 Softdiscover
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version CVS: $Id: dompdflib_helper.php, v2.00 2013-11-30 02:52:40 Softdiscover $
* @link https://php-form-builder.zigaform.com/
* @link https://softdiscover.com/zigaform/php-form-builder/
*/
if ( ! defined( 'BASEPATH' ) ) {
exit( 'No direct script access allowed' );
Expand Down
2 changes: 1 addition & 1 deletion application/helpers/email_configuration_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2013 Softdiscover
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version CVS: $Id: email_configuration_helper.php, v2.00 2013-11-30 02:52:40 Softdiscover $
* @link https://php-cost-estimator.zigaform.com/
* @link https://softdiscover.com/zigaform/php-cost-estimator/
*/
if ( ! defined( 'BASEPATH' ) ) {
exit( 'No direct script access allowed' );
Expand Down
6 changes: 3 additions & 3 deletions application/libraries/Addon.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2013 Softdiscover
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version CVS: $Id: Auth.php, v2.00 2013-11-30 02:52:40 Softdiscover $
* @link https://php-cost-estimator.zigaform.com/
* @link https://softdiscover.com/zigaform/php-cost-estimator/
*/

/**
Expand All @@ -22,11 +22,11 @@
* @copyright 2013 Softdiscover
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version Release: 1.00
* @link https://php-cost-estimator.zigaform.com/
* @link https://softdiscover.com/zigaform/php-cost-estimator/
*/
class Addon {

var $CI;
public $CI;
var $_username;

/**
Expand Down
6 changes: 3 additions & 3 deletions application/libraries/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2013 Softdiscover
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version CVS: $Id: Auth.php, v2.00 2013-11-30 02:52:40 Softdiscover $
* @link https://php-cost-estimator.zigaform.com/
* @link https://softdiscover.com/zigaform/php-cost-estimator/
*/

/**
Expand All @@ -22,11 +22,11 @@
* @copyright 2013 Softdiscover
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version Release: 1.00
* @link https://php-cost-estimator.zigaform.com/
* @link https://softdiscover.com/zigaform/php-cost-estimator/
*/
class Auth {

var $CI;
public $CI;
var $_username;

/**
Expand Down
4 changes: 2 additions & 2 deletions application/libraries/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2013 Softdiscover
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version CVS: $Id: Template.php, v2.00 2013-11-30 02:52:40 Softdiscover $
* @link https://php-cost-estimator.zigaform.com/
* @link https://softdiscover.com/zigaform/php-cost-estimator/
*/


Expand All @@ -26,7 +26,7 @@
* @copyright 2013 Softdiscover
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version Release: 1.00
* @link https://php-cost-estimator.zigaform.com/
* @link https://softdiscover.com/zigaform/php-cost-estimator/
*/
class Template {

Expand Down
Loading

0 comments on commit 3db8f7c

Please sign in to comment.