Changeset 2943255
- Timestamp:
- 07/25/2023 08:01:56 PM (3 years ago)
- Location:
- logo-slider-wp/trunk
- Files:
-
- 3 edited
-
logo-slider-wp.php (modified) (2 diffs)
-
public/partials/dynamic-style/general-style.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
logo-slider-wp/trunk/logo-slider-wp.php
r2929283 r2943255 11 11 * Plugin URI: https://logichunt.com/product/wordpress-logo-slider/ 12 12 * Description: Ultimate & Most Popular Responsive Logo Showcase Slider. Display Unlimited Client, Supporter, Partner, Sponsor, or Brand Logo with Infinite Slides Loop. 13 * Version: 3.9. 113 * Version: 3.9.2 14 14 * Author: LogicHunt Inc. 15 15 * Author URI: http://logichunt.com … … 28 28 29 29 //plugin definition specific constants 30 defined( 'LGX_LS_PLUGIN_VERSION' ) or define( 'LGX_LS_PLUGIN_VERSION', '3.9. 1' );30 defined( 'LGX_LS_PLUGIN_VERSION' ) or define( 'LGX_LS_PLUGIN_VERSION', '3.9.2' ); 31 31 defined( 'LGX_LS_WP_PLUGIN' ) or define( 'LGX_LS_WP_PLUGIN', 'logo-slider-wp' ); 32 32 defined( 'LGX_LS_PLUGIN_BASE' ) or define( 'LGX_LS_PLUGIN_BASE', plugin_basename( __FILE__ ) ); -
logo-slider-wp/trunk/public/partials/dynamic-style/general-style.php
r2775074 r2943255 140 140 margin-bottom: '. $lgx_shortcodes_meta['lgx_item_bottom_margin_desc'].'; 141 141 }'; 142 $lgx_lsw_dynamic_style_general .= '#lgx_logo_slider_app_'. $lgx_app_id.' .lgx_app_item .lgx_app_item_figure {142 $lgx_lsw_dynamic_style_general .= '#lgx_logo_slider_app_'. $lgx_app_id.' .lgx_app_item .lgx_app_item_figure .lgx_app_item_img { 143 143 '. (('yes' == $lgx_img_border_color_en) ? 'border: '.$lgx_img_border_width.' solid '.$lgx_img_border_color.';' : '').' 144 144 '. (('yes' == $lgx_img_border_color_en) ? 'border-radius:'.$lgx_img_border_radius.';' : '').' 145 145 }'; 146 $lgx_lsw_dynamic_style_general .= '#lgx_logo_slider_app_'. $lgx_app_id.' .lgx_app_item .lgx_app_item_inner:hover .lgx_app_item_figure {146 $lgx_lsw_dynamic_style_general .= '#lgx_logo_slider_app_'. $lgx_app_id.' .lgx_app_item .lgx_app_item_inner:hover .lgx_app_item_figure .lgx_app_item_img{ 147 147 transition: background-color 0.5s ease; 148 148 '. (('yes' == $lgx_img_border_color_en) ? 'border: '.$lgx_img_border_width.' solid '.$lgx_img_border_color_hover.';' : '').' -
logo-slider-wp/trunk/readme.txt
r2929283 r2943255 5 5 Requires at least: 4.3 6 6 Tested up to: 6.2 7 Stable tag: 3.9. 17 Stable tag: 3.9.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 200 200 == Changelog == 201 201 202 = 3.9.2 = 203 * The image border and radius issue has been fixed. 204 205 202 206 = 3.9.0 = 203 207 * Optimize code
Note: See TracChangeset
for help on using the changeset viewer.