Plugin Directory

Changeset 3382089


Ignore:
Timestamp:
10/21/2025 05:21:12 PM (4 months ago)
Author:
designful
Message:

Update to version 7.2.2 from GitHub

Location:
stylish-price-list
Files:
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • stylish-price-list/tags/7.2.2/admin/tabs/views/tabs-form/logo-header.php

    r3352830 r3382089  
    3939    .spl_plug_ver{
    4040        position: relative;
    41         top: -6px;
     41        vertical-align: super;
    4242        font-weight: 700;
    4343        font-size: 16px;
  • stylish-price-list/tags/7.2.2/admin/tabs/views/tabs-form/pricelist-form.php

    r3352830 r3382089  
    988988    <div class="form-save-and-restore">
    989989        <form action="" id="main_form" method="POST" enctype="multipart/form-data" role="form">
    990             <div style="">
    991                 <nav class="navbar navbar-secondary df-spl-edit-nav"> <!-- Start of Price List Title, Style, Save Button-->
    992                     <div class="container-fluid">
    993                         <div class="d-flex justify-content-between spl-header-wrapper-v2">
    994                             <div class="spl-header-logo-editing-page">
    995         <div class="spl-container-header">
     990            <div>
     991            <div class="spl-container-header-alt">
    996992        <a href="https://stylishpricelist.com/" class="spl-header">
    997993            <img src="<?php echo SPL_URL . '/assets/images/Stylish-Price-List-Logo-418x134.png'; ?>" class="img-responsive1" alt="Image" style="max-height: 40px;">
     
    10091005        <?php } ?>
    10101006        </div>
    1011     </div>
     1007                <nav class="navbar navbar-secondary df-spl-edit-nav"> <!-- Start of Price List Title, Style, Save Button-->
     1008                    <div class="container-fluid">
     1009                        <div class="spl-header-wrapper-v2">
     1010                            <div class="spl-header-logo-editing-page">
     1011        <div class="spl-container-header">
     1012        <a href="https://stylishpricelist.com/" class="spl-header">
     1013            <img src="<?php echo SPL_URL . '/assets/images/Stylish-Price-List-Logo-418x134.png'; ?>" class="img-responsive1" alt="Image" style="max-height: 40px;">
     1014        </a>
     1015        <?php
     1016        $opt = get_option( 'spllk_opt' );
     1017        if ( empty( $opt ) || ( isset( $opt['license'] ) && $opt['license'] !== 'valid' ) ) {
     1018            ?>
     1019            <span class="spl_plug_ver">Demo</span>
     1020            <?php
     1021        }
     1022        if ( ! empty( $opt ) && ( isset( $opt['license'] ) && $opt['license'] === 'valid' ) ) {
     1023            ?>
     1024            <span class="spl_plug_ver">Premium</span>
     1025        <?php } ?>
     1026        </div>
     1027        </div>
    10121028
    10131029                            <div class="price-list-name-and-style-wrapper d-flex align-items-center">                               
     
    10501066                              </div>
    10511067                            </div>
     1068                            <!-- </span> -->
    10521069                        <ul class="settings-actions-wrapper d-flex align-items-center">
    10531070                        <li style="margin-right:10px;">
     
    22612278        <input type="hidden" name="spl_nonce" value="<?php echo wp_create_nonce( 'spl_nonce' ); ?>">
    22622279        <div class="clearfix df-spl-edit-nav df-spl-edit-nav-bottom">
    2263             <div class="col-md-12"  style="display:flex;align-items: center " >
    2264                 <div class="col-md-2">
     2280            <div class="spl-footer-wrapper">
     2281                <div class="save-button-wrapper">
    22652282                    <div class="bottom-save spl_btn_primary "><!----Start of Save Button (Bottom) ---->
    22662283                        <?php submit_button( __( $Save, 'spl' ), 'primary', 'submit_tabs' ); ?>
     
    22732290                        $AddClass = '';
    22742291                        ?>
    2275                         <div class="col-md-8 navbar-bottom-links">
     2292                        <div class="navbar-bottom-links">
    22762293                        <ul class="nav navbar-nav">
    22772294                            <li><a href="https://stylishcostcalculator.com" target="_blank" id="myBtnSupport">STYLISH COST CALCULATOR</a></li>
     
    22822299                        </ul>
    22832300                        </div>
    2284                         <div class="col-md-2 spl-button-backup">
     2301                        <div class="spl-button-backup">
    22852302                         <button  id="splButtom" type="button" name="backup" value=""
    22862303                            data-action="<?php echo esc_url( admin_url( 'admin-post.php' ) . '?action=spl_generate_backup' ); ?>"
     
    22912308                         <?php if ( $id == '' || $id != '' ) {
    22922309                            if ( ! empty( $opt ) && ( isset( $opt['result'] ) && $opt['result'] == 'success' ) ) { ?>
    2293                                 <button id="splButtomRest" type="button" name="restore" value="" class="spl_btn_primary button button-primary restore" style="height: 45px;margin-right:15px;">
     2310                                <button id="splButtomRest" type="button" name="restore" value="" class="spl_btn_primary button button-primary restore" style="height: 45px;">
    22942311                                    <img     src="<?php echo SPL_URL . '/assets/images/ICON22.svg'; ?>" aria-hidden="true" style="font-size:20px;vertical-align:middle;">
    22952312                                    <?php echo esc_attr($Restore); ?>
     
    23082325                    <?php if ( $id == '' || $id != '' ) {
    23092326                    if ( ! empty( $opt ) && ( isset( $opt['result'] ) && $opt['result'] == 'success' ) ) { ?>
    2310                         <button id="splButtomRest" type="button" name="restore" value="" class="spl_btn_primary button button-primary restore" style="height: 45px;margin-right:15px;">
     2327                        <button id="splButtomRest" type="button" name="restore" value="" class="spl_btn_primary button button-primary restore" style="height: 45px;">
    23112328                            <img     src="<?php echo SPL_URL . '/assets/images/ICON22.svg'; ?>" aria-hidden="true" style="font-size:20px;vertical-align:middle;"> <!-- Aquí se agrega la imagen -->
    23122329                            <?php echo esc_attr($Restore); ?>
  • stylish-price-list/tags/7.2.2/assets/css/admin-style.css

    r3307244 r3382089  
    6565    padding: 0;
    6666}
    67 .preview-docked-bottom .show_hide_shortcode,
    68 .preview-docked-bottom .df-spl-edit-nav {
     67.preview-docked-bottom .show_hide_shortcode {
    6968    height:103px;
    7069}
     
    186185    border-radius: 5px;
    187186    padding: 10px 35px;
     187}
     188
     189.spl-container-header-alt {
     190    display: none;
    188191}
    189192
     
    244247
    245248.spl-header-wrapper-v2 {
     249    display: flex;
     250    justify-content: space-between;
    246251    padding: 20px 0 20px 30px;
     252}
     253
     254.spl-footer-wrapper {
     255    display:flex;
     256    align-items: center;
     257    justify-content: space-between;
     258    padding: 0 20px;
    247259}
    248260
     
    860872    text-shadow: unset;
    861873}
    862 .spl-button-backup {
    863     display: contents;
    864 }
     874
    865875.spl-button-backup button:nth-child(1) {
    866876    margin-right: 40px;
     
    9911001}
    9921002.bottom-save p.submit .button.button-primary[type="submit"] {
    993     width: 60%;
    9941003    height: 50px;
    995     padding: 24px 0;
     1004    padding: 24px 12px;
    9961005    line-height: 0;
    9971006    background: #f0ad4e;
     
    13771386        background-color: #fff;
    13781387    }
     1388    .service-container {
     1389        grid-template-columns: unset;
     1390    }
    13791391}
    13801392
    13811393@media(min-width:320px) and (max-width:480px) {
     1394    .price-list-name-and-style-wrapper .col-md-8.pl-0 {
     1395        margin-top: 10px;
     1396    }
     1397}
     1398
     1399@media(min-width:481px) and (max-width:600px) {
     1400    .price-list-name-and-style-wrapper .col-md-8.pl-0 {
     1401        margin-top: 10px;
     1402    }
     1403}
     1404@media(min-width:320px) and (max-width:768px) {
    13821405    .bottom-save p.submit input.button.button-primary[type="submit"] {
    13831406        width: 100% !important
    13841407    }
    1385 }
    1386 
    1387 @media(min-width:481px) and (max-width:600px) {
    1388     .bottom-save p.submit input.button.button-primary[type="submit"] {
    1389         width: 100% !important
    1390     }
    1391 }
    1392 @media(min-width:601px) and (max-width:768px) {
    1393     .bottom-save p.submit input.button.button-primary[type="submit"] {
    1394         width: 22% !important
    1395     }
    1396 }
     1408   
     1409    .spl-footer-wrapper {
     1410        flex-direction: column;
     1411        align-items: stretch;
     1412        gap: 15px;
     1413    }
     1414
     1415    .spl-button-backup button:nth-child(1) {
     1416        margin-right: 0;
     1417    }
     1418   
     1419    .save-button-wrapper {
     1420        order: 1;
     1421    }
     1422   
     1423    .navbar-bottom-links {
     1424        order: 2;
     1425        justify-content: left;
     1426        margin-bottom: 25px;
     1427    }
     1428
     1429    .price_wrapper .navbar-nav>li>a {
     1430        padding-left: 0;
     1431    }
     1432
     1433    .spl-footer-wrapper .navbar-nav {
     1434        margin: unset;
     1435    }
     1436   
     1437    .spl-button-backup {
     1438        order: 3;
     1439        display: flex;
     1440        flex-direction: column;
     1441        gap: 10px;
     1442    }
     1443   
     1444    /* Footer sections stacking for mobile and tablet */
     1445    .spl-footer {
     1446        flex-direction: column;
     1447        align-items: center;
     1448        gap: 30px;
     1449        padding: 30px 20px;
     1450    }
     1451   
     1452    .spl-footer-left,
     1453    .spl-footer-center,
     1454    .spl-footer-right {
     1455        flex: none;
     1456        width: 100%;
     1457        text-align: center;
     1458    }
     1459   
     1460    .spl-footer-right {
     1461        justify-content: center;
     1462    }
     1463   
     1464    .spl-plugin-info {
     1465        text-align: center;
     1466    }
     1467   
     1468    .spl-footer-plugin-logos-container {
     1469        justify-content: center;
     1470    }
     1471    .spl-header-wrapper-v2 {
     1472        display: flex;
     1473        flex-wrap: wrap;
     1474        justify-content: flex-end;
     1475        padding: 10px 0 10px 15px;
     1476    }
     1477    .spl-header-wrapper-v2 > div {
     1478        margin-bottom: 10px;
     1479        flex-wrap: wrap;
     1480    }
     1481    .price_wrapper .container-fluid .form-control {
     1482        width: unset;
     1483    }
     1484}
     1485@media(min-width:320px) and (max-width:1024px) {
     1486    .spl-header-logo-editing-page {
     1487        display: none;
     1488    }
     1489    .spl-container-header-alt {
     1490        display: block;
     1491        margin-top: 10px;
     1492    }
     1493}
  • stylish-price-list/tags/7.2.2/assets/css/frontend-style.css

    r3327519 r3382089  
    8585.stylish-upload-btn {
    8686    float: right !important;
     87}
     88.spl-style8-img-container {
     89    display: flex;
     90}
     91.spl-style8-img-container img {
     92    flex-shrink: 0;
    8793}
    8894@media only screen and (min-width:1024px) {
  • stylish-price-list/tags/7.2.2/changelog.txt

    r3352830 r3382089  
     1= 7.2.2 - 2025-10-21
     2* [Price List Editor] Fix tablet view of the price list editor
     3* [Price List Editor] Enhance mobile responsiveness and update footer layout
     4* [Price List Editor] Add header with license status for tablet/mobile view and adjust CSS for responsive design
     5* [Price List Editor] Remove redundant CSS for submit button in mobile view
     6* [Price List Editor] Remove commented-out code in price list form
     7* Fixed Style 6 images shrinking in some pages
     8
    19= 7.2.1 - 2025-08-29
    210* Fixed style one button hover color settings not being applied
  • stylish-price-list/tags/7.2.2/readme.txt

    r3352830 r3382089  
    44Tags: qr code menu, pricing table, restaurant menu, table builder, price list builder
    55Plugin URL: https://stylishpricelist.com
    6 Version: 7.2.1
     6Version: 7.2.2
    77Donate link: https://stylishpricelist.com
    88Requires at least: 4.0
    99Tested up to: 6.8.2
    1010Requires PHP: 5.6
    11 Stable tag: 7.2.1
     11Stable tag: 7.2.2
    1212License: GPLv2 or later
    1313License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • stylish-price-list/tags/7.2.2/stylish-price-list.php

    r3352830 r3382089  
    77        Plugin URI:  https://stylishpricelist.com/
    88        Description: Build a stylish price list for your business
    9         Version:     7.2.1
     9        Version:     7.2.2
    1010        Author:      Designful
    1111        Author URI:  https://stylishpricelist.com/
     
    1515        Text Domain: spl
    1616    */
    17         define( 'STYLISH_PRICE_LIST_VERSION', '7.2.1' );
     17        define( 'STYLISH_PRICE_LIST_VERSION', '7.2.2' );
    1818        define( 'STYLISH_PRICE_LIST_BETA', false );
    1919        define( 'SPL_URL', plugin_dir_url( __FILE__ ) );
  • stylish-price-list/trunk/admin/tabs/views/tabs-form/logo-header.php

    r3352830 r3382089  
    3939    .spl_plug_ver{
    4040        position: relative;
    41         top: -6px;
     41        vertical-align: super;
    4242        font-weight: 700;
    4343        font-size: 16px;
  • stylish-price-list/trunk/admin/tabs/views/tabs-form/pricelist-form.php

    r3352830 r3382089  
    988988    <div class="form-save-and-restore">
    989989        <form action="" id="main_form" method="POST" enctype="multipart/form-data" role="form">
    990             <div style="">
    991                 <nav class="navbar navbar-secondary df-spl-edit-nav"> <!-- Start of Price List Title, Style, Save Button-->
    992                     <div class="container-fluid">
    993                         <div class="d-flex justify-content-between spl-header-wrapper-v2">
    994                             <div class="spl-header-logo-editing-page">
    995         <div class="spl-container-header">
     990            <div>
     991            <div class="spl-container-header-alt">
    996992        <a href="https://stylishpricelist.com/" class="spl-header">
    997993            <img src="<?php echo SPL_URL . '/assets/images/Stylish-Price-List-Logo-418x134.png'; ?>" class="img-responsive1" alt="Image" style="max-height: 40px;">
     
    10091005        <?php } ?>
    10101006        </div>
    1011     </div>
     1007                <nav class="navbar navbar-secondary df-spl-edit-nav"> <!-- Start of Price List Title, Style, Save Button-->
     1008                    <div class="container-fluid">
     1009                        <div class="spl-header-wrapper-v2">
     1010                            <div class="spl-header-logo-editing-page">
     1011        <div class="spl-container-header">
     1012        <a href="https://stylishpricelist.com/" class="spl-header">
     1013            <img src="<?php echo SPL_URL . '/assets/images/Stylish-Price-List-Logo-418x134.png'; ?>" class="img-responsive1" alt="Image" style="max-height: 40px;">
     1014        </a>
     1015        <?php
     1016        $opt = get_option( 'spllk_opt' );
     1017        if ( empty( $opt ) || ( isset( $opt['license'] ) && $opt['license'] !== 'valid' ) ) {
     1018            ?>
     1019            <span class="spl_plug_ver">Demo</span>
     1020            <?php
     1021        }
     1022        if ( ! empty( $opt ) && ( isset( $opt['license'] ) && $opt['license'] === 'valid' ) ) {
     1023            ?>
     1024            <span class="spl_plug_ver">Premium</span>
     1025        <?php } ?>
     1026        </div>
     1027        </div>
    10121028
    10131029                            <div class="price-list-name-and-style-wrapper d-flex align-items-center">                               
     
    10501066                              </div>
    10511067                            </div>
     1068                            <!-- </span> -->
    10521069                        <ul class="settings-actions-wrapper d-flex align-items-center">
    10531070                        <li style="margin-right:10px;">
     
    22612278        <input type="hidden" name="spl_nonce" value="<?php echo wp_create_nonce( 'spl_nonce' ); ?>">
    22622279        <div class="clearfix df-spl-edit-nav df-spl-edit-nav-bottom">
    2263             <div class="col-md-12"  style="display:flex;align-items: center " >
    2264                 <div class="col-md-2">
     2280            <div class="spl-footer-wrapper">
     2281                <div class="save-button-wrapper">
    22652282                    <div class="bottom-save spl_btn_primary "><!----Start of Save Button (Bottom) ---->
    22662283                        <?php submit_button( __( $Save, 'spl' ), 'primary', 'submit_tabs' ); ?>
     
    22732290                        $AddClass = '';
    22742291                        ?>
    2275                         <div class="col-md-8 navbar-bottom-links">
     2292                        <div class="navbar-bottom-links">
    22762293                        <ul class="nav navbar-nav">
    22772294                            <li><a href="https://stylishcostcalculator.com" target="_blank" id="myBtnSupport">STYLISH COST CALCULATOR</a></li>
     
    22822299                        </ul>
    22832300                        </div>
    2284                         <div class="col-md-2 spl-button-backup">
     2301                        <div class="spl-button-backup">
    22852302                         <button  id="splButtom" type="button" name="backup" value=""
    22862303                            data-action="<?php echo esc_url( admin_url( 'admin-post.php' ) . '?action=spl_generate_backup' ); ?>"
     
    22912308                         <?php if ( $id == '' || $id != '' ) {
    22922309                            if ( ! empty( $opt ) && ( isset( $opt['result'] ) && $opt['result'] == 'success' ) ) { ?>
    2293                                 <button id="splButtomRest" type="button" name="restore" value="" class="spl_btn_primary button button-primary restore" style="height: 45px;margin-right:15px;">
     2310                                <button id="splButtomRest" type="button" name="restore" value="" class="spl_btn_primary button button-primary restore" style="height: 45px;">
    22942311                                    <img     src="<?php echo SPL_URL . '/assets/images/ICON22.svg'; ?>" aria-hidden="true" style="font-size:20px;vertical-align:middle;">
    22952312                                    <?php echo esc_attr($Restore); ?>
     
    23082325                    <?php if ( $id == '' || $id != '' ) {
    23092326                    if ( ! empty( $opt ) && ( isset( $opt['result'] ) && $opt['result'] == 'success' ) ) { ?>
    2310                         <button id="splButtomRest" type="button" name="restore" value="" class="spl_btn_primary button button-primary restore" style="height: 45px;margin-right:15px;">
     2327                        <button id="splButtomRest" type="button" name="restore" value="" class="spl_btn_primary button button-primary restore" style="height: 45px;">
    23112328                            <img     src="<?php echo SPL_URL . '/assets/images/ICON22.svg'; ?>" aria-hidden="true" style="font-size:20px;vertical-align:middle;"> <!-- Aquí se agrega la imagen -->
    23122329                            <?php echo esc_attr($Restore); ?>
  • stylish-price-list/trunk/assets/css/admin-style.css

    r3307244 r3382089  
    6565    padding: 0;
    6666}
    67 .preview-docked-bottom .show_hide_shortcode,
    68 .preview-docked-bottom .df-spl-edit-nav {
     67.preview-docked-bottom .show_hide_shortcode {
    6968    height:103px;
    7069}
     
    186185    border-radius: 5px;
    187186    padding: 10px 35px;
     187}
     188
     189.spl-container-header-alt {
     190    display: none;
    188191}
    189192
     
    244247
    245248.spl-header-wrapper-v2 {
     249    display: flex;
     250    justify-content: space-between;
    246251    padding: 20px 0 20px 30px;
     252}
     253
     254.spl-footer-wrapper {
     255    display:flex;
     256    align-items: center;
     257    justify-content: space-between;
     258    padding: 0 20px;
    247259}
    248260
     
    860872    text-shadow: unset;
    861873}
    862 .spl-button-backup {
    863     display: contents;
    864 }
     874
    865875.spl-button-backup button:nth-child(1) {
    866876    margin-right: 40px;
     
    9911001}
    9921002.bottom-save p.submit .button.button-primary[type="submit"] {
    993     width: 60%;
    9941003    height: 50px;
    995     padding: 24px 0;
     1004    padding: 24px 12px;
    9961005    line-height: 0;
    9971006    background: #f0ad4e;
     
    13771386        background-color: #fff;
    13781387    }
     1388    .service-container {
     1389        grid-template-columns: unset;
     1390    }
    13791391}
    13801392
    13811393@media(min-width:320px) and (max-width:480px) {
     1394    .price-list-name-and-style-wrapper .col-md-8.pl-0 {
     1395        margin-top: 10px;
     1396    }
     1397}
     1398
     1399@media(min-width:481px) and (max-width:600px) {
     1400    .price-list-name-and-style-wrapper .col-md-8.pl-0 {
     1401        margin-top: 10px;
     1402    }
     1403}
     1404@media(min-width:320px) and (max-width:768px) {
    13821405    .bottom-save p.submit input.button.button-primary[type="submit"] {
    13831406        width: 100% !important
    13841407    }
    1385 }
    1386 
    1387 @media(min-width:481px) and (max-width:600px) {
    1388     .bottom-save p.submit input.button.button-primary[type="submit"] {
    1389         width: 100% !important
    1390     }
    1391 }
    1392 @media(min-width:601px) and (max-width:768px) {
    1393     .bottom-save p.submit input.button.button-primary[type="submit"] {
    1394         width: 22% !important
    1395     }
    1396 }
     1408   
     1409    .spl-footer-wrapper {
     1410        flex-direction: column;
     1411        align-items: stretch;
     1412        gap: 15px;
     1413    }
     1414
     1415    .spl-button-backup button:nth-child(1) {
     1416        margin-right: 0;
     1417    }
     1418   
     1419    .save-button-wrapper {
     1420        order: 1;
     1421    }
     1422   
     1423    .navbar-bottom-links {
     1424        order: 2;
     1425        justify-content: left;
     1426        margin-bottom: 25px;
     1427    }
     1428
     1429    .price_wrapper .navbar-nav>li>a {
     1430        padding-left: 0;
     1431    }
     1432
     1433    .spl-footer-wrapper .navbar-nav {
     1434        margin: unset;
     1435    }
     1436   
     1437    .spl-button-backup {
     1438        order: 3;
     1439        display: flex;
     1440        flex-direction: column;
     1441        gap: 10px;
     1442    }
     1443   
     1444    /* Footer sections stacking for mobile and tablet */
     1445    .spl-footer {
     1446        flex-direction: column;
     1447        align-items: center;
     1448        gap: 30px;
     1449        padding: 30px 20px;
     1450    }
     1451   
     1452    .spl-footer-left,
     1453    .spl-footer-center,
     1454    .spl-footer-right {
     1455        flex: none;
     1456        width: 100%;
     1457        text-align: center;
     1458    }
     1459   
     1460    .spl-footer-right {
     1461        justify-content: center;
     1462    }
     1463   
     1464    .spl-plugin-info {
     1465        text-align: center;
     1466    }
     1467   
     1468    .spl-footer-plugin-logos-container {
     1469        justify-content: center;
     1470    }
     1471    .spl-header-wrapper-v2 {
     1472        display: flex;
     1473        flex-wrap: wrap;
     1474        justify-content: flex-end;
     1475        padding: 10px 0 10px 15px;
     1476    }
     1477    .spl-header-wrapper-v2 > div {
     1478        margin-bottom: 10px;
     1479        flex-wrap: wrap;
     1480    }
     1481    .price_wrapper .container-fluid .form-control {
     1482        width: unset;
     1483    }
     1484}
     1485@media(min-width:320px) and (max-width:1024px) {
     1486    .spl-header-logo-editing-page {
     1487        display: none;
     1488    }
     1489    .spl-container-header-alt {
     1490        display: block;
     1491        margin-top: 10px;
     1492    }
     1493}
  • stylish-price-list/trunk/assets/css/frontend-style.css

    r3327519 r3382089  
    8585.stylish-upload-btn {
    8686    float: right !important;
     87}
     88.spl-style8-img-container {
     89    display: flex;
     90}
     91.spl-style8-img-container img {
     92    flex-shrink: 0;
    8793}
    8894@media only screen and (min-width:1024px) {
  • stylish-price-list/trunk/changelog.txt

    r3352830 r3382089  
     1= 7.2.2 - 2025-10-21
     2* [Price List Editor] Fix tablet view of the price list editor
     3* [Price List Editor] Enhance mobile responsiveness and update footer layout
     4* [Price List Editor] Add header with license status for tablet/mobile view and adjust CSS for responsive design
     5* [Price List Editor] Remove redundant CSS for submit button in mobile view
     6* [Price List Editor] Remove commented-out code in price list form
     7* Fixed Style 6 images shrinking in some pages
     8
    19= 7.2.1 - 2025-08-29
    210* Fixed style one button hover color settings not being applied
  • stylish-price-list/trunk/readme.txt

    r3352830 r3382089  
    44Tags: qr code menu, pricing table, restaurant menu, table builder, price list builder
    55Plugin URL: https://stylishpricelist.com
    6 Version: 7.2.1
     6Version: 7.2.2
    77Donate link: https://stylishpricelist.com
    88Requires at least: 4.0
    99Tested up to: 6.8.2
    1010Requires PHP: 5.6
    11 Stable tag: 7.2.1
     11Stable tag: 7.2.2
    1212License: GPLv2 or later
    1313License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • stylish-price-list/trunk/stylish-price-list.php

    r3352830 r3382089  
    77        Plugin URI:  https://stylishpricelist.com/
    88        Description: Build a stylish price list for your business
    9         Version:     7.2.1
     9        Version:     7.2.2
    1010        Author:      Designful
    1111        Author URI:  https://stylishpricelist.com/
     
    1515        Text Domain: spl
    1616    */
    17         define( 'STYLISH_PRICE_LIST_VERSION', '7.2.1' );
     17        define( 'STYLISH_PRICE_LIST_VERSION', '7.2.2' );
    1818        define( 'STYLISH_PRICE_LIST_BETA', false );
    1919        define( 'SPL_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.