Version Description
Download this release
Release Info
Developer | averta |
Plugin | Premium Portfolio Features for Phlox theme |
Version | 1.8.5 |
Comparing to | |
See all releases |
Code changes from version 1.8.4 to 1.8.5
- README.txt +2 -2
- admin/includes/admin-ajax.php +1 -1
- admin/includes/metaboxes/metabox-fields-portfolio-metadata.php +1 -1
- admin/includes/metaboxes/metabox-fields-portfolio-related.php +1 -1
- admin/includes/metaboxes/metabox-fields-portfolio.php +1 -1
- auxin-portfolio.php +3 -3
- includes/classes/class-auxpfo-post-type-portfolio.php +1 -1
- includes/classes/class-auxpfo-template-loader.php +1 -1
- includes/define.php +1 -1
- includes/elements/elementor/class-auxpfo-elementor-elements.php +1 -1
- includes/elements/recent-portfolios-tile-carousel.php +1 -1
- includes/elements/recent-portfolios.php +1 -1
- includes/general-functions.php +1 -1
- includes/general-hooks.php +2 -2
- public/assets/js/portfolio.js +1 -1
- public/class-auxpfo.php +1 -1
- public/includes/class-auxpfo-frontend-assets.php +1 -1
- public/templates/archive-portfolio.php +1 -1
- public/templates/single-portfolio.php +1 -1
- public/templates/taxonomy-portfolio-cat.php +1 -1
- public/templates/taxonomy-portfolio-filter.php +1 -1
- public/templates/taxonomy-portfolio-tag.php +1 -1
- uninstall.php +1 -1
README.txt
CHANGED
@@ -7,7 +7,7 @@ Tags: phlox, gallery, elementor, siteorigin, portfolio, averta, auxin, fullwidth
|
|
7 |
Requires PHP: 5.4
|
8 |
Requires at least: 4.6
|
9 |
Tested up to: 5.2.2
|
10 |
-
Stable tag: 1.8.
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl.html
|
13 |
|
@@ -244,4 +244,4 @@ Bugs can be reported in our [support forums](http://support.averta.net/en/item/p
|
|
244 |
|
245 |
= 1.7.8 =
|
246 |
- [Improvement]: Improvement in Ajax options.
|
247 |
-
- [Fix]: Minor bugs fixed.
|
7 |
Requires PHP: 5.4
|
8 |
Requires at least: 4.6
|
9 |
Tested up to: 5.2.2
|
10 |
+
Stable tag: 1.8.5
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl.html
|
13 |
|
244 |
|
245 |
= 1.7.8 =
|
246 |
- [Improvement]: Improvement in Ajax options.
|
247 |
+
- [Fix]: Minor bugs fixed.
|
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-
|
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-2020 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-
|
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-2020 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-
|
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-2020 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-
|
11 |
*/
|
12 |
|
13 |
// no direct access allowed
|
7 |
* @license LICENSE.txt
|
8 |
* @author averta
|
9 |
* @link http://averta.net/phlox/
|
10 |
+
* @copyright (c) 2010-2020 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-
|
11 |
*
|
12 |
* Plugin Name: Phlox Portfolio
|
13 |
* Plugin URI: http://phlox.pro/
|
14 |
* Description: Showcase your projects beautifully in Phlox theme
|
15 |
-
* Version: 1.8.
|
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.
|
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-2020 averta
|
11 |
*
|
12 |
* Plugin Name: Phlox Portfolio
|
13 |
* Plugin URI: http://phlox.pro/
|
14 |
* Description: Showcase your projects beautifully in Phlox theme
|
15 |
+
* Version: 1.8.5
|
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.3.0
|
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-
|
11 |
*/
|
12 |
|
13 |
// no direct access allowed
|
7 |
* @license LICENSE.txt
|
8 |
* @author averta
|
9 |
* @link http://averta.net/phlox/
|
10 |
+
* @copyright (c) 2010-2020 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-
|
11 |
*/
|
12 |
|
13 |
// no direct access allowed
|
7 |
* @license LICENSE.txt
|
8 |
* @author averta
|
9 |
* @link http://averta.net/phlox/
|
10 |
+
* @copyright (c) 2010-2020 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' , '1.8.
|
19 |
|
20 |
define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
|
21 |
|
15 |
|
16 |
|
17 |
|
18 |
+
define( 'AUXPFO_VERSION' , '1.8.5' );
|
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-
|
15 |
*/
|
16 |
|
17 |
if ( ! defined( 'ABSPATH' ) ) {
|
11 |
* @license LICENSE.txt
|
12 |
* @author averta
|
13 |
* @link http://averta.net/phlox/
|
14 |
+
* @copyright (c) 2010-2020 averta
|
15 |
*/
|
16 |
|
17 |
if ( ! defined( 'ABSPATH' ) ) {
|
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-
|
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-2020 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-
|
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-2020 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-
|
10 |
*/
|
11 |
|
12 |
|
6 |
* @license LICENSE.txt
|
7 |
* @author averta
|
8 |
* @link http://averta.net/phlox/
|
9 |
+
* @copyright (c) 2010-2020 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-
|
11 |
*/
|
12 |
|
13 |
|
@@ -20,7 +20,7 @@
|
|
20 |
* @license LICENSE.txt
|
21 |
* @author averta
|
22 |
* @link http://averta.net/phlox/
|
23 |
-
* @copyright (c) 2010-
|
24 |
*/
|
25 |
function auxin_define_portfolio_theme_options( $fields_sections_list ){
|
26 |
|
7 |
* @license LICENSE.txt
|
8 |
* @author averta
|
9 |
* @link http://averta.net/phlox/
|
10 |
+
* @copyright (c) 2010-2020 averta
|
11 |
*/
|
12 |
|
13 |
|
20 |
* @license LICENSE.txt
|
21 |
* @author averta
|
22 |
* @link http://averta.net/phlox/
|
23 |
+
* @copyright (c) 2010-2020 averta
|
24 |
*/
|
25 |
function auxin_define_portfolio_theme_options( $fields_sections_list ){
|
26 |
|
public/assets/js/portfolio.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! Auxin portfolio - v1.8.
|
2 |
* All required plugins
|
3 |
* http://averta.net/phlox/
|
4 |
*/
|
1 |
+
/*! Auxin portfolio - v1.8.5 (2020-01-15)
|
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-
|
11 |
*/
|
12 |
|
13 |
if ( ! class_exists( 'AUXPFO' ) ) :
|
7 |
* @license LICENSE.txt
|
8 |
* @author averta
|
9 |
* @link http://averta.net/phlox/
|
10 |
+
* @copyright (c) 2010-2020 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-
|
11 |
*/
|
12 |
|
13 |
/**
|
7 |
* @license LICENSE.txt
|
8 |
* @author averta
|
9 |
* @link http://averta.net/phlox/
|
10 |
+
* @copyright (c) 2010-2020 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-
|
11 |
*/
|
12 |
get_header();?>
|
13 |
|
7 |
* @license LICENSE.txt
|
8 |
* @author averta
|
9 |
* @link http://averta.net/phlox/
|
10 |
+
* @copyright (c) 2010-2020 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-
|
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-2020 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-
|
12 |
*/
|
13 |
get_header();?>
|
14 |
|
8 |
* @license LICENSE.txt
|
9 |
* @author averta
|
10 |
* @link http://averta.net/phlox/
|
11 |
+
* @copyright (c) 2010-2020 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-
|
12 |
*/
|
13 |
include 'taxonomy-portfolio-cat.php';
|
8 |
* @license LICENSE.txt
|
9 |
* @author averta
|
10 |
* @link http://averta.net/phlox/
|
11 |
+
* @copyright (c) 2010-2020 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-
|
12 |
*/
|
13 |
include 'taxonomy-portfolio-cat.php';
|
8 |
* @license LICENSE.txt
|
9 |
* @author averta
|
10 |
* @link http://averta.net/phlox/
|
11 |
+
* @copyright (c) 2010-2020 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-
|
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-2020 averta
|
11 |
*/
|
12 |
|
13 |
// If uninstall not called from WordPress, then exit
|