Premium Portfolio Features for Phlox theme - Version 1.7.10

Version Description

Download this release

Release Info

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

Code changes from version 1.7.9 to 1.7.10

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.4
8
  Requires at least: 4.6
9
- Tested up to: 5.0.2
10
- Stable tag: 1.7.9
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 1.7.8 / (27.12.2018) =
140
  - [Improvement]: Improvement in Ajax options.
141
  - [Fix]: Minor bugs fixed.
6
  Tags: phlox, gallery, elementor, siteorigin, portfolio, averta, auxin, fullwidth, masonry, timeline, projects, showcase, minimal, wix, flat
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
+ Tested up to: 5.1.0
10
+ Stable tag: 1.7.10
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
136
 
137
  == Changelog ==
138
 
139
+ = Version 1.7.10 / (12.3.2019) =
140
+ - [Fix]: Minor bugs fixed.
141
+
142
  = Version 1.7.8 / (27.12.2018) =
143
  - [Improvement]: Improvement in Ajax options.
144
  - [Fix]: Minor bugs fixed.
auxin-portfolio.php CHANGED
@@ -12,14 +12,14 @@
12
  * Plugin Name: Phlox Portfolio
13
  * Plugin URI: http://phlox.pro/
14
  * Description: Showcase your projects beautifully in Phlox theme
15
- * Version: 1.7.9
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.0.2
23
  */
24
 
25
  // If this file is called directly, abort.
@@ -54,7 +54,7 @@ if( is_admin() ||
54
  'name' => __('Phlox Core Elements', 'auxin-portfolio'), // The plugin name.
55
  'basename' => 'auxin-elements/auxin-elements.php', // The plugin basename (typically the folder name and main php file)
56
  'required' => true, // If true, the user will be notified with a notice to install the plugin.
57
- 'version' => '2.3.4', // E.g. 1.0.0. If set, the active plugin must be this version or higher.
58
  'dependency' => true, // If true, and the plugin is activated, the plugin will be loaded before as a dependeny.
59
  'is_callable' => 'AUXELS' // If set, this callable will be be checked for availability to determine if a plugin is active.
60
  )
@@ -64,7 +64,7 @@ if( is_admin() ||
64
  array(
65
  'name' => __('Phlox Pro', 'auxin-portfolio'), // The theme name.
66
  'id' => 'phlox-pro', // The theme id name.
67
- 'version' => '5.1.4', // E.g. 1.0.0. If set, the active theme must be this version or higher.
68
  'is_callable' => '', // If set, this callable will be be checked for availability to determine if a theme is active.
69
  'theme_requires_const' => 'AUXPFO_REQUIRED_VERSION',
70
  'file_required' => array( get_template_directory() . '/auxin-content/init/dependency.php', get_template_directory() . '/auxin-content/init/constant.php' )
@@ -73,7 +73,7 @@ if( is_admin() ||
73
  'name' => __('Phlox', 'auxin-portfolio'), // The theme name.
74
  'id' => 'phlox', // The theme id name.
75
  'update_link' => 'themes.php?theme=phlox',
76
- 'version' => '2.3.4', // E.g. 1.0.0. If set, the active theme must be this version or higher.
77
  'is_callable' => '', // If set, this callable will be be checked for availability to determine if a theme is active.
78
  'theme_requires_const' => 'AUXPFO_REQUIRED_VERSION',
79
  '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.7.10
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.1.0
23
  */
24
 
25
  // If this file is called directly, abort.
54
  'name' => __('Phlox Core Elements', 'auxin-portfolio'), // The plugin name.
55
  'basename' => 'auxin-elements/auxin-elements.php', // The plugin basename (typically the folder name and main php file)
56
  'required' => true, // If true, the user will be notified with a notice to install the plugin.
57
+ 'version' => '2.3.10', // E.g. 1.0.0. If set, the active plugin must be this version or higher.
58
  'dependency' => true, // If true, and the plugin is activated, the plugin will be loaded before as a dependeny.
59
  'is_callable' => 'AUXELS' // If set, this callable will be be checked for availability to determine if a plugin is active.
60
  )
64
  array(
65
  'name' => __('Phlox Pro', 'auxin-portfolio'), // The theme name.
66
  'id' => 'phlox-pro', // The theme id name.
67
+ 'version' => '5.1.8', // E.g. 1.0.0. If set, the active theme must be this version or higher.
68
  'is_callable' => '', // If set, this callable will be be checked for availability to determine if a theme is active.
69
  'theme_requires_const' => 'AUXPFO_REQUIRED_VERSION',
70
  'file_required' => array( get_template_directory() . '/auxin-content/init/dependency.php', get_template_directory() . '/auxin-content/init/constant.php' )
73
  'name' => __('Phlox', 'auxin-portfolio'), // The theme name.
74
  'id' => 'phlox', // The theme id name.
75
  'update_link' => 'themes.php?theme=phlox',
76
+ 'version' => '2.3.10', // E.g. 1.0.0. If set, the active theme must be this version or higher.
77
  'is_callable' => '', // If set, this callable will be be checked for availability to determine if a theme is active.
78
  'theme_requires_const' => 'AUXPFO_REQUIRED_VERSION',
79
  'file_required' => array( get_template_directory() . '/auxin-content/init/dependency.php', get_template_directory() . '/auxin-content/init/constant.php' )
includes/classes/class-auxin-plugin-requirements.php CHANGED
@@ -221,7 +221,7 @@ if( ! class_exists( 'Auxin_Plugin_Requirements' ) ){
221
 
222
  $this->admin_notices[] = sprintf(
223
  __( '%s plugin is required in order to use this plugin. Please install and activate the plugin.', 'auxin-portfolio' ).
224
- ' <a href="http://support.averta.net/en/step/updating-phlox-pro/" target="_blank">'. __('How to upgrade', 'auxin-portfolio') . '</a>',
225
  '<strong>'. $plugin_requirement['name'] . '</strong>'
226
  );
227
 
@@ -327,7 +327,7 @@ if( ! class_exists( 'Auxin_Plugin_Requirements' ) ){
327
  if( version_compare( $plugin_info['Version'], constant( $theme_requirement['theme_requires_const'] ), '<' ) ){
328
  $this->admin_notices['theme'] .= sprintf(
329
  __( '%s theme requires %s plugin version %s or higher in order to function property. Your current plugin version is %s, please update it to latest version.', 'auxin-portfolio' ).
330
- ' <a href="http://support.averta.net/en/step/updating-phlox-pro/" target="_blank">'. __('How to upgrade', 'auxin-portfolio') . '</a>',
331
  THEME_NAME_I18N,
332
  '<strong>'. $plugin_info['Name'] . '</strong>',
333
  '<strong>'. constant( $theme_requirement['theme_requires_const'] ) . '</strong>',
@@ -352,7 +352,7 @@ if( ! class_exists( 'Auxin_Plugin_Requirements' ) ){
352
 
353
  $this->admin_notices['theme'] .= sprintf(
354
  __( 'The plugin requires %s theme version %s or higher in order to function property. Your current theme version is %s, please %s update to latest version %s.', 'auxin-portfolio' ).
355
- ' <a href="http://support.averta.net/en/step/updating-phlox-pro/" target="_blank">'. __('How to upgrade', 'auxin-portfolio') . '</a>',
356
  '<strong>'. $theme_requirement['name'] . '</strong>',
357
  '<strong>'. $theme_requirement['version'] . '</strong>',
358
  '<strong>'. $theme_data->Version . '</strong>',
221
 
222
  $this->admin_notices[] = sprintf(
223
  __( '%s plugin is required in order to use this plugin. Please install and activate the plugin.', 'auxin-portfolio' ).
224
+ ' <a href="https://docs.phlox.pro/article/210-update-phlox-pro/" target="_blank">'. __('How to upgrade', 'auxin-portfolio') . '</a>',
225
  '<strong>'. $plugin_requirement['name'] . '</strong>'
226
  );
227
 
327
  if( version_compare( $plugin_info['Version'], constant( $theme_requirement['theme_requires_const'] ), '<' ) ){
328
  $this->admin_notices['theme'] .= sprintf(
329
  __( '%s theme requires %s plugin version %s or higher in order to function property. Your current plugin version is %s, please update it to latest version.', 'auxin-portfolio' ).
330
+ ' <a href="https://docs.phlox.pro/article/210-update-phlox-pro/" target="_blank">'. __('How to upgrade', 'auxin-portfolio') . '</a>',
331
  THEME_NAME_I18N,
332
  '<strong>'. $plugin_info['Name'] . '</strong>',
333
  '<strong>'. constant( $theme_requirement['theme_requires_const'] ) . '</strong>',
352
 
353
  $this->admin_notices['theme'] .= sprintf(
354
  __( 'The plugin requires %s theme version %s or higher in order to function property. Your current theme version is %s, please %s update to latest version %s.', 'auxin-portfolio' ).
355
+ ' <a href="https://docs.phlox.pro/article/210-update-phlox-pro/" target="_blank">'. __('How to upgrade', 'auxin-portfolio') . '</a>',
356
  '<strong>'. $theme_requirement['name'] . '</strong>',
357
  '<strong>'. $theme_requirement['version'] . '</strong>',
358
  '<strong>'. $theme_data->Version . '</strong>',
includes/define.php CHANGED
@@ -15,7 +15,7 @@ if( ! defined( 'THEME_NAME' ) ){
15
 
16
 
17
 
18
- define( 'AUXPFO_VERSION' , '1.7.9' );
19
 
20
  define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
21
 
15
 
16
 
17
 
18
+ define( 'AUXPFO_VERSION' , '1.7.10' );
19
 
20
  define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
21
 
public/assets/js/portfolio.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Auxin portfolio - v1.7.9 (2019-02-24)
2
  * All required plugins
3
  * http://averta.net/phlox/
4
  */
1
+ /*! Auxin portfolio - v1.7.10 (2019-03-13)
2
  * All required plugins
3
  * http://averta.net/phlox/
4
  */
public/assets/js/portfolio.min.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Auxin portfolio - v1.7.9 (2019-02-24)
2
  * All required plugins
3
  * http://averta.net/phlox/
4
  */
1
+ /*! Auxin portfolio - v1.7.10 (2019-03-13)
2
  * All required plugins
3
  * http://averta.net/phlox/
4
  */
public/includes/templates-post.php CHANGED
@@ -27,7 +27,7 @@ function auxpfo_get_portfolio_related_posts( $args = array() ){
27
  'display_title' => true,
28
  'show_info' => true,
29
  'show_date' => false,
30
- 'author_or_readmore' => '', // readmore, author, none
31
  'display_categories' => auxin_get_option('portfolio_related_posts_display_taxonomies', true ),
32
  'max_taxonomy_num' => 3,
33
  'wp_query_args' => array(),
27
  'display_title' => true,
28
  'show_info' => true,
29
  'show_date' => false,
30
+ 'author_or_readmore' => 'none', // readmore, author, none
31
  'display_categories' => auxin_get_option('portfolio_related_posts_display_taxonomies', true ),
32
  'max_taxonomy_num' => 3,
33
  'wp_query_args' => array(),