Premium Portfolio Features for Phlox theme - Version 2.2.7

Version Description

Download this release

Release Info

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

Code changes from version 2.2.6 to 2.2.7

Files changed (31) hide show
  1. README.txt +5 -2
  2. admin/includes/admin-ajax.php +1 -1
  3. admin/includes/metaboxes/metabox-fields-portfolio-metadata.php +1 -1
  4. admin/includes/metaboxes/metabox-fields-portfolio-related.php +1 -1
  5. admin/includes/metaboxes/metabox-fields-portfolio.php +1 -1
  6. auxin-portfolio.php +3 -3
  7. includes/classes/class-auxpfo-post-type-portfolio.php +1 -1
  8. includes/classes/class-auxpfo-template-loader.php +1 -1
  9. includes/define.php +1 -1
  10. includes/elements/elementor/class-auxpfo-elementor-elements.php +1 -1
  11. includes/elements/elementor/dynamic-tags/portfolios-url.php +1 -1
  12. includes/elements/elementor/recent-portfolios-grid-carousel.php +1 -1
  13. includes/elements/elementor/recent-portfolios-grid.php +1 -1
  14. includes/elements/elementor/recent-portfolios-masonry.php +1 -1
  15. includes/elements/elementor/recent-portfolios-tile-carousel.php +1 -1
  16. includes/elements/elementor/recent-portfolios-tile.php +1 -1
  17. includes/elements/recent-portfolios-tile-carousel.php +1 -1
  18. includes/elements/recent-portfolios.php +1 -1
  19. includes/general-functions.php +1 -1
  20. includes/general-hooks.php +2 -21
  21. languages/auxin-portfolio-fa_IR.po +1 -1
  22. languages/auxin-portfolio.pot +4 -4
  23. public/assets/js/portfolio.js +1 -1
  24. public/class-auxpfo.php +1 -1
  25. public/includes/class-auxpfo-frontend-assets.php +1 -1
  26. public/templates/archive-portfolio.php +1 -1
  27. public/templates/single-portfolio.php +1 -1
  28. public/templates/taxonomy-portfolio-cat.php +1 -1
  29. public/templates/taxonomy-portfolio-filter.php +1 -1
  30. public/templates/taxonomy-portfolio-tag.php +1 -1
  31. uninstall.php +1 -1
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.6
8
  Requires at least: 4.6
9
- Tested up to: 5.8.2
10
- Stable tag: 2.2.6
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
@@ -136,6 +136,9 @@ Bugs can be reported in our [support forums](http://support.averta.net/en/item/p
136
 
137
  == Changelog ==
138
 
 
 
 
139
  = Version 2.2.0 / (28.06.2021) =
140
  - [Fix]: An issue with displaying sidebar on portfolio category page fixed.
141
 
6
  Tags: phlox, gallery, elementor, siteorigin, portfolio, averta, auxin, fullwidth, masonry, timeline, projects, showcase, minimal, wix, flat
7
  Requires PHP: 5.6
8
  Requires at least: 4.6
9
+ Tested up to: 5.9.3
10
+ Stable tag: 2.2.7
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
136
 
137
  == Changelog ==
138
 
139
+ = Version 2.2.7 / (24.04.2022) =
140
+ - [Fix]: Deprecated notices of new version of Elementor fixed.
141
+
142
  = Version 2.2.0 / (28.06.2021) =
143
  - [Fix]: An issue with displaying sidebar on portfolio category page fixed.
144
 
admin/includes/admin-ajax.php CHANGED
@@ -7,7 +7,7 @@
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2021 averta
11
  */
12
 
13
  function auxin_recent_portfolios_ajax_handler() {
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
+ * @copyright (c) 2010-2022 averta
11
  */
12
 
13
  function auxin_recent_portfolios_ajax_handler() {
admin/includes/metaboxes/metabox-fields-portfolio-metadata.php CHANGED
@@ -7,7 +7,7 @@
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2021 averta
11
  */
12
 
13
  function auxpfo_metabox_fields_portfolio_metadata(){
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
+ * @copyright (c) 2010-2022 averta
11
  */
12
 
13
  function auxpfo_metabox_fields_portfolio_metadata(){
admin/includes/metaboxes/metabox-fields-portfolio-related.php CHANGED
@@ -7,7 +7,7 @@
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2021 averta
11
  */
12
 
13
  function auxpfo_metabox_fields_portfolio_related_metadata(){
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
+ * @copyright (c) 2010-2022 averta
11
  */
12
 
13
  function auxpfo_metabox_fields_portfolio_related_metadata(){
admin/includes/metaboxes/metabox-fields-portfolio.php CHANGED
@@ -7,7 +7,7 @@
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2021 averta
11
  */
12
 
13
  // no direct access allowed
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
+ * @copyright (c) 2010-2022 averta
11
  */
12
 
13
  // no direct access allowed
auxin-portfolio.php CHANGED
@@ -7,19 +7,19 @@
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2021 averta
11
  *
12
  * Plugin Name: Phlox Portfolio
13
  * Plugin URI: http://phlox.pro/
14
  * Description: Showcase your projects beautifully in Phlox theme
15
- * Version: 2.2.6
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * License: GPL2
19
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
20
  * Text Domain: auxin-portfolio
21
  * Domain Path: /languages
22
- * Tested up to: 5.8.2
23
  */
24
 
25
  // If this file is called directly, abort.
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
+ * @copyright (c) 2010-2022 averta
11
  *
12
  * Plugin Name: Phlox Portfolio
13
  * Plugin URI: http://phlox.pro/
14
  * Description: Showcase your projects beautifully in Phlox theme
15
+ * Version: 2.2.7
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * License: GPL2
19
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
20
  * Text Domain: auxin-portfolio
21
  * Domain Path: /languages
22
+ * Tested up to: 5.9.3
23
  */
24
 
25
  // If this file is called directly, abort.
includes/classes/class-auxpfo-post-type-portfolio.php CHANGED
@@ -7,7 +7,7 @@
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2021 averta
11
  */
12
 
13
  // no direct access allowed
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
+ * @copyright (c) 2010-2022 averta
11
  */
12
 
13
  // no direct access allowed
includes/classes/class-auxpfo-template-loader.php CHANGED
@@ -7,7 +7,7 @@
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2021 averta
11
  */
12
 
13
  // no direct access allowed
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
+ * @copyright (c) 2010-2022 averta
11
  */
12
 
13
  // no direct access allowed
includes/define.php CHANGED
@@ -15,7 +15,7 @@ if( ! defined( 'THEME_NAME' ) ){
15
 
16
 
17
 
18
- define( 'AUXPFO_VERSION' , '2.2.6' );
19
 
20
  define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
21
 
15
 
16
 
17
 
18
+ define( 'AUXPFO_VERSION' , '2.2.7' );
19
 
20
  define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
21
 
includes/elements/elementor/class-auxpfo-elementor-elements.php CHANGED
@@ -11,7 +11,7 @@ namespace Auxin\Plugin\Portfolio\Elementor;
11
  * @license LICENSE.txt
12
  * @author averta
13
  * @link http://averta.net/phlox/
14
- * @copyright (c) 2010-2021 averta
15
  */
16
 
17
  if ( ! defined( 'ABSPATH' ) ) {
11
  * @license LICENSE.txt
12
  * @author averta
13
  * @link http://averta.net/phlox/
14
+ * @copyright (c) 2010-2022 averta
15
  */
16
 
17
  if ( ! defined( 'ABSPATH' ) ) {
includes/elements/elementor/dynamic-tags/portfolios-url.php CHANGED
@@ -50,7 +50,7 @@ class Auxin_Portfolios_Url extends Tag {
50
  return true;
51
  }
52
 
53
- protected function _register_controls() {
54
  $this->add_control(
55
  'key',
56
  [
50
  return true;
51
  }
52
 
53
+ protected function register_controls() {
54
  $this->add_control(
55
  'key',
56
  [
includes/elements/elementor/recent-portfolios-grid-carousel.php CHANGED
@@ -124,7 +124,7 @@ class Recent_Portfolios_Grid_Carousel extends Widget_Base {
124
  * @since 1.0.0
125
  * @access protected
126
  */
127
- protected function _register_controls() {
128
 
129
  /*-------------------------------------------------------------------*/
130
  /* Layout TAB
124
  * @since 1.0.0
125
  * @access protected
126
  */
127
+ protected function register_controls() {
128
 
129
  /*-------------------------------------------------------------------*/
130
  /* Layout TAB
includes/elements/elementor/recent-portfolios-grid.php CHANGED
@@ -124,7 +124,7 @@ class Recent_Portfolios_Grid extends Widget_Base {
124
  * @since 1.0.0
125
  * @access protected
126
  */
127
- protected function _register_controls() {
128
 
129
  /*-------------------------------------------------------------------*/
130
  /* Layout TAB
124
  * @since 1.0.0
125
  * @access protected
126
  */
127
+ protected function register_controls() {
128
 
129
  /*-------------------------------------------------------------------*/
130
  /* Layout TAB
includes/elements/elementor/recent-portfolios-masonry.php CHANGED
@@ -123,7 +123,7 @@ class Recent_Portfolios_Masonry extends Widget_Base {
123
  * @since 1.0.0
124
  * @access protected
125
  */
126
- protected function _register_controls() {
127
 
128
  /*-------------------------------------------------------------------*/
129
  /* Layout TAB
123
  * @since 1.0.0
124
  * @access protected
125
  */
126
+ protected function register_controls() {
127
 
128
  /*-------------------------------------------------------------------*/
129
  /* Layout TAB
includes/elements/elementor/recent-portfolios-tile-carousel.php CHANGED
@@ -123,7 +123,7 @@ class Recent_Portfolios_Tile_Carousel_Carousel extends Widget_Base {
123
  * @since 1.0.0
124
  * @access protected
125
  */
126
- protected function _register_controls() {
127
 
128
  /*-------------------------------------------------------------------*/
129
  /* Layout TAB
123
  * @since 1.0.0
124
  * @access protected
125
  */
126
+ protected function register_controls() {
127
 
128
  /*-------------------------------------------------------------------*/
129
  /* Layout TAB
includes/elements/elementor/recent-portfolios-tile.php CHANGED
@@ -124,7 +124,7 @@ class Recent_Portfolios_Tile extends Widget_Base {
124
  * @since 1.0.0
125
  * @access protected
126
  */
127
- protected function _register_controls() {
128
 
129
  /*-------------------------------------------------------------------*/
130
  /* Layout TAB
124
  * @since 1.0.0
125
  * @access protected
126
  */
127
+ protected function register_controls() {
128
 
129
  /*-------------------------------------------------------------------*/
130
  /* Layout TAB
includes/elements/recent-portfolios-tile-carousel.php CHANGED
@@ -7,7 +7,7 @@
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2021 averta
11
  */
12
 
13
  function auxin_get_recent_portfolios_tiles_carousel_master_array( $master_array ) {
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
+ * @copyright (c) 2010-2022 averta
11
  */
12
 
13
  function auxin_get_recent_portfolios_tiles_carousel_master_array( $master_array ) {
includes/elements/recent-portfolios.php CHANGED
@@ -7,7 +7,7 @@
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2021 averta
11
  */
12
 
13
  function auxin_get_recent_portfolios_master_array( $master_array ) {
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
+ * @copyright (c) 2010-2022 averta
11
  */
12
 
13
  function auxin_get_recent_portfolios_master_array( $master_array ) {
includes/general-functions.php CHANGED
@@ -6,7 +6,7 @@
6
  * @license LICENSE.txt
7
  * @author averta
8
  * @link http://averta.net/phlox/
9
- * @copyright (c) 2010-2021 averta
10
  */
11
 
12
 
6
  * @license LICENSE.txt
7
  * @author averta
8
  * @link http://averta.net/phlox/
9
+ * @copyright (c) 2010-2022 averta
10
  */
11
 
12
 
includes/general-hooks.php CHANGED
@@ -7,7 +7,7 @@
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2021 averta
11
  */
12
 
13
 
@@ -20,7 +20,7 @@
20
  * @license LICENSE.txt
21
  * @author averta
22
  * @link http://averta.net/phlox/
23
- * @copyright (c) 2010-2021 averta
24
  */
25
  function auxin_define_portfolio_theme_options( $fields_sections_list ){
26
 
@@ -3828,25 +3828,6 @@ function auxpfo_exclude_posts_without_media( $query ){
3828
  }
3829
  add_action('pre_get_posts','auxpfo_exclude_posts_without_media');
3830
 
3831
- /**
3832
- * Include portfolio post type in author archive page
3833
- *
3834
- * @param [type] $query
3835
- * @return void
3836
- */
3837
- function auxpfo_post_types_author_archives($query) {
3838
- if ($query->is_author) {
3839
- $post_types = $query->get('post_type');
3840
- if ( is_array( $post_types ) ) {
3841
- $post_types[] = 'portfolio';
3842
- } else {
3843
- $post_types = [ 'portfolio', 'post' ];
3844
- }
3845
- $query->set( 'post_type', $post_types );
3846
- }
3847
- }
3848
- add_action('pre_get_posts', 'auxpfo_post_types_author_archives');
3849
-
3850
  /**
3851
  * Add portfolio active post type
3852
  *
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
+ * @copyright (c) 2010-2022 averta
11
  */
12
 
13
 
20
  * @license LICENSE.txt
21
  * @author averta
22
  * @link http://averta.net/phlox/
23
+ * @copyright (c) 2010-2022 averta
24
  */
25
  function auxin_define_portfolio_theme_options( $fields_sections_list ){
26
 
3828
  }
3829
  add_action('pre_get_posts','auxpfo_exclude_posts_without_media');
3830
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3831
  /**
3832
  * Add portfolio active post type
3833
  *
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: 2021-12-27 09:20:47+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-04-24 09:58: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,13 +1,13 @@
1
- # Averta Copyright (c) {2021}
2
  msgid ""
3
  msgstr ""
4
- "Project-Id-Version: Phlox Portfolio 2.2.6\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
- "POT-Creation-Date: 2021-12-27 09:20:47+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
10
- "PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
11
  "Last-Translator: Averta <info@averta.net>\n"
12
  "Language-Team: Averta <info@averta.net>\n"
13
  "Language: en\n"
1
+ # Averta Copyright (c) {2022}
2
  msgid ""
3
  msgstr ""
4
+ "Project-Id-Version: Phlox Portfolio 2.2.7\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
+ "POT-Creation-Date: 2022-04-24 09:58: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"
10
+ "PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
11
  "Last-Translator: Averta <info@averta.net>\n"
12
  "Language-Team: Averta <info@averta.net>\n"
13
  "Language: en\n"
public/assets/js/portfolio.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! 2.2.6
2
  * All required plugins
3
  * http://averta.net/phlox/
4
  */
1
+ /*! 2.2.7
2
  * All required plugins
3
  * http://averta.net/phlox/
4
  */
public/class-auxpfo.php CHANGED
@@ -7,7 +7,7 @@
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2021 averta
11
  */
12
 
13
  if ( ! class_exists( 'AUXPFO' ) ) :
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
+ * @copyright (c) 2010-2022 averta
11
  */
12
 
13
  if ( ! class_exists( 'AUXPFO' ) ) :
public/includes/class-auxpfo-frontend-assets.php CHANGED
@@ -7,7 +7,7 @@
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2021 averta
11
  */
12
 
13
  /**
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
+ * @copyright (c) 2010-2022 averta
11
  */
12
 
13
  /**
public/templates/archive-portfolio.php CHANGED
@@ -7,7 +7,7 @@
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2021 averta
11
  */
12
  get_header();?>
13
 
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
+ * @copyright (c) 2010-2022 averta
11
  */
12
  get_header();?>
13
 
public/templates/single-portfolio.php CHANGED
@@ -7,7 +7,7 @@
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2021 averta
11
  */
12
  global $post;
13
  $is_pass_protected = post_password_required();
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
+ * @copyright (c) 2010-2022 averta
11
  */
12
  global $post;
13
  $is_pass_protected = post_password_required();
public/templates/taxonomy-portfolio-cat.php CHANGED
@@ -8,7 +8,7 @@
8
  * @license LICENSE.txt
9
  * @author averta
10
  * @link http://averta.net/phlox/
11
- * @copyright (c) 2010-2021 averta
12
  */
13
  get_header();?>
14
 
8
  * @license LICENSE.txt
9
  * @author averta
10
  * @link http://averta.net/phlox/
11
+ * @copyright (c) 2010-2022 averta
12
  */
13
  get_header();?>
14
 
public/templates/taxonomy-portfolio-filter.php CHANGED
@@ -8,6 +8,6 @@
8
  * @license LICENSE.txt
9
  * @author averta
10
  * @link http://averta.net/phlox/
11
- * @copyright (c) 2010-2021 averta
12
  */
13
  include 'taxonomy-portfolio-cat.php';
8
  * @license LICENSE.txt
9
  * @author averta
10
  * @link http://averta.net/phlox/
11
+ * @copyright (c) 2010-2022 averta
12
  */
13
  include 'taxonomy-portfolio-cat.php';
public/templates/taxonomy-portfolio-tag.php CHANGED
@@ -8,6 +8,6 @@
8
  * @license LICENSE.txt
9
  * @author averta
10
  * @link http://averta.net/phlox/
11
- * @copyright (c) 2010-2021 averta
12
  */
13
  include 'taxonomy-portfolio-cat.php';
8
  * @license LICENSE.txt
9
  * @author averta
10
  * @link http://averta.net/phlox/
11
+ * @copyright (c) 2010-2022 averta
12
  */
13
  include 'taxonomy-portfolio-cat.php';
uninstall.php CHANGED
@@ -7,7 +7,7 @@
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2021 averta
11
  */
12
 
13
  // If uninstall not called from WordPress, then exit
7
  * @license LICENSE.txt
8
  * @author averta
9
  * @link http://averta.net/phlox/
10
+ * @copyright (c) 2010-2022 averta
11
  */
12
 
13
  // If uninstall not called from WordPress, then exit