Shortcodes and extra features for Phlox theme - Version 1.0.2

Version Description

Download this release

Release Info

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

Code changes from version 1.0.1 to 1.0.2

Files changed (3) hide show
  1. README.txt +19 -9
  2. auxin-elements.php +2 -2
  3. includes/define.php +1 -1
README.txt CHANGED
@@ -1,4 +1,4 @@
1
- === Auxin Elements - Shortcodes and Widgets for themes with auxin framework ===
2
  Contributors: averta
3
  Donate link: http://averta.net/
4
  License: GPLv3
@@ -6,25 +6,35 @@ 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.1
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses/gpl.html
12
 
13
- Extra features, shortcodes and widgets for PHLOX theme.
14
 
15
  == Description ==
16
 
 
17
 
18
- >[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")
19
 
20
 
21
- = Overview =
22
 
23
- 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.
24
 
25
 
26
  = Features =
27
-
 
 
 
 
 
 
 
 
 
 
28
  * Fully Responsive
29
  * Cross Browser IE8+ and Other Modern Browsers
30
 
@@ -130,12 +140,12 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/auxin-ele
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
1
+ === Shortcodes and widgets 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.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")
23
 
 
24
 
25
 
26
  = Features =
27
+ * Siteorigin Page builder support
28
+ * Page builder Elements
29
+ * Auxin Shortcodes
30
+ * Auxin Widgets
31
+ * Login page customization
32
+ * Custom CSS and Javascript fields
33
+ * Header layout and image customization
34
+ * Mega Menu
35
+ * Fullscreen Menu
36
+ * Menu Skins
37
+ * Various Blog Page templates
38
  * Fully Responsive
39
  * Cross Browser IE8+ and Other Modern Browsers
40
 
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
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.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.
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
19
  * License URI: LICENSE.txt
20
  * Domain Path: /languages
21
+ * Tested up to: 4.6.0
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.1' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
  define( 'AUXELS_TEXT_DOMAIN' , 'auxin-elements' );
12
  }
13
 
14
 
15
+ define( 'AUXELS_VERSION' , '1.0.2' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
  define( 'AUXELS_TEXT_DOMAIN' , 'auxin-elements' );