Changeset 2396500
- Timestamp:
- 10/09/2020 07:58:29 AM (5 years ago)
- Location:
- conversions-extensions/trunk
- Files:
-
- 3 edited
-
conversions-extensions.php (modified) (1 diff)
-
homepage/class-homepage-sorting-customizer-control.php (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
conversions-extensions/trunk/conversions-extensions.php
r2392685 r2396500 3 3 * Plugin Name: Conversions Extensions 4 4 * Description: Adds homepage sections and other extensions to Conversions WordPress theme. 5 * Version: 1.1. 05 * Version: 1.1.1 6 6 * Author: uniquelylost 7 7 * Author URI: https://conversionswp.com -
conversions-extensions/trunk/homepage/class-homepage-sorting-customizer-control.php
r2323725 r2396500 29 29 $class .= 'disabled'; 30 30 ?> 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> 34 36 <?php 35 37 } -
conversions-extensions/trunk/readme.txt
r2392685 r2396500 1 1 === Conversions Extensions === 2 2 Contributors: uniquelylost 3 Stable tag: 1.1. 03 Stable tag: 1.1.1 4 4 Tags: theme, extensions, homepage, social, nav 5 5 Tested up to: 5.5.1 … … 20 20 21 21 * Homepage sections 22 * Blank22 * Homepage Sorting 23 23 * Clients 24 24 * Counter … … 28 28 * Icon features 29 29 * Image features 30 * Single feature 30 31 * News 31 32 * Pricing … … 34 35 * Text 35 36 * WooCommerce 37 * HTML or Shortcode 36 38 37 39 * Navbar variants … … 144 146 * Fix: Correct some customizer controls capabilities. 145 147 * 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.