Premium Portfolio Features for Phlox theme - Version 1.7.8

Version Description

Download this release

Release Info

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

Code changes from version 1.7.7 to 1.7.8

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.0.2
10
- Stable tag: 1.7.7
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
@@ -136,7 +136,7 @@ Bugs can be reported in our [support forums](http://support.averta.net/en/item/p
136
 
137
  == Changelog ==
138
 
139
- = Version 1.7.7 / (23.12.2018) =
140
  - [Improvement]: Improvement in Ajax options.
141
  - [Fix]: Minor bugs fixed.
142
 
@@ -236,6 +236,6 @@ Bugs can be reported in our [support forums](http://support.averta.net/en/item/p
236
 
237
  == Upgrade Notice ==
238
 
239
- = 1.7.7 =
240
  - [Improvement]: Improvement in Ajax options.
241
  - [Fix]: Minor bugs fixed.
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
  Tested up to: 5.0.2
10
+ Stable tag: 1.7.8
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
136
 
137
  == Changelog ==
138
 
139
+ = Version 1.7.8 / (27.12.2018) =
140
  - [Improvement]: Improvement in Ajax options.
141
  - [Fix]: Minor bugs fixed.
142
 
236
 
237
  == Upgrade Notice ==
238
 
239
+ = 1.7.8 =
240
  - [Improvement]: Improvement in Ajax options.
241
  - [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.7
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: 4.9.8
23
  */
24
 
25
  // If this file is called directly, abort.
12
  * Plugin Name: Phlox Portfolio
13
  * Plugin URI: http://phlox.pro/
14
  * Description: Showcase your projects beautifully in Phlox theme
15
+ * Version: 1.7.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.0.2
23
  */
24
 
25
  // If this file is called directly, abort.
includes/classes/class-auxin-plugin-requirements.php CHANGED
@@ -220,7 +220,8 @@ if( ! class_exists( 'Auxin_Plugin_Requirements' ) ){
220
  ){
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
  '<strong>'. $plugin_requirement['name'] . '</strong>'
225
  );
226
 
@@ -325,7 +326,8 @@ if( ! class_exists( 'Auxin_Plugin_Requirements' ) ){
325
 
326
  if( version_compare( $plugin_info['Version'], constant( $theme_requirement['theme_requires_const'] ), '<' ) ){
327
  $this->admin_notices['theme'] .= sprintf(
328
- __( '%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' ),
 
329
  THEME_NAME_I18N,
330
  '<strong>'. $plugin_info['Name'] . '</strong>',
331
  '<strong>'. constant( $theme_requirement['theme_requires_const'] ) . '</strong>',
@@ -349,7 +351,8 @@ if( ! class_exists( 'Auxin_Plugin_Requirements' ) ){
349
  $theme_requirement['update_anchor_end'] = ! empty( $theme_requirement['update_link'] ) ? '</a>' : '';
350
 
351
  $this->admin_notices['theme'] .= sprintf(
352
- __( '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' ),
 
353
  '<strong>'. $theme_requirement['name'] . '</strong>',
354
  '<strong>'. $theme_requirement['version'] . '</strong>',
355
  '<strong>'. $theme_data->Version . '</strong>',
220
  ){
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
 
326
 
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>',
351
  $theme_requirement['update_anchor_end'] = ! empty( $theme_requirement['update_link'] ) ? '</a>' : '';
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>',
includes/define.php CHANGED
@@ -15,7 +15,7 @@ if( ! defined( 'THEME_NAME' ) ){
15
 
16
 
17
 
18
- define( 'AUXPFO_VERSION' , '1.7.7' );
19
 
20
  define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
21
 
15
 
16
 
17
 
18
+ define( 'AUXPFO_VERSION' , '1.7.8' );
19
 
20
  define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
21
 
public/assets/js/portfolio.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Auxin portfolio - v1.7.7 (2018-12-26)
2
  * All required plugins
3
  * http://averta.net/phlox/
4
  */
1
+ /*! Auxin portfolio - v1.7.8 (2018-12-27)
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.7 (2018-12-26)
2
  * All required plugins
3
  * http://averta.net/phlox/
4
  */
1
+ /*! Auxin portfolio - v1.7.8 (2018-12-27)
2
  * All required plugins
3
  * http://averta.net/phlox/
4
  */