Version Description
Download this release
Release Info
Developer | averta |
Plugin | Premium Portfolio Features for Phlox theme |
Version | 2.2.0 |
Comparing to | |
See all releases |
Code changes from version 2.1.6 to 2.2.0
- README.txt +4 -1
- auxin-portfolio.php +1 -1
- includes/define.php +1 -1
- includes/elements/recent-portfolios-tile-carousel.php +1 -1
- includes/general-hooks.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/templates/theme-parts/entry/portfolio-column-overlay.php +1 -1
- public/templates/theme-parts/entry/portfolio-column.php +2 -2
- wpml-config.xml +7 -0
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: 5.7.0
|
10 |
-
Stable tag: 2.
|
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.0.0 / (11.05.2020) =
|
140 |
- [New]: New option for changing the character limit of last breadcrumb text added.
|
141 |
- [New]: New meta options for single portfolio page about customizing header template added.
|
7 |
Requires PHP: 5.6
|
8 |
Requires at least: 4.6
|
9 |
Tested up to: 5.7.0
|
10 |
+
Stable tag: 2.2.0
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl.html
|
13 |
|
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 |
+
|
142 |
= Version 2.0.0 / (11.05.2020) =
|
143 |
- [New]: New option for changing the character limit of last breadcrumb text added.
|
144 |
- [New]: New meta options for single portfolio page about customizing header template added.
|
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.
|
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.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.
|
19 |
|
20 |
define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
|
21 |
|
15 |
|
16 |
|
17 |
|
18 |
+
define( 'AUXPFO_VERSION' , '2.2.0' );
|
19 |
|
20 |
define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
|
21 |
|
includes/elements/recent-portfolios-tile-carousel.php
CHANGED
@@ -617,7 +617,7 @@ function auxin_widget_recent_portfolios_tiles_carousel_callback( $atts, $shortco
|
|
617 |
|
618 |
$the_format = get_post_format( $post );?>
|
619 |
|
620 |
-
<div class="aux-iso-item <?php echo $item_classes ;?>">
|
621 |
<?php
|
622 |
include auxin_get_template_file( 'theme-parts/entry/portfolio', $tamplate_file, AUXPFO()->template_path() );?>
|
623 |
|
617 |
|
618 |
$the_format = get_post_format( $post );?>
|
619 |
|
620 |
+
<div class="aux-iso-item <?php echo esc_attr( $item_classes ) ;?>">
|
621 |
<?php
|
622 |
include auxin_get_template_file( 'theme-parts/entry/portfolio', $tamplate_file, AUXPFO()->template_path() );?>
|
623 |
|
includes/general-hooks.php
CHANGED
@@ -3772,7 +3772,7 @@ add_action( 'wp', 'auxpfo_related_portfolios_location');
|
|
3772 |
* @return string Portfolio single page layout
|
3773 |
*/
|
3774 |
function auxpfo_single_portfolio_no_sidebar( $layout, $post ){
|
3775 |
-
if( "portfolio" == get_post_type( $post ) ){
|
3776 |
return "no-sidebar";
|
3777 |
}
|
3778 |
return $layout;
|
3772 |
* @return string Portfolio single page layout
|
3773 |
*/
|
3774 |
function auxpfo_single_portfolio_no_sidebar( $layout, $post ){
|
3775 |
+
if( "portfolio" == get_post_type( $post ) && !is_post_type_archive( 'portfolio' ) && !is_tax( [ 'portfolio-cat', 'portfolio-tag'] ) ) {
|
3776 |
return "no-sidebar";
|
3777 |
}
|
3778 |
return $layout;
|
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-
|
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: 2021-06-29 06:22:09+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) {2021}
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
-
"Project-Id-Version: Phlox Portfolio 2.
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
-
"POT-Creation-Date: 2021-
|
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) {2021}
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
+
"Project-Id-Version: Phlox Portfolio 2.2.0\n"
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
+
"POT-Creation-Date: 2021-06-29 06:22:09+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 |
* All required plugins
|
3 |
* http://averta.net/phlox/
|
4 |
*/
|
1 |
+
/*! 2.2.0
|
2 |
* All required plugins
|
3 |
* http://averta.net/phlox/
|
4 |
*/
|
public/templates/theme-parts/entry/portfolio-column-overlay.php
CHANGED
@@ -8,7 +8,7 @@
|
|
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 ?>">
|
12 |
<?php echo $the_media; ?>
|
13 |
</div>
|
14 |
|
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 esc_attr( $frame_effect_classes . ' ' . $item_inner_classes ); ?>">
|
12 |
<?php echo $the_media; ?>
|
13 |
</div>
|
14 |
|
public/templates/theme-parts/entry/portfolio-column.php
CHANGED
@@ -9,8 +9,8 @@
|
|
9 |
$display_read_more = ! empty( $display_read_more ) ? auxin_is_true( $display_read_more ) : false ;
|
10 |
?>
|
11 |
<article <?php post_class( $classic_item_class_name ); ?> >
|
12 |
-
<div class="<?php echo $hover_classes ?>">
|
13 |
-
<div class="entry-media <?php echo $frame_effect_classes ?>">
|
14 |
<?php echo $the_media; ?>
|
15 |
</div>
|
16 |
|
9 |
$display_read_more = ! empty( $display_read_more ) ? auxin_is_true( $display_read_more ) : false ;
|
10 |
?>
|
11 |
<article <?php post_class( $classic_item_class_name ); ?> >
|
12 |
+
<div class="<?php echo esc_attr( $hover_classes ); ?>">
|
13 |
+
<div class="entry-media <?php echo esc_attr( $frame_effect_classes ); ?>">
|
14 |
<?php echo $the_media; ?>
|
15 |
</div>
|
16 |
|
wpml-config.xml
CHANGED
@@ -20,6 +20,13 @@
|
|
20 |
<key name="portfolio_taxonomy_sidebar_position"/>
|
21 |
<key name="portfolio_metadata_launch_label"/>
|
22 |
<key name="portfolio_metadata_list_1"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
</key>
|
24 |
</admin-texts>
|
25 |
</wpml-config>
|
20 |
<key name="portfolio_taxonomy_sidebar_position"/>
|
21 |
<key name="portfolio_metadata_launch_label"/>
|
22 |
<key name="portfolio_metadata_list_1"/>
|
23 |
+
<key name="portfolio_single_next_nav_label"/>
|
24 |
+
<key name="portfolio_single_prev_nav_label"/>
|
25 |
+
<key name="portfolio_single_next_prev_nav_btn_link"/>
|
26 |
+
<key name="portfolio_single_all_related_items_btn_url"/>
|
27 |
+
<key name="portfolio_single_all_related_items_btn_label"/>
|
28 |
+
<key name="portfolio_archive_titlebar_title_context"/>
|
29 |
+
<key name="portfolio_archive_breadcrumb_label"/>
|
30 |
</key>
|
31 |
</admin-texts>
|
32 |
</wpml-config>
|