Version Description
Download this release
Release Info
Developer | averta |
Plugin | Premium Portfolio Features for Phlox theme |
Version | 1.6.8 |
Comparing to | |
See all releases |
Code changes from version 1.6.7 to 1.6.8
- README.txt +1 -1
- auxin-portfolio.php +4 -4
- includes/define.php +1 -1
- includes/elements/elementor/recent-portfolios-grid.php +2 -2
- includes/elements/elementor/recent-portfolios-masonry.php +2 -2
- includes/elements/elementor/recent-portfolios-tile.php +2 -2
- includes/elements/recent-portfolios.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: 4.9.7
|
10 |
-
Stable tag: 1.6.
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl.html
|
13 |
|
7 |
Requires PHP: 5.4
|
8 |
Requires at least: 4.6
|
9 |
Tested up to: 4.9.7
|
10 |
+
Stable tag: 1.6.8
|
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: 1.6.
|
16 |
* Author: averta
|
17 |
* Author URI: http://averta.net
|
18 |
* License: GPL2
|
@@ -51,7 +51,7 @@ if( is_admin() || false === get_transient( 'auxpfo_plugin_requirements_check' )
|
|
51 |
'name' => __('Phlox Core Elements', 'auxin-portfolio'), // The plugin name.
|
52 |
'basename' => 'auxin-elements/auxin-elements.php', // The plugin basename (typically the folder name and main php file)
|
53 |
'required' => true, // If true, the user will be notified with a notice to install the plugin.
|
54 |
-
'version' => '2.2.
|
55 |
'dependency' => true, // If true, and the plugin is activated, the plugin will be loaded before as a dependeny.
|
56 |
'is_callable' => 'AUXELS' // If set, this callable will be be checked for availability to determine if a plugin is active.
|
57 |
)
|
@@ -61,7 +61,7 @@ if( is_admin() || false === get_transient( 'auxpfo_plugin_requirements_check' )
|
|
61 |
array(
|
62 |
'name' => __('Phlox Pro', 'auxin-portfolio'), // The theme name.
|
63 |
'id' => 'phlox-pro', // The theme id name.
|
64 |
-
'version' => '
|
65 |
'is_callable' => '', // If set, this callable will be be checked for availability to determine if a theme is active.
|
66 |
'theme_requires_const' => 'AUXPFO_REQUIRED_VERSION',
|
67 |
'file_required' => array( get_template_directory() . '/auxin-content/init/dependency.php', get_template_directory() . '/auxin-content/init/constant.php' )
|
@@ -70,7 +70,7 @@ if( is_admin() || false === get_transient( 'auxpfo_plugin_requirements_check' )
|
|
70 |
'name' => __('Phlox', 'auxin-portfolio'), // The theme name.
|
71 |
'id' => 'phlox', // The theme id name.
|
72 |
'update_link' => 'themes.php?theme=phlox',
|
73 |
-
'version' => '2.2.
|
74 |
'is_callable' => '', // If set, this callable will be be checked for availability to determine if a theme is active.
|
75 |
'theme_requires_const' => 'AUXPFO_REQUIRED_VERSION',
|
76 |
'file_required' => array( get_template_directory() . '/auxin-content/init/dependency.php', get_template_directory() . '/auxin-content/init/constant.php' )
|
12 |
* Plugin Name: Phlox Portfolio
|
13 |
* Plugin URI: http://phlox.pro/
|
14 |
* Description: Showcase your projects beautifully in Phlox theme
|
15 |
+
* Version: 1.6.8
|
16 |
* Author: averta
|
17 |
* Author URI: http://averta.net
|
18 |
* License: GPL2
|
51 |
'name' => __('Phlox Core Elements', 'auxin-portfolio'), // The plugin name.
|
52 |
'basename' => 'auxin-elements/auxin-elements.php', // The plugin basename (typically the folder name and main php file)
|
53 |
'required' => true, // If true, the user will be notified with a notice to install the plugin.
|
54 |
+
'version' => '2.2.10', // E.g. 1.0.0. If set, the active plugin must be this version or higher.
|
55 |
'dependency' => true, // If true, and the plugin is activated, the plugin will be loaded before as a dependeny.
|
56 |
'is_callable' => 'AUXELS' // If set, this callable will be be checked for availability to determine if a plugin is active.
|
57 |
)
|
61 |
array(
|
62 |
'name' => __('Phlox Pro', 'auxin-portfolio'), // The theme name.
|
63 |
'id' => 'phlox-pro', // The theme id name.
|
64 |
+
'version' => '5.0.1', // E.g. 1.0.0. If set, the active theme must be this version or higher.
|
65 |
'is_callable' => '', // If set, this callable will be be checked for availability to determine if a theme is active.
|
66 |
'theme_requires_const' => 'AUXPFO_REQUIRED_VERSION',
|
67 |
'file_required' => array( get_template_directory() . '/auxin-content/init/dependency.php', get_template_directory() . '/auxin-content/init/constant.php' )
|
70 |
'name' => __('Phlox', 'auxin-portfolio'), // The theme name.
|
71 |
'id' => 'phlox', // The theme id name.
|
72 |
'update_link' => 'themes.php?theme=phlox',
|
73 |
+
'version' => '2.2.12', // E.g. 1.0.0. If set, the active theme must be this version or higher.
|
74 |
'is_callable' => '', // If set, this callable will be be checked for availability to determine if a theme is active.
|
75 |
'theme_requires_const' => 'AUXPFO_REQUIRED_VERSION',
|
76 |
'file_required' => array( get_template_directory() . '/auxin-content/init/dependency.php', get_template_directory() . '/auxin-content/init/constant.php' )
|
includes/define.php
CHANGED
@@ -15,7 +15,7 @@ if( ! defined( 'THEME_NAME' ) ){
|
|
15 |
|
16 |
|
17 |
|
18 |
-
define( 'AUXPFO_VERSION' , '1.6.
|
19 |
|
20 |
define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
|
21 |
|
15 |
|
16 |
|
17 |
|
18 |
+
define( 'AUXPFO_VERSION' , '1.6.8' );
|
19 |
|
20 |
define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
|
21 |
|
includes/elements/elementor/recent-portfolios-grid.php
CHANGED
@@ -417,7 +417,7 @@ class Recent_Portfolios_Grid extends Widget_Base {
|
|
417 |
$this->add_control(
|
418 |
'filter_style',
|
419 |
array(
|
420 |
-
'label' => __('Filter
|
421 |
'description' => __('Style of filter buttons.', 'auxin-portfolio' ),
|
422 |
'type' => 'aux-visual-select',
|
423 |
'default' => 'aux-slideup',
|
@@ -479,7 +479,7 @@ class Recent_Portfolios_Grid extends Widget_Base {
|
|
479 |
'reveal_transition_duration',
|
480 |
array(
|
481 |
'label' => __('Transition duration on reveal','auxin-portfolio' ),
|
482 |
-
'description' => __('The transition duration while the element is going to be
|
483 |
'label_block' => true,
|
484 |
'type' => Controls_Manager::NUMBER,
|
485 |
'default' => '600'
|
417 |
$this->add_control(
|
418 |
'filter_style',
|
419 |
array(
|
420 |
+
'label' => __('Filter Button Style', 'auxin-portfolio'),
|
421 |
'description' => __('Style of filter buttons.', 'auxin-portfolio' ),
|
422 |
'type' => 'aux-visual-select',
|
423 |
'default' => 'aux-slideup',
|
479 |
'reveal_transition_duration',
|
480 |
array(
|
481 |
'label' => __('Transition duration on reveal','auxin-portfolio' ),
|
482 |
+
'description' => __('The transition duration while the element is going to be displayed (milliseconds).'),
|
483 |
'label_block' => true,
|
484 |
'type' => Controls_Manager::NUMBER,
|
485 |
'default' => '600'
|
includes/elements/elementor/recent-portfolios-masonry.php
CHANGED
@@ -417,7 +417,7 @@ class Recent_Portfolios_Masonry extends Widget_Base {
|
|
417 |
$this->add_control(
|
418 |
'filter_style',
|
419 |
array(
|
420 |
-
'label' => __('Filter
|
421 |
'description' => __('Style of filter buttons.', 'auxin-portfolio' ),
|
422 |
'type' => 'aux-visual-select',
|
423 |
'default' => 'aux-slideup',
|
@@ -479,7 +479,7 @@ class Recent_Portfolios_Masonry extends Widget_Base {
|
|
479 |
'reveal_transition_duration',
|
480 |
array(
|
481 |
'label' => __('Transition duration on reveal','auxin-portfolio' ),
|
482 |
-
'description' => __('The transition duration while the element is going to be
|
483 |
'label_block' => true,
|
484 |
'type' => Controls_Manager::NUMBER,
|
485 |
'default' => '600'
|
417 |
$this->add_control(
|
418 |
'filter_style',
|
419 |
array(
|
420 |
+
'label' => __('Filter Button Style', 'auxin-portfolio'),
|
421 |
'description' => __('Style of filter buttons.', 'auxin-portfolio' ),
|
422 |
'type' => 'aux-visual-select',
|
423 |
'default' => 'aux-slideup',
|
479 |
'reveal_transition_duration',
|
480 |
array(
|
481 |
'label' => __('Transition duration on reveal','auxin-portfolio' ),
|
482 |
+
'description' => __('The transition duration while the element is going to be displayed (milliseconds).'),
|
483 |
'label_block' => true,
|
484 |
'type' => Controls_Manager::NUMBER,
|
485 |
'default' => '600'
|
includes/elements/elementor/recent-portfolios-tile.php
CHANGED
@@ -435,7 +435,7 @@ class Recent_Portfolios_Tile extends Widget_Base {
|
|
435 |
$this->add_control(
|
436 |
'filter_style',
|
437 |
array(
|
438 |
-
'label' => __('Filter
|
439 |
'description' => __('Style of filter buttons.', 'auxin-portfolio' ),
|
440 |
'type' => 'aux-visual-select',
|
441 |
'default' => 'aux-slideup',
|
@@ -497,7 +497,7 @@ class Recent_Portfolios_Tile extends Widget_Base {
|
|
497 |
'reveal_transition_duration',
|
498 |
array(
|
499 |
'label' => __('Transition duration on reveal','auxin-portfolio' ),
|
500 |
-
'description' => __('The transition duration while the element is going to be
|
501 |
'label_block' => true,
|
502 |
'type' => Controls_Manager::NUMBER,
|
503 |
'default' => '600'
|
435 |
$this->add_control(
|
436 |
'filter_style',
|
437 |
array(
|
438 |
+
'label' => __('Filter Button Style', 'auxin-portfolio'),
|
439 |
'description' => __('Style of filter buttons.', 'auxin-portfolio' ),
|
440 |
'type' => 'aux-visual-select',
|
441 |
'default' => 'aux-slideup',
|
497 |
'reveal_transition_duration',
|
498 |
array(
|
499 |
'label' => __('Transition duration on reveal','auxin-portfolio' ),
|
500 |
+
'description' => __('The transition duration while the element is going to be displayed (milliseconds).'),
|
501 |
'label_block' => true,
|
502 |
'type' => Controls_Manager::NUMBER,
|
503 |
'default' => '600'
|
includes/elements/recent-portfolios.php
CHANGED
@@ -548,7 +548,7 @@ function auxin_get_recent_portfolios_master_array( $master_array ) {
|
|
548 |
),
|
549 |
array(
|
550 |
'heading' => __('Transition duration on reveal','auxin-portfolio' ),
|
551 |
-
'description' => __('The transition duration while the element is going to be
|
552 |
'param_name' => 'reveal_transition_duration',
|
553 |
'type' => 'textfield',
|
554 |
'value' => '600',
|
548 |
),
|
549 |
array(
|
550 |
'heading' => __('Transition duration on reveal','auxin-portfolio' ),
|
551 |
+
'description' => __('The transition duration while the element is going to be displayed (milliseconds).'),
|
552 |
'param_name' => 'reveal_transition_duration',
|
553 |
'type' => 'textfield',
|
554 |
'value' => '600',
|