Shortcodes and extra features for Phlox theme - Version 1.0.3

Version Description

Download this release

Release Info

Developer averta
Plugin Icon 128x128 Shortcodes and extra features for Phlox theme
Version 1.0.3
Comparing to
See all releases

Code changes from version 1.0.2 to 1.0.3

Files changed (3) hide show
  1. README.txt +10 -7
  2. auxin-elements.php +1 -1
  3. includes/define.php +1 -1
README.txt CHANGED
@@ -1,4 +1,4 @@
1
- === Shortcodes and widgets for Phlox theme ===
2
  Contributors: averta
3
  Donate link: http://averta.net/
4
  License: GPLv3
@@ -6,17 +6,17 @@ 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.2
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses/gpl.html
12
 
13
- AuxinElements is a powerful and comprehensive plugin that exclusively developed for Phlox theme to extend the functionality of this theme by adding new shortcodes, widgets and page builder elements.
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 some shortcodes and widgets to extend the functionality of the theme.
20
 
21
 
22
  >[Demo on Phlox Theme](http://averta.net/phlox/wordpress-theme/ "Live demo of Auxin Elements on Phlox Theme") | [Documentation](http://docs.averta.net/display/PD/Phlox+Documentation "Auxin Elements documentation") | [Video tutorials](http://support.averta.net/envato/videos/phlox-video-tutorials/ "Watch all video tutorials") | [Support forum](http://wordpress.org/support/plugin/auxin-elements "Free support")
@@ -140,12 +140,15 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/auxin-ele
140
 
141
  == Changelog ==
142
 
143
- = Version 1.0.2 / (31.8.2016) =
 
 
 
144
  - Initial release
145
 
146
 
147
 
148
  == Upgrade Notice ==
149
 
150
- = 1.0.2 =
151
- - Initial release
1
+ === Shortcodes and extra features for Phlox theme ===
2
  Contributors: averta
3
  Donate link: http://averta.net/
4
  License: GPLv3
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.3
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses/gpl.html
12
 
13
+ Powerful and comprehensive plugin that extends the functionality of Phlox theme by adding new shortcodes, widgets and options
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 new shortcodes, widgets, page builder elements and theme options to extend the functionality of the theme.
20
 
21
 
22
  >[Demo on Phlox Theme](http://averta.net/phlox/wordpress-theme/ "Live demo of Auxin Elements on Phlox Theme") | [Documentation](http://docs.averta.net/display/PD/Phlox+Documentation "Auxin Elements documentation") | [Video tutorials](http://support.averta.net/envato/videos/phlox-video-tutorials/ "Watch all video tutorials") | [Support forum](http://wordpress.org/support/plugin/auxin-elements "Free support")
140
 
141
  == Changelog ==
142
 
143
+ = Version 1.0.3 / (31.8.2016) =
144
+ - [Update]: Description in profile page updated
145
+
146
+ = Version 1.0.0 / (30.8.2016) =
147
  - Initial release
148
 
149
 
150
 
151
  == Upgrade Notice ==
152
 
153
+ = 1.0.3 =
154
+ - [Update]: Description in profile page updated
auxin-elements.php CHANGED
@@ -12,7 +12,7 @@
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.2
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
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.3
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
includes/define.php CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
12
  }
13
 
14
 
15
- define( 'AUXELS_VERSION' , '1.0.2' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
  define( 'AUXELS_TEXT_DOMAIN' , 'auxin-elements' );
12
  }
13
 
14
 
15
+ define( 'AUXELS_VERSION' , '1.0.3' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
  define( 'AUXELS_TEXT_DOMAIN' , 'auxin-elements' );