Shortcodes and extra features for Phlox theme - Version 2.4.13

Version Description

Download this release

Release Info

Developer averta
Plugin Icon 128x128 Shortcodes and extra features for Phlox theme
Version 2.4.13
Comparing to
See all releases

Code changes from version 2.4.12 to 2.4.13

README.txt CHANGED
@@ -7,7 +7,7 @@ Tags: phlox, gallery, elementor, siteorigin, auxin, averta, auxin-elements, fram
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
  Tested up to: 5.2.2
10
- Stable tag: 2.4.12
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
  Tested up to: 5.2.2
10
+ Stable tag: 2.4.13
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
admin/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.4.12 (2019-11-04)
2
  * All required javascript plugins for admin
3
  * http://phlox.pro/
4
  * Place any jQuery/helper plugins in here, instead of separate, slower script files!
1
+ /*! Phlox Core Plugin - v2.4.13 (2019-12-02)
2
  * All required javascript plugins for admin
3
  * http://phlox.pro/
4
  * Place any jQuery/helper plugins in here, instead of separate, slower script files!
auxin-elements.php CHANGED
@@ -12,7 +12,7 @@
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
  * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
15
- * Version: 2.4.12
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
  * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
15
+ * Version: 2.4.13
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
includes/define.php CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
12
  }
13
 
14
 
15
- define( 'AUXELS_VERSION' , '2.4.12' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
12
  }
13
 
14
 
15
+ define( 'AUXELS_VERSION' , '2.4.13' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
includes/elements/recent-posts-grid-carousel.php CHANGED
@@ -1069,9 +1069,8 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
1069
  auxin_get_option( 'post_single_featured_color' );
1070
  }
1071
  if( false !== strpos( $grid_table_hover, 'bgimage' ) ){
1072
- $featured_image = auxin_get_the_attachment_url( $post, 'medium' );
1073
  }
1074
-
1075
  // if grid table hover effect was only bgcolor
1076
  if( 'bgcolor' == $grid_table_hover ){
1077
  $columns_custom_styles .= $featured_color ? "\n.$base_class .aux-grid-table-layout > .post-{$post->ID}:hover { background-color:$featured_color; }" : '';
1069
  auxin_get_option( 'post_single_featured_color' );
1070
  }
1071
  if( false !== strpos( $grid_table_hover, 'bgimage' ) ){
1072
+ $featured_image = auxin_get_the_attachment_url( $post, array( $column_media_width, $column_media_width ) );
1073
  }
 
1074
  // if grid table hover effect was only bgcolor
1075
  if( 'bgcolor' == $grid_table_hover ){
1076
  $columns_custom_styles .= $featured_color ? "\n.$base_class .aux-grid-table-layout > .post-{$post->ID}:hover { background-color:$featured_color; }" : '';
public/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.4.12 (2019-11-04)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */
1
+ /*! Phlox Core Plugin - v2.4.13 (2019-12-02)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */