Plugin Directory

Changeset 2396500


Ignore:
Timestamp:
10/09/2020 07:58:29 AM (5 years ago)
Author:
uniquelylost
Message:

v1.1.1

Location:
conversions-extensions/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • conversions-extensions/trunk/conversions-extensions.php

    r2392685 r2396500  
    33 * Plugin Name: Conversions Extensions
    44 * Description: Adds homepage sections and other extensions to Conversions WordPress theme.
    5  * Version: 1.1.0
     5 * Version: 1.1.1
    66 * Author: uniquelylost
    77 * Author URI: https://conversionswp.com
  • conversions-extensions/trunk/homepage/class-homepage-sorting-customizer-control.php

    r2323725 r2396500  
    2929                $class .= 'disabled';
    3030            ?>
    31             <label>
    32                 <li id="<?php echo esc_attr( $section ); ?>" class="<?php echo esc_attr( $class ); ?>"><span class="visibility"></span><?php echo esc_attr( $data->title ); ?></li>
    33             </label>
     31            <li id="<?php echo esc_attr( $section ); ?>" class="<?php echo esc_attr( $class ); ?>">
     32                <label>
     33                    <span class="visibility"></span><?php echo esc_attr( $data->title ); ?>
     34                </label>
     35            </li>
    3436            <?php
    3537        }
  • conversions-extensions/trunk/readme.txt

    r2392685 r2396500  
    11=== Conversions Extensions ===
    22Contributors: uniquelylost
    3 Stable tag: 1.1.0
     3Stable tag: 1.1.1
    44Tags: theme, extensions, homepage, social, nav
    55Tested up to: 5.5.1
     
    2020
    2121* Homepage sections
    22     * Blank
     22    * Homepage Sorting
    2323    * Clients
    2424    * Counter
     
    2828    * Icon features
    2929    * Image features
     30    * Single feature
    3031    * News
    3132    * Pricing
     
    3435    * Text
    3536    * WooCommerce
     37    * HTML or Shortcode
    3638
    3739* Navbar variants
     
    144146* Fix: Correct some customizer controls capabilities.
    145147* Fix: Prevent FAQ styles from leaking to other Bootstrap collapse elements.
     148
     149= 1.1.1 =
     150* Fix: Change homepage sorting drag and drop HTML structure.
Note: See TracChangeset for help on using the changeset viewer.