Version Description
Download this release
Release Info
Developer | averta |
Plugin | Premium Portfolio Features for Phlox theme |
Version | 2.1.0 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.1.0
- README.txt +2 -2
- auxin-portfolio.php +1 -1
- includes/define.php +1 -1
- languages/auxin-portfolio-fa_IR.po +1 -1
- languages/auxin-portfolio.pot +2 -2
- public/assets/js/portfolio.js +1 -1
- public/includes/class-auxpfo-frontend-assets.php +1 -1
- public/templates/theme-parts/entry/portfolio-column-overlay.php +1 -1
README.txt
CHANGED
@@ -4,10 +4,10 @@ Donate link: http://phlox.pro/go/?utm_medium=donate-phlox&ref=averta&utm_source=
|
|
4 |
License: GPLv3
|
5 |
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.
|
8 |
Requires at least: 4.6
|
9 |
Tested up to: 5.5.1
|
10 |
-
Stable tag: 2.0
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl.html
|
13 |
|
4 |
License: GPLv3
|
5 |
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.5.1
|
10 |
+
Stable tag: 2.1.0
|
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: 2.0
|
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.1.0
|
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.0
|
19 |
|
20 |
define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
|
21 |
|
15 |
|
16 |
|
17 |
|
18 |
+
define( 'AUXPFO_VERSION' , '2.1.0' );
|
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: 2020-10-
|
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: 2020-10-20 11:19:28+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) {2020}
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
-
"Project-Id-Version: Phlox Portfolio 2.0
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
-
"POT-Creation-Date: 2020-10-
|
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 2.1.0\n"
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
+
"POT-Creation-Date: 2020-10-20 11:19: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 |
-
/*! 2.0
|
2 |
* All required plugins
|
3 |
* http://averta.net/phlox/
|
4 |
*/
|
1 |
+
/*! 2.1.0
|
2 |
* All required plugins
|
3 |
* http://averta.net/phlox/
|
4 |
*/
|
public/includes/class-auxpfo-frontend-assets.php
CHANGED
@@ -21,7 +21,7 @@ class AUXPFO_Frontend_Assets {
|
|
21 |
*/
|
22 |
public function __construct() {
|
23 |
add_action( 'wp_enqueue_scripts', array( $this, 'load_scripts' ) );
|
24 |
-
add_action( 'wp_enqueue_scripts', array( $this, 'load_styles' ) );
|
25 |
add_action( 'wp_enqueue_scripts', array( $this, 'localize_scripts' ) );
|
26 |
}
|
27 |
|
21 |
*/
|
22 |
public function __construct() {
|
23 |
add_action( 'wp_enqueue_scripts', array( $this, 'load_scripts' ) );
|
24 |
+
add_action( 'wp_enqueue_scripts', array( $this, 'load_styles' ), 16 );
|
25 |
add_action( 'wp_enqueue_scripts', array( $this, 'localize_scripts' ) );
|
26 |
}
|
27 |
|
public/templates/theme-parts/entry/portfolio-column-overlay.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
// validate the boolean variables
|
6 |
$show_title = auxin_is_true( $display_title );
|
7 |
$show_info = auxin_is_true( $show_info );
|
8 |
-
$display_read_more = auxin_is_true( $display_read_more );
|
9 |
?>
|
10 |
<article <?php post_class( 'aux-item-overlay' . ' ' . $hover_classes . ' ' . $item_inner_classes ); ?> >
|
11 |
<div class="entry-media <?php echo $frame_effect_classes . ' ' . $item_inner_classes ?>">
|
5 |
// validate the boolean variables
|
6 |
$show_title = auxin_is_true( $display_title );
|
7 |
$show_info = auxin_is_true( $show_info );
|
8 |
+
$display_read_more = ! empty( $display_read_more ) ? auxin_is_true( $display_read_more ) : false ;
|
9 |
?>
|
10 |
<article <?php post_class( 'aux-item-overlay' . ' ' . $hover_classes . ' ' . $item_inner_classes ); ?> >
|
11 |
<div class="entry-media <?php echo $frame_effect_classes . ' ' . $item_inner_classes ?>">
|