Premium Portfolio Features for Phlox theme - Version 2.2.9

Version Description

Download this release

Release Info

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

Code changes from version 2.2.8 to 2.2.9

README.txt CHANGED
@@ -7,7 +7,7 @@ Tags: phlox, gallery, elementor, siteorigin, portfolio, averta, auxin, fullwidth
7
  Requires PHP: 5.6
8
  Requires at least: 4.6
9
  Tested up to: 6.0.0
10
- Stable tag: 2.2.8
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
7
  Requires PHP: 5.6
8
  Requires at least: 4.6
9
  Tested up to: 6.0.0
10
+ Stable tag: 2.2.9
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
admin/includes/admin-ajax.php CHANGED
@@ -17,9 +17,16 @@ function auxin_recent_portfolios_ajax_handler() {
17
  }
18
 
19
  $args = $_POST['args'];
 
 
 
 
 
 
 
20
 
21
  if ( isset( $_POST['term'] ) ){
22
- $args['term'] = $_POST['term'];
23
  }
24
 
25
  $args['skip_wrappers'] = true;
17
  }
18
 
19
  $args = $_POST['args'];
20
+ if ( is_array( $args ) ) {
21
+ foreach( $args as $key => $value ) {
22
+ $args[ $key ] = sanitize_text_field( $value );
23
+ }
24
+ } else {
25
+ $args = sanitize_text_field( $_GET['post_types'] );
26
+ }
27
 
28
  if ( isset( $_POST['term'] ) ){
29
+ $args['term'] = sanitize_text_field( $_POST['term'] );
30
  }
31
 
32
  $args['skip_wrappers'] = true;
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: 2.2.8
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: 2.2.9
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' , '2.2.8' );
19
 
20
  define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
21
 
15
 
16
 
17
 
18
+ define( 'AUXPFO_VERSION' , '2.2.9' );
19
 
20
  define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
21
 
languages/auxin-portfolio-fa_IR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Phlox Portfolio\n"
4
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
5
- "POT-Creation-Date: 2022-05-31 08:19:38+00:00\n"
6
  "PO-Revision-Date: 2017-12-20 13:38+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
2
  msgstr ""
3
  "Project-Id-Version: Phlox Portfolio\n"
4
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
5
+ "POT-Creation-Date: 2022-06-12 11:31:12+00:00\n"
6
  "PO-Revision-Date: 2017-12-20 13:38+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
languages/auxin-portfolio.pot CHANGED
@@ -1,9 +1,9 @@
1
  # Averta Copyright (c) {2022}
2
  msgid ""
3
  msgstr ""
4
- "Project-Id-Version: Phlox Portfolio 2.2.8\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
- "POT-Creation-Date: 2022-05-31 08:19:38+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) {2022}
2
  msgid ""
3
  msgstr ""
4
+ "Project-Id-Version: Phlox Portfolio 2.2.9\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
+ "POT-Creation-Date: 2022-06-12 11:31:12+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
- /*! 2.2.8
2
  * All required plugins
3
  * http://averta.net/phlox/
4
  */
1
+ /*! 2.2.9
2
  * All required plugins
3
  * http://averta.net/phlox/
4
  */