Plugin Directory

Changeset 3427463


Ignore:
Timestamp:
12/25/2025 09:40:52 PM (8 weeks ago)
Author:
designful
Message:

Update to version 8.1.8 from GitHub

Location:
stylish-cost-calculator
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • stylish-cost-calculator/tags/8.1.8/admin/views/editCalcualtor.php

    r3410419 r3427463  
    756756                                            <?php
    757757                                        }
    758 
    759                                         if ( $el->type == 'file upload' ) {
    760                                             ?>
    761                                             <div class="elements_added">
    762                                                 <?php echo ( $scc_special_loop_element )?>
    763                                                 <input type="text" class="input_id_element" value="<?php echo intval( $el->id ); ?>" hidden>
    764                                                 <div class="elements_added_v2">
    765                                                     <div class="element-icon">
    766                                                         <i class="fas fa-paperclip" style="font-size:25px;"></i>
    767                                                     </div>
    768                                                     <div class="element-title-desc" onclick="javascript:collapseElementTitle(this)" style="cursor: pointer;">
    769                                                         <div class="title-desc-wrapper">
    770                                                             <span class="element-title">File Upload Field</span>
    771                                                             <p class="element-description">
    772                                                                 <?php echo esc_attr( $truncatedTitleElement ); ?>
    773                                                             </p>
    774                                                         </div>
    775                                                     </div>
    776                                                     <?php echo scc_output_editing_page_element_actions( 'file-upload', false ); ?>
    777                                                 </div>
    778                                                 <?php echo $edit_page_func->renderFileUploadSetupBody2( $el, $conditionsBySet ); ?>
    779                                                 <?php echo $edit_page_func->renderElementLoader(); ?>
    780                                             </div>
    781                                             <?php
    782                                         }
    783 
     758                                       
    784759                                        if ( $el->type == 'texthtml' ) {
    785760                                            ?>
  • stylish-cost-calculator/tags/8.1.8/admin/views/searchAndTabs.php

    r3410419 r3427463  
    1818</div>
    1919
    20 <div class="modal fade" id="settingsModal" tabindex="-1" aria-labelledby="settingsModalLabel" aria-hidden="true">
     20<div class="modal fade scc-dashboard-modal" id="settingsModal" tabindex="-1" aria-labelledby="settingsModalLabel" aria-hidden="true">
    2121  <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable scc-modal-fullscreen">
    2222    <div class="modal-content">
     
    187187  </div>
    188188</div><!-- END OF MODAL -->
    189 <div class="modal fade" id="settingsModal1" tabindex="-1" aria-labelledby="settingsModal1Label" aria-hidden="true">
     189<div class="modal fade scc-dashboard-modal" id="settingsModal1" tabindex="-1" aria-labelledby="settingsModal1Label" aria-hidden="true">
    190190  <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable scc-modal-fullscreen">
    191191    <div class="modal-content">
     
    20352035  </div>
    20362036</div><!-- END OF MODAL -->
    2037 <div class="modal fade" id="settingsModal2" tabindex="-1" aria-labelledby="settingsModal2Label" aria-hidden="true">
     2037<div class="modal fade scc-dashboard-modal" id="settingsModal2" tabindex="-1" aria-labelledby="settingsModal2Label" aria-hidden="true">
    20382038  <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable scc-modal-fullscreen">
    20392039    <div class="modal-content">
  • stylish-cost-calculator/tags/8.1.8/assets/css/scc-back-end.css

    r3410419 r3427463  
    1331613316  }
    1331713317
     13318  /* Adjust modal content margins when WordPress admin menu is expanded */
     13319    body:not(.folded) .scc-dashboard-modal .modal-content {
     13320    margin-left: 175px;
     13321    margin-right: 15px;
     13322    }
     13323
     13324    /* When WordPress menu is collapsed (folded), use smaller left margin */
     13325    body.folded .scc-dashboard-modal .modal-content {
     13326    margin-left: 50px;
     13327    margin-right: 15px;
     13328    }
     13329
     13330
    1331813331  .scc-editing-page-menu-panel{
    1331913332    background: #fff;
  • stylish-cost-calculator/tags/8.1.8/changelog.txt

    r3410419 r3427463  
     1= 8.1.8 - 2025-12-25
     2
     3Updated: Wordpress Menu visibility for admin users
     4Improved: Calculator Settings adjustments
     5Fixed: Wrong element visibility on editing page
     6
    17= 8.1.7 - 2025-12-04
    28
  • stylish-cost-calculator/tags/8.1.8/readme.txt

    r3410419 r3427463  
    22Contributors: Designful
    33Plugin URL: https://www.stylishcostcalculator.com?utm_source=scc-free-readme&utm_medium=wordpress&utm_content=plugin-url
    4 Version: 8.1.7
     4Version: 8.1.8
    55Contributors: Designful
    66Tags: sales funnel builder, lead generation, cost calculator, price calculator, quote calculator
    77Requires at least: 4.0
    88Tested up to: 6.9
    9 Stable tag: 8.1.7
     9Stable tag: 8.1.8
    1010Requires PHP: 7.0
    1111License: GPLv2 or later
  • stylish-cost-calculator/tags/8.1.8/stylish-cost-calculator.php

    r3410419 r3427463  
    44 * Plugin URI:  https://stylishcostcalculator.com
    55 * Description: A Stylish Cost Calculator / Price Estimate Form for your site.
    6  * Version:     8.1.7
     6 * Version:     8.1.8
    77 * Author:      Designful
    88 * Author URI:  https://stylishcostcalculator.com
     
    1515    exit;
    1616}
    17 define( 'STYLISH_COST_CALCULATOR_VERSION', '8.1.7' );
     17define( 'STYLISH_COST_CALCULATOR_VERSION', '8.1.8' );
    1818define( 'SCC_URL', plugin_dir_url( __FILE__ ) );
    1919define( 'SCC_DIR', __DIR__ );
  • stylish-cost-calculator/trunk/admin/views/editCalcualtor.php

    r3410419 r3427463  
    756756                                            <?php
    757757                                        }
    758 
    759                                         if ( $el->type == 'file upload' ) {
    760                                             ?>
    761                                             <div class="elements_added">
    762                                                 <?php echo ( $scc_special_loop_element )?>
    763                                                 <input type="text" class="input_id_element" value="<?php echo intval( $el->id ); ?>" hidden>
    764                                                 <div class="elements_added_v2">
    765                                                     <div class="element-icon">
    766                                                         <i class="fas fa-paperclip" style="font-size:25px;"></i>
    767                                                     </div>
    768                                                     <div class="element-title-desc" onclick="javascript:collapseElementTitle(this)" style="cursor: pointer;">
    769                                                         <div class="title-desc-wrapper">
    770                                                             <span class="element-title">File Upload Field</span>
    771                                                             <p class="element-description">
    772                                                                 <?php echo esc_attr( $truncatedTitleElement ); ?>
    773                                                             </p>
    774                                                         </div>
    775                                                     </div>
    776                                                     <?php echo scc_output_editing_page_element_actions( 'file-upload', false ); ?>
    777                                                 </div>
    778                                                 <?php echo $edit_page_func->renderFileUploadSetupBody2( $el, $conditionsBySet ); ?>
    779                                                 <?php echo $edit_page_func->renderElementLoader(); ?>
    780                                             </div>
    781                                             <?php
    782                                         }
    783 
     758                                       
    784759                                        if ( $el->type == 'texthtml' ) {
    785760                                            ?>
  • stylish-cost-calculator/trunk/admin/views/searchAndTabs.php

    r3410419 r3427463  
    1818</div>
    1919
    20 <div class="modal fade" id="settingsModal" tabindex="-1" aria-labelledby="settingsModalLabel" aria-hidden="true">
     20<div class="modal fade scc-dashboard-modal" id="settingsModal" tabindex="-1" aria-labelledby="settingsModalLabel" aria-hidden="true">
    2121  <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable scc-modal-fullscreen">
    2222    <div class="modal-content">
     
    187187  </div>
    188188</div><!-- END OF MODAL -->
    189 <div class="modal fade" id="settingsModal1" tabindex="-1" aria-labelledby="settingsModal1Label" aria-hidden="true">
     189<div class="modal fade scc-dashboard-modal" id="settingsModal1" tabindex="-1" aria-labelledby="settingsModal1Label" aria-hidden="true">
    190190  <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable scc-modal-fullscreen">
    191191    <div class="modal-content">
     
    20352035  </div>
    20362036</div><!-- END OF MODAL -->
    2037 <div class="modal fade" id="settingsModal2" tabindex="-1" aria-labelledby="settingsModal2Label" aria-hidden="true">
     2037<div class="modal fade scc-dashboard-modal" id="settingsModal2" tabindex="-1" aria-labelledby="settingsModal2Label" aria-hidden="true">
    20382038  <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable scc-modal-fullscreen">
    20392039    <div class="modal-content">
  • stylish-cost-calculator/trunk/assets/css/scc-back-end.css

    r3410419 r3427463  
    1331613316  }
    1331713317
     13318  /* Adjust modal content margins when WordPress admin menu is expanded */
     13319    body:not(.folded) .scc-dashboard-modal .modal-content {
     13320    margin-left: 175px;
     13321    margin-right: 15px;
     13322    }
     13323
     13324    /* When WordPress menu is collapsed (folded), use smaller left margin */
     13325    body.folded .scc-dashboard-modal .modal-content {
     13326    margin-left: 50px;
     13327    margin-right: 15px;
     13328    }
     13329
     13330
    1331813331  .scc-editing-page-menu-panel{
    1331913332    background: #fff;
  • stylish-cost-calculator/trunk/changelog.txt

    r3410419 r3427463  
     1= 8.1.8 - 2025-12-25
     2
     3Updated: Wordpress Menu visibility for admin users
     4Improved: Calculator Settings adjustments
     5Fixed: Wrong element visibility on editing page
     6
    17= 8.1.7 - 2025-12-04
    28
  • stylish-cost-calculator/trunk/readme.txt

    r3410419 r3427463  
    22Contributors: Designful
    33Plugin URL: https://www.stylishcostcalculator.com?utm_source=scc-free-readme&utm_medium=wordpress&utm_content=plugin-url
    4 Version: 8.1.7
     4Version: 8.1.8
    55Contributors: Designful
    66Tags: sales funnel builder, lead generation, cost calculator, price calculator, quote calculator
    77Requires at least: 4.0
    88Tested up to: 6.9
    9 Stable tag: 8.1.7
     9Stable tag: 8.1.8
    1010Requires PHP: 7.0
    1111License: GPLv2 or later
  • stylish-cost-calculator/trunk/stylish-cost-calculator.php

    r3410419 r3427463  
    44 * Plugin URI:  https://stylishcostcalculator.com
    55 * Description: A Stylish Cost Calculator / Price Estimate Form for your site.
    6  * Version:     8.1.7
     6 * Version:     8.1.8
    77 * Author:      Designful
    88 * Author URI:  https://stylishcostcalculator.com
     
    1515    exit;
    1616}
    17 define( 'STYLISH_COST_CALCULATOR_VERSION', '8.1.7' );
     17define( 'STYLISH_COST_CALCULATOR_VERSION', '8.1.8' );
    1818define( 'SCC_URL', plugin_dir_url( __FILE__ ) );
    1919define( 'SCC_DIR', __DIR__ );
Note: See TracChangeset for help on using the changeset viewer.