Version Description
Download this release
Release Info
Developer | averta |
Plugin | Shortcodes and extra features for Phlox theme |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- README.txt +3 -3
- auxin-elements.php +2 -2
- includes/define.php +1 -1
README.txt
CHANGED
@@ -6,7 +6,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
|
|
6 |
Tags: banner SEO, shortcode, page-builder, siteorigin, auxin, framework, widget, element, phlox, averta, fullwidth, masonry, timeline
|
7 |
Requires at least: 4.3
|
8 |
Tested up to: 4.6.0
|
9 |
-
Stable tag: 1.0.
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl.html
|
12 |
|
@@ -130,12 +130,12 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/auxin-ele
|
|
130 |
|
131 |
== Changelog ==
|
132 |
|
133 |
-
= Version 1.0.
|
134 |
- Initial release
|
135 |
|
136 |
|
137 |
|
138 |
== Upgrade Notice ==
|
139 |
|
140 |
-
= 1.0.
|
141 |
- Initial release
|
6 |
Tags: banner SEO, shortcode, page-builder, siteorigin, auxin, framework, widget, element, phlox, averta, fullwidth, masonry, timeline
|
7 |
Requires at least: 4.3
|
8 |
Tested up to: 4.6.0
|
9 |
+
Stable tag: 1.0.1
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl.html
|
12 |
|
130 |
|
131 |
== Changelog ==
|
132 |
|
133 |
+
= Version 1.0.1 / (30.8.2016) =
|
134 |
- Initial release
|
135 |
|
136 |
|
137 |
|
138 |
== Upgrade Notice ==
|
139 |
|
140 |
+
= 1.0.1 =
|
141 |
- Initial release
|
auxin-elements.php
CHANGED
@@ -12,13 +12,13 @@
|
|
12 |
* Plugin Name: Auxin Elements
|
13 |
* Plugin URI: https://wordpress.org/plugins/auxin-elements/
|
14 |
* Description: Extra features, shortcodes and widgets for PHLOX theme.
|
15 |
-
* Version: 1.0.
|
16 |
* Author: averta
|
17 |
* Author URI: http://averta.net
|
18 |
* Text Domain: auxin-elements
|
19 |
* License URI: LICENSE.txt
|
20 |
* Domain Path: /languages
|
21 |
-
* Tested up to: 1.0.
|
22 |
*/
|
23 |
|
24 |
// If this file is called directly, abort.
|
12 |
* Plugin Name: Auxin Elements
|
13 |
* Plugin URI: https://wordpress.org/plugins/auxin-elements/
|
14 |
* Description: Extra features, shortcodes and widgets for PHLOX theme.
|
15 |
+
* Version: 1.0.1
|
16 |
* Author: averta
|
17 |
* Author URI: http://averta.net
|
18 |
* Text Domain: auxin-elements
|
19 |
* License URI: LICENSE.txt
|
20 |
* Domain Path: /languages
|
21 |
+
* Tested up to: 1.0.1
|
22 |
*/
|
23 |
|
24 |
// If this file is called directly, abort.
|
includes/define.php
CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
|
|
12 |
}
|
13 |
|
14 |
|
15 |
-
define( 'AUXELS_VERSION' , '1.0.
|
16 |
|
17 |
define( 'AUXELS_SLUG' , 'auxin-elements' );
|
18 |
define( 'AUXELS_TEXT_DOMAIN' , 'auxin-elements' );
|
12 |
}
|
13 |
|
14 |
|
15 |
+
define( 'AUXELS_VERSION' , '1.0.1' );
|
16 |
|
17 |
define( 'AUXELS_SLUG' , 'auxin-elements' );
|
18 |
define( 'AUXELS_TEXT_DOMAIN' , 'auxin-elements' );
|