Plugin Directory

Changeset 2237694


Ignore:
Timestamp:
02/03/2020 02:18:12 PM (6 years ago)
Author:
codepeople
Message:

New version 1.0.357
Modifications in the changelogs.

Location:
calculated-fields-form
Files:
270 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • calculated-fields-form/trunk/README.txt

    r2233831 r2237694  
    943943== Changelog ==
    944944
     945= 1.0.357 =
     946
     947* Fixes an issue in the expanded CSS editor, where the latest rows were being hidden or unaccessible.
     948
    945949= 1.0.356 =
    946950
     
    987991* Improves the appearance of the forms list in the medium-size screens.
    988992
    989 = 1.0.347 =
    990 
    991 * Modifies the validation on Currency and Number fields.
    992 
    993993== Upgrade Notice ==
    994994
    995 = 1.0.356 =
     995= 1.0.357 =
    996996
    997997Important note: If you are using the Professional version don't update via the WP dashboard but using your personal update link. Contact us if you need further information: http://cff.dwbooster.com/contact-us
  • calculated-fields-form/trunk/changelog.txt

    r2233831 r2237694  
    11== Changelog ==
     2
     3= 1.0.357 =
     4
     5* Fixes an issue in the expanded CSS editor, where the latest rows were being hidden or unaccessible.
    26
    37= 1.0.356 =
  • calculated-fields-form/trunk/cp_calculatedfieldsf_free.php

    r2233831 r2237694  
    44Plugin URI: https://cff.dwbooster.com
    55Description: Create forms with field values calculated based in other form field values.
    6 Version: 1.0.356
     6Version: 1.0.357
    77Text Domain: calculated-fields-form
    88Author: CodePeople
     
    1717
    1818// Defining main constants
    19 define('CP_CALCULATEDFIELDSF_VERSION', '1.0.356' );
     19define('CP_CALCULATEDFIELDSF_VERSION', '1.0.357' );
    2020define('CP_CALCULATEDFIELDSF_MAIN_FILE_PATH', __FILE__ );
    2121define('CP_CALCULATEDFIELDSF_BASE_PATH', dirname( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
  • calculated-fields-form/trunk/css/style.css

    r2233831 r2237694  
    216216.cff_form_builder .CodeMirror{height:195px;}
    217217.cff-csseditor-container.fullscreen{position:fixed !important;position:absolute;top:0;right:0;bottom:0;left:0;z-index:99999;background:#f2f5f7;}
    218 .cff-csseditor-container.fullscreen .CodeMirror{height: 100% !important;}
     218.cff-csseditor-container.fullscreen .CodeMirror{height: 95% !important;}
    219219.cff-csseditor-container .css-editor-extend-shrink{float:left;width:24px;height:24px;cursor:pointer;display:inline-block;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/></svg>");}
    220220.cff-csseditor-container.fullscreen .css-editor-extend-shrink{-webkit-transform:rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
Note: See TracChangeset for help on using the changeset viewer.