Changeset 3382089
- Timestamp:
- 10/21/2025 05:21:12 PM (4 months ago)
- Location:
- stylish-price-list
- Files:
-
- 14 edited
- 1 copied
-
tags/7.2.2 (copied) (copied from stylish-price-list/trunk)
-
tags/7.2.2/admin/tabs/views/tabs-form/logo-header.php (modified) (1 diff)
-
tags/7.2.2/admin/tabs/views/tabs-form/pricelist-form.php (modified) (8 diffs)
-
tags/7.2.2/assets/css/admin-style.css (modified) (6 diffs)
-
tags/7.2.2/assets/css/frontend-style.css (modified) (1 diff)
-
tags/7.2.2/changelog.txt (modified) (1 diff)
-
tags/7.2.2/readme.txt (modified) (1 diff)
-
tags/7.2.2/stylish-price-list.php (modified) (2 diffs)
-
trunk/admin/tabs/views/tabs-form/logo-header.php (modified) (1 diff)
-
trunk/admin/tabs/views/tabs-form/pricelist-form.php (modified) (8 diffs)
-
trunk/assets/css/admin-style.css (modified) (6 diffs)
-
trunk/assets/css/frontend-style.css (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/stylish-price-list.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stylish-price-list/tags/7.2.2/admin/tabs/views/tabs-form/logo-header.php
r3352830 r3382089 39 39 .spl_plug_ver{ 40 40 position: relative; 41 top: -6px;41 vertical-align: super; 42 42 font-weight: 700; 43 43 font-size: 16px; -
stylish-price-list/tags/7.2.2/admin/tabs/views/tabs-form/pricelist-form.php
r3352830 r3382089 988 988 <div class="form-save-and-restore"> 989 989 <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"> 996 992 <a href="https://stylishpricelist.com/" class="spl-header"> 997 993 <img src="<?php echo SPL_URL . '/assets/images/Stylish-Price-List-Logo-418x134.png'; ?>" class="img-responsive1" alt="Image" style="max-height: 40px;"> … … 1009 1005 <?php } ?> 1010 1006 </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> 1012 1028 1013 1029 <div class="price-list-name-and-style-wrapper d-flex align-items-center"> … … 1050 1066 </div> 1051 1067 </div> 1068 <!-- </span> --> 1052 1069 <ul class="settings-actions-wrapper d-flex align-items-center"> 1053 1070 <li style="margin-right:10px;"> … … 2261 2278 <input type="hidden" name="spl_nonce" value="<?php echo wp_create_nonce( 'spl_nonce' ); ?>"> 2262 2279 <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"> 2265 2282 <div class="bottom-save spl_btn_primary "><!----Start of Save Button (Bottom) ----> 2266 2283 <?php submit_button( __( $Save, 'spl' ), 'primary', 'submit_tabs' ); ?> … … 2273 2290 $AddClass = ''; 2274 2291 ?> 2275 <div class=" col-md-8navbar-bottom-links">2292 <div class="navbar-bottom-links"> 2276 2293 <ul class="nav navbar-nav"> 2277 2294 <li><a href="https://stylishcostcalculator.com" target="_blank" id="myBtnSupport">STYLISH COST CALCULATOR</a></li> … … 2282 2299 </ul> 2283 2300 </div> 2284 <div class=" col-md-2spl-button-backup">2301 <div class="spl-button-backup"> 2285 2302 <button id="splButtom" type="button" name="backup" value="" 2286 2303 data-action="<?php echo esc_url( admin_url( 'admin-post.php' ) . '?action=spl_generate_backup' ); ?>" … … 2291 2308 <?php if ( $id == '' || $id != '' ) { 2292 2309 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;"> 2294 2311 <img src="<?php echo SPL_URL . '/assets/images/ICON22.svg'; ?>" aria-hidden="true" style="font-size:20px;vertical-align:middle;"> 2295 2312 <?php echo esc_attr($Restore); ?> … … 2308 2325 <?php if ( $id == '' || $id != '' ) { 2309 2326 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;"> 2311 2328 <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 --> 2312 2329 <?php echo esc_attr($Restore); ?> -
stylish-price-list/tags/7.2.2/assets/css/admin-style.css
r3307244 r3382089 65 65 padding: 0; 66 66 } 67 .preview-docked-bottom .show_hide_shortcode, 68 .preview-docked-bottom .df-spl-edit-nav { 67 .preview-docked-bottom .show_hide_shortcode { 69 68 height:103px; 70 69 } … … 186 185 border-radius: 5px; 187 186 padding: 10px 35px; 187 } 188 189 .spl-container-header-alt { 190 display: none; 188 191 } 189 192 … … 244 247 245 248 .spl-header-wrapper-v2 { 249 display: flex; 250 justify-content: space-between; 246 251 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; 247 259 } 248 260 … … 860 872 text-shadow: unset; 861 873 } 862 .spl-button-backup { 863 display: contents; 864 } 874 865 875 .spl-button-backup button:nth-child(1) { 866 876 margin-right: 40px; … … 991 1001 } 992 1002 .bottom-save p.submit .button.button-primary[type="submit"] { 993 width: 60%;994 1003 height: 50px; 995 padding: 24px 0;1004 padding: 24px 12px; 996 1005 line-height: 0; 997 1006 background: #f0ad4e; … … 1377 1386 background-color: #fff; 1378 1387 } 1388 .service-container { 1389 grid-template-columns: unset; 1390 } 1379 1391 } 1380 1392 1381 1393 @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) { 1382 1405 .bottom-save p.submit input.button.button-primary[type="submit"] { 1383 1406 width: 100% !important 1384 1407 } 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 85 85 .stylish-upload-btn { 86 86 float: right !important; 87 } 88 .spl-style8-img-container { 89 display: flex; 90 } 91 .spl-style8-img-container img { 92 flex-shrink: 0; 87 93 } 88 94 @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 1 9 = 7.2.1 - 2025-08-29 2 10 * Fixed style one button hover color settings not being applied -
stylish-price-list/tags/7.2.2/readme.txt
r3352830 r3382089 4 4 Tags: qr code menu, pricing table, restaurant menu, table builder, price list builder 5 5 Plugin URL: https://stylishpricelist.com 6 Version: 7.2. 16 Version: 7.2.2 7 7 Donate link: https://stylishpricelist.com 8 8 Requires at least: 4.0 9 9 Tested up to: 6.8.2 10 10 Requires PHP: 5.6 11 Stable tag: 7.2. 111 Stable tag: 7.2.2 12 12 License: GPLv2 or later 13 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
stylish-price-list/tags/7.2.2/stylish-price-list.php
r3352830 r3382089 7 7 Plugin URI: https://stylishpricelist.com/ 8 8 Description: Build a stylish price list for your business 9 Version: 7.2. 19 Version: 7.2.2 10 10 Author: Designful 11 11 Author URI: https://stylishpricelist.com/ … … 15 15 Text Domain: spl 16 16 */ 17 define( 'STYLISH_PRICE_LIST_VERSION', '7.2. 1' );17 define( 'STYLISH_PRICE_LIST_VERSION', '7.2.2' ); 18 18 define( 'STYLISH_PRICE_LIST_BETA', false ); 19 19 define( 'SPL_URL', plugin_dir_url( __FILE__ ) ); -
stylish-price-list/trunk/admin/tabs/views/tabs-form/logo-header.php
r3352830 r3382089 39 39 .spl_plug_ver{ 40 40 position: relative; 41 top: -6px;41 vertical-align: super; 42 42 font-weight: 700; 43 43 font-size: 16px; -
stylish-price-list/trunk/admin/tabs/views/tabs-form/pricelist-form.php
r3352830 r3382089 988 988 <div class="form-save-and-restore"> 989 989 <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"> 996 992 <a href="https://stylishpricelist.com/" class="spl-header"> 997 993 <img src="<?php echo SPL_URL . '/assets/images/Stylish-Price-List-Logo-418x134.png'; ?>" class="img-responsive1" alt="Image" style="max-height: 40px;"> … … 1009 1005 <?php } ?> 1010 1006 </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> 1012 1028 1013 1029 <div class="price-list-name-and-style-wrapper d-flex align-items-center"> … … 1050 1066 </div> 1051 1067 </div> 1068 <!-- </span> --> 1052 1069 <ul class="settings-actions-wrapper d-flex align-items-center"> 1053 1070 <li style="margin-right:10px;"> … … 2261 2278 <input type="hidden" name="spl_nonce" value="<?php echo wp_create_nonce( 'spl_nonce' ); ?>"> 2262 2279 <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"> 2265 2282 <div class="bottom-save spl_btn_primary "><!----Start of Save Button (Bottom) ----> 2266 2283 <?php submit_button( __( $Save, 'spl' ), 'primary', 'submit_tabs' ); ?> … … 2273 2290 $AddClass = ''; 2274 2291 ?> 2275 <div class=" col-md-8navbar-bottom-links">2292 <div class="navbar-bottom-links"> 2276 2293 <ul class="nav navbar-nav"> 2277 2294 <li><a href="https://stylishcostcalculator.com" target="_blank" id="myBtnSupport">STYLISH COST CALCULATOR</a></li> … … 2282 2299 </ul> 2283 2300 </div> 2284 <div class=" col-md-2spl-button-backup">2301 <div class="spl-button-backup"> 2285 2302 <button id="splButtom" type="button" name="backup" value="" 2286 2303 data-action="<?php echo esc_url( admin_url( 'admin-post.php' ) . '?action=spl_generate_backup' ); ?>" … … 2291 2308 <?php if ( $id == '' || $id != '' ) { 2292 2309 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;"> 2294 2311 <img src="<?php echo SPL_URL . '/assets/images/ICON22.svg'; ?>" aria-hidden="true" style="font-size:20px;vertical-align:middle;"> 2295 2312 <?php echo esc_attr($Restore); ?> … … 2308 2325 <?php if ( $id == '' || $id != '' ) { 2309 2326 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;"> 2311 2328 <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 --> 2312 2329 <?php echo esc_attr($Restore); ?> -
stylish-price-list/trunk/assets/css/admin-style.css
r3307244 r3382089 65 65 padding: 0; 66 66 } 67 .preview-docked-bottom .show_hide_shortcode, 68 .preview-docked-bottom .df-spl-edit-nav { 67 .preview-docked-bottom .show_hide_shortcode { 69 68 height:103px; 70 69 } … … 186 185 border-radius: 5px; 187 186 padding: 10px 35px; 187 } 188 189 .spl-container-header-alt { 190 display: none; 188 191 } 189 192 … … 244 247 245 248 .spl-header-wrapper-v2 { 249 display: flex; 250 justify-content: space-between; 246 251 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; 247 259 } 248 260 … … 860 872 text-shadow: unset; 861 873 } 862 .spl-button-backup { 863 display: contents; 864 } 874 865 875 .spl-button-backup button:nth-child(1) { 866 876 margin-right: 40px; … … 991 1001 } 992 1002 .bottom-save p.submit .button.button-primary[type="submit"] { 993 width: 60%;994 1003 height: 50px; 995 padding: 24px 0;1004 padding: 24px 12px; 996 1005 line-height: 0; 997 1006 background: #f0ad4e; … … 1377 1386 background-color: #fff; 1378 1387 } 1388 .service-container { 1389 grid-template-columns: unset; 1390 } 1379 1391 } 1380 1392 1381 1393 @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) { 1382 1405 .bottom-save p.submit input.button.button-primary[type="submit"] { 1383 1406 width: 100% !important 1384 1407 } 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 85 85 .stylish-upload-btn { 86 86 float: right !important; 87 } 88 .spl-style8-img-container { 89 display: flex; 90 } 91 .spl-style8-img-container img { 92 flex-shrink: 0; 87 93 } 88 94 @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 1 9 = 7.2.1 - 2025-08-29 2 10 * Fixed style one button hover color settings not being applied -
stylish-price-list/trunk/readme.txt
r3352830 r3382089 4 4 Tags: qr code menu, pricing table, restaurant menu, table builder, price list builder 5 5 Plugin URL: https://stylishpricelist.com 6 Version: 7.2. 16 Version: 7.2.2 7 7 Donate link: https://stylishpricelist.com 8 8 Requires at least: 4.0 9 9 Tested up to: 6.8.2 10 10 Requires PHP: 5.6 11 Stable tag: 7.2. 111 Stable tag: 7.2.2 12 12 License: GPLv2 or later 13 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
stylish-price-list/trunk/stylish-price-list.php
r3352830 r3382089 7 7 Plugin URI: https://stylishpricelist.com/ 8 8 Description: Build a stylish price list for your business 9 Version: 7.2. 19 Version: 7.2.2 10 10 Author: Designful 11 11 Author URI: https://stylishpricelist.com/ … … 15 15 Text Domain: spl 16 16 */ 17 define( 'STYLISH_PRICE_LIST_VERSION', '7.2. 1' );17 define( 'STYLISH_PRICE_LIST_VERSION', '7.2.2' ); 18 18 define( 'STYLISH_PRICE_LIST_BETA', false ); 19 19 define( 'SPL_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.