Plugin Directory

Changeset 2814238


Ignore:
Timestamp:
11/08/2022 11:50:31 AM (3 years ago)
Author:
nucleusgenius
Message:

version 2.1

Location:
quasar-variable-attributes
Files:
81 added
3 edited

Legend:

Unmodified
Added
Removed
  • quasar-variable-attributes/trunk/admin.php

    r2813478 r2814238  
    1010        <div class='swap-logo-header-q'>
    1111            <div class='logo-header-q'>
    12                 <div class='version-q-form'><span class='name-plugin-q'>Quasar Variable Attributes</span> <?php esc_html_e('Version','quasar-attr-variable');?> <span>2.0</span></div>
     12                <div class='version-q-form'><span class='name-plugin-q'>Quasar Variable Attributes</span> <?php esc_html_e('Version','quasar-attr-variable');?> <span>2.1</span></div>
    1313            </div>
    1414        </div>
  • quasar-variable-attributes/trunk/quasar-variable-attributes-main.php

    r2813478 r2814238  
    44Plugin URI: https://quasar-variable-attributes.quasar-form.com
    55Description: Make the choice of options in your variable products beautiful and convenient
    6 Version: 2.0
     6Version: 2.1
    77Author: nucleus_genius
    88
     
    1010
    1111//v
    12 define( 'quasar_variable_free_attributes_version', '2.0' );
     12define( 'quasar_variable_free_attributes_version', '2.1' );
    1313define( 'quasar_variable_free_attributes_url', plugins_url( '/', __FILE__ ) );
    1414
     
    10751075    global  $quasar_attr_array_setting;
    10761076    if ( $quasar_attr_array_setting['setting']['setting']['show-acrhive'] == 'yes' ){
    1077         echo '<style>ul .product-type-variable .price:not(.price-attr-q) {display:none!important; }</style>';
     1077        echo '<style>ul .product-type-variable .price:not(.price-attr-q) {display:none!important; } ul .product-type-variable .add_to_cart_button:not(.button-add-to-cart-q) {display:none!important; } </style>';
    10781078    }
    10791079}
  • quasar-variable-attributes/trunk/readme.txt

    r2813478 r2814238  
    55Requires at least: 4.8
    66Tested up to: 6.1
    7 Stable tag: 2.0
     7Stable tag: 2.1
    88Requires PHP: 5.6
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.