Premium Portfolio Features for Phlox theme - Version 1.9.8

Version Description

Download this release

Release Info

Developer averta
Plugin Icon 128x128 Premium Portfolio Features for Phlox theme
Version 1.9.8
Comparing to
See all releases

Code changes from version 1.9.6 to 1.9.8

README.txt CHANGED
@@ -6,8 +6,8 @@ License URI: http://www.gnu.org/licenses/gpl.html
6
  Tags: phlox, gallery, elementor, siteorigin, portfolio, averta, auxin, fullwidth, masonry, timeline, projects, showcase, minimal, wix, flat
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
- Tested up to: 5.4.4
10
- Stable tag: 1.9.6
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
6
  Tags: phlox, gallery, elementor, siteorigin, portfolio, averta, auxin, fullwidth, masonry, timeline, projects, showcase, minimal, wix, flat
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
+ Tested up to: 5.4.2
10
+ Stable tag: 1.9.8
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
auxin-portfolio.php CHANGED
@@ -12,7 +12,7 @@
12
  * Plugin Name: Phlox Portfolio
13
  * Plugin URI: http://phlox.pro/
14
  * Description: Showcase your projects beautifully in Phlox theme
15
- * Version: 1.9.6
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * License: GPL2
12
  * Plugin Name: Phlox Portfolio
13
  * Plugin URI: http://phlox.pro/
14
  * Description: Showcase your projects beautifully in Phlox theme
15
+ * Version: 1.9.8
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * License: GPL2
includes/define.php CHANGED
@@ -15,7 +15,7 @@ if( ! defined( 'THEME_NAME' ) ){
15
 
16
 
17
 
18
- define( 'AUXPFO_VERSION' , '1.9.6' );
19
 
20
  define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
21
 
15
 
16
 
17
 
18
+ define( 'AUXPFO_VERSION' , '1.9.8' );
19
 
20
  define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
21
 
includes/elements/recent-portfolios-grid-carousel.php CHANGED
@@ -268,7 +268,7 @@ function auxin_widget_recent_portfolios_grid_carousel_callback( $atts, $shortcod
268
  <span class="aux-text-arrow"> <?php echo esc_html( $carousel_navigation_control_text_prev ) ;?> </span>
269
  </div>
270
  </div> <?php
271
- } else if ( 'bullets' != $carousel_navigation_control ) {
272
  if ( 'boxed' === $carousel_nav_control_skin ) :?>
273
  <div class="aux-carousel-controls">
274
  <div class="aux-next-arrow aux-arrow-nav aux-outline aux-hover-fill">
268
  <span class="aux-text-arrow"> <?php echo esc_html( $carousel_navigation_control_text_prev ) ;?> </span>
269
  </div>
270
  </div> <?php
271
+ } else if ( 'arrows' === $carousel_navigation_control ) {
272
  if ( 'boxed' === $carousel_nav_control_skin ) :?>
273
  <div class="aux-carousel-controls">
274
  <div class="aux-next-arrow aux-arrow-nav aux-outline aux-hover-fill">
includes/general-hooks.php CHANGED
@@ -3558,6 +3558,7 @@ function auxpfo_single_portfolio_related_items( $post ){
3558
  'preview_mode' => $preview_mode,
3559
  'extra_classes' => auxin_is_true( $do_align_center ) ? 'aux-text-align-center': '',
3560
  'display_categories' => $display_categories,
 
3561
  'container_start_tag' => '<div class="aux-container aux-related-container aux-fold">',
3562
  );
3563
  echo auxpfo_get_portfolio_related_posts( $defaults );
3558
  'preview_mode' => $preview_mode,
3559
  'extra_classes' => auxin_is_true( $do_align_center ) ? 'aux-text-align-center': '',
3560
  'display_categories' => $display_categories,
3561
+ 'exclude' => $post->ID,
3562
  'container_start_tag' => '<div class="aux-container aux-related-container aux-fold">',
3563
  );
3564
  echo auxpfo_get_portfolio_related_posts( $defaults );
languages/auxin-portfolio.pot CHANGED
@@ -1,9 +1,9 @@
1
  # Averta Copyright (c) {2020}
2
  msgid ""
3
  msgstr ""
4
- "Project-Id-Version: Phlox Portfolio 1.9.6\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
- "POT-Creation-Date: 2020-05-03 16:04:54+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
1
  # Averta Copyright (c) {2020}
2
  msgid ""
3
  msgstr ""
4
+ "Project-Id-Version: Phlox Portfolio 1.9.8\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
+ "POT-Creation-Date: 2020-05-21 08:44:28+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
public/assets/js/portfolio.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! 1.9.6
2
  * All required plugins
3
  * http://averta.net/phlox/
4
  */
1
+ /*! 1.9.8
2
  * All required plugins
3
  * http://averta.net/phlox/
4
  */
public/templates/elements/recent-portfolio.php CHANGED
@@ -336,9 +336,7 @@ function auxin_recent_portfolio( $args= array() ) {
336
  if ( $show_filters && ! auxin_is_true( $use_ajax ) ) {
337
  $filters = wp_get_post_terms( $post->ID, $filter_by );
338
  foreach ( $filters as $filter ) {
339
- if ( strpos( $filter->slug, '%' ) ) {
340
- $filter->slug = str_replace( '%', '-', $filter->slug );
341
- }
342
  $item_classes .= ' '. $filter->slug;
343
  }
344
  }
336
  if ( $show_filters && ! auxin_is_true( $use_ajax ) ) {
337
  $filters = wp_get_post_terms( $post->ID, $filter_by );
338
  foreach ( $filters as $filter ) {
339
+ $filter->slug = str_replace( '%', '-', $filter->slug );
 
 
340
  $item_classes .= ' '. $filter->slug;
341
  }
342
  }