Version Description
Download this release
Release Info
Developer | averta |
Plugin | Premium Portfolio Features for Phlox theme |
Version | 0.8.0 |
Comparing to | |
See all releases |
Code changes from version 0.7.0 to 0.8.0
- README.txt +6 -7
- auxin-portfolio.php +3 -3
- includes/define.php +1 -1
README.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
=== Portfolio for Phlox theme ===
|
2 |
Contributors: averta
|
3 |
Donate link: http://averta.net/
|
4 |
License: GPLv3
|
@@ -6,16 +6,15 @@ License URI: http://www.gnu.org/licenses/gpl.html
|
|
6 |
Tags: ajaxload, page-builder, siteorigin, auxin, phlox, averta, fullwidth, masonry, timeline, portfolio, projects, showcase, minimal, wix, flat
|
7 |
Requires at least: 4.3
|
8 |
Tested up to: 4.7.2
|
9 |
-
Stable tag: 0.
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl.html
|
12 |
|
13 |
-
Showcase your
|
14 |
|
15 |
== Description ==
|
16 |
|
17 |
= Overview =
|
18 |
-
|
19 |
When using a theme with auxin framework (like [Phlox Theme](http://averta.net/phlox/wordpress-theme/ "Phlox Theme")), this plugin adds portfolio and corresponding theme options that makes you able to showcase and present your projects in an elegant way.
|
20 |
|
21 |
|
@@ -36,7 +35,7 @@ When using a theme with auxin framework (like [Phlox Theme](http://averta.net/ph
|
|
36 |
* [Portfolio](http://averta.net/phlox/demo/portfolio/)
|
37 |
|
38 |
= Compatible Browsers =
|
39 |
-
*
|
40 |
* Firefox
|
41 |
* Safari
|
42 |
* Opera
|
@@ -121,12 +120,12 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/auxin-por
|
|
121 |
|
122 |
== Changelog ==
|
123 |
|
124 |
-
= Version 0.
|
125 |
- Initial release
|
126 |
|
127 |
|
128 |
|
129 |
== Upgrade Notice ==
|
130 |
|
131 |
-
= 0.
|
132 |
-
|
1 |
+
=== Premium Portfolio Features for Phlox theme ===
|
2 |
Contributors: averta
|
3 |
Donate link: http://averta.net/
|
4 |
License: GPLv3
|
6 |
Tags: ajaxload, page-builder, siteorigin, auxin, phlox, averta, fullwidth, masonry, timeline, portfolio, projects, showcase, minimal, wix, flat
|
7 |
Requires at least: 4.3
|
8 |
Tested up to: 4.7.2
|
9 |
+
Stable tag: 0.8.0
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl.html
|
12 |
|
13 |
+
Showcase your projects beautifully in Phlox theme
|
14 |
|
15 |
== Description ==
|
16 |
|
17 |
= Overview =
|
|
|
18 |
When using a theme with auxin framework (like [Phlox Theme](http://averta.net/phlox/wordpress-theme/ "Phlox Theme")), this plugin adds portfolio and corresponding theme options that makes you able to showcase and present your projects in an elegant way.
|
19 |
|
20 |
|
35 |
* [Portfolio](http://averta.net/phlox/demo/portfolio/)
|
36 |
|
37 |
= Compatible Browsers =
|
38 |
+
* IE9+
|
39 |
* Firefox
|
40 |
* Safari
|
41 |
* Opera
|
120 |
|
121 |
== Changelog ==
|
122 |
|
123 |
+
= Version 0.8.0 / (28.2.2017) =
|
124 |
- Initial release
|
125 |
|
126 |
|
127 |
|
128 |
== Upgrade Notice ==
|
129 |
|
130 |
+
= 0.8.0 =
|
131 |
-
|
auxin-portfolio.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Portfolio for
|
4 |
*
|
5 |
*
|
6 |
* @package Auxin
|
@@ -11,8 +11,8 @@
|
|
11 |
*
|
12 |
* Plugin Name: Auxin Portfolio
|
13 |
* Plugin URI: http://averta.net/phlox/
|
14 |
-
* Description: Showcase your
|
15 |
-
* Version: 0.
|
16 |
* Author: averta
|
17 |
* Author URI: http://averta.net
|
18 |
* Text Domain: auxin-portfolio
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Premium Portfolio for Phlox theme
|
4 |
*
|
5 |
*
|
6 |
* @package Auxin
|
11 |
*
|
12 |
* Plugin Name: Auxin Portfolio
|
13 |
* Plugin URI: http://averta.net/phlox/
|
14 |
+
* Description: Showcase your projects beautifully in Phlox theme
|
15 |
+
* Version: 0.8.0
|
16 |
* Author: averta
|
17 |
* Author URI: http://averta.net
|
18 |
* Text Domain: auxin-portfolio
|
includes/define.php
CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
|
|
12 |
}
|
13 |
|
14 |
|
15 |
-
define( 'AUXPFO_VERSION' , '0.
|
16 |
|
17 |
define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
|
18 |
|
12 |
}
|
13 |
|
14 |
|
15 |
+
define( 'AUXPFO_VERSION' , '0.8.0' );
|
16 |
|
17 |
define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
|
18 |
|