Shortcodes and extra features for Phlox theme - Version 2.8.2

Version Description

Download this release

Release Info

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

Code changes from version 2.8.1 to 2.8.2

README.txt CHANGED
@@ -7,7 +7,7 @@ Tags: phlox, gallery, elementor, siteorigin, auxin, averta, auxin-elements, fram
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
  Tested up to: 5.7.2
10
- Stable tag: 2.8.1
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
  Tested up to: 5.7.2
10
+ Stable tag: 2.8.2
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
admin/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.8.1 (2021-07)
2
  * All required javascript plugins for admin
3
  * http://phlox.pro/
4
  * Place any jQuery/helper plugins in here, instead of separate, slower script files!
1
+ /*! Phlox Core Plugin - v2.8.2 (2021-07)
2
  * All required javascript plugins for admin
3
  * http://phlox.pro/
4
  * Place any jQuery/helper plugins in here, instead of separate, slower script files!
auxin-elements.php CHANGED
@@ -12,7 +12,7 @@
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
  * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
15
- * Version: 2.8.1
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
  * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
15
+ * Version: 2.8.2
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
includes/compatibility/wpml/translate.php CHANGED
@@ -183,6 +183,43 @@ function auxin_wpml_widgets_to_translate_list( $widgets ) {
183
  ),
184
  );
185
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
 
187
  return $widgets;
188
  }
183
  ),
184
  );
185
 
186
+ $widgets['aux_modern_button'] = array(
187
+ 'conditions' => array( 'widgetType' => 'aux_modern_button' ),
188
+ 'fields' => array(
189
+ array(
190
+ 'field' => 'label',
191
+ 'type' => __( 'Button: Text', 'auxin-elements' ),
192
+ 'editor_type' => 'LINE'
193
+ ),
194
+ array(
195
+ 'field' => 'label2',
196
+ 'type' => __( 'Button: Highlighted Text', 'auxin-elements' ),
197
+ 'editor_type' => 'LINE'
198
+ ),
199
+ array(
200
+ 'field' => 'label3',
201
+ 'type' => __( 'Button: After Text', 'auxin-elements' ),
202
+ 'editor_type' => 'LINE'
203
+ ),
204
+ array(
205
+ 'field' => 'link',
206
+ 'type' => __( 'Button: Link', 'auxin-elements' ),
207
+ 'editor_type' => 'LINK'
208
+ )
209
+ )
210
+ );
211
+
212
+ $widgets['aux_copyright'] = array(
213
+ 'conditions' => array( 'widgetType' => 'aux_copyright' ),
214
+ 'fields' => array(
215
+ array(
216
+ 'field' => 'copyright_text',
217
+ 'type' => __( 'Copyright Text', 'auxin-elements' ),
218
+ 'editor_type' => 'LINE'
219
+ )
220
+ )
221
+ );
222
+
223
 
224
  return $widgets;
225
  }
includes/define.php CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
12
  }
13
 
14
 
15
- define( 'AUXELS_VERSION' , '2.8.1' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
12
  }
13
 
14
 
15
+ define( 'AUXELS_VERSION' , '2.8.2' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
languages/auxin-elements-fa_IR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Auxin Essential Elements\n"
4
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
5
- "POT-Creation-Date: 2021-07-03 12:20:21+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
@@ -3005,6 +3005,32 @@ msgstr "طول جغرافیایی"
3005
  msgid "MAP: Marker info"
3006
  msgstr "اطلاعات نشانگر"
3007
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3008
  #: includes/elementor/class-auxin-elementor-core-elements.php:404
3009
  msgid "Element class \"%s\" not found."
3010
  msgstr ""
@@ -9160,11 +9186,6 @@ msgstr "دربرگیرنده"
9160
  msgid "Copyright"
9161
  msgstr ""
9162
 
9163
- #: includes/elementor/widgets/theme-elements/copyright.php:102
9164
- #, fuzzy
9165
- msgid "Copyright Text"
9166
- msgstr "متن هایلایت شده"
9167
-
9168
  #: includes/elementor/widgets/theme-elements/copyright.php:104
9169
  msgid "© %s. All rights reserved."
9170
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Auxin Essential Elements\n"
4
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
5
+ "POT-Creation-Date: 2021-07-04 11:56:20+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
3005
  msgid "MAP: Marker info"
3006
  msgstr "اطلاعات نشانگر"
3007
 
3008
+ #: includes/compatibility/wpml/translate.php:191
3009
+ #, fuzzy
3010
+ msgid "Button: Text"
3011
+ msgstr "متن دکمه"
3012
+
3013
+ #: includes/compatibility/wpml/translate.php:196
3014
+ #, fuzzy
3015
+ msgid "Button: Highlighted Text"
3016
+ msgstr "متن هایلایت شده"
3017
+
3018
+ #: includes/compatibility/wpml/translate.php:201
3019
+ #, fuzzy
3020
+ msgid "Button: After Text"
3021
+ msgstr "متن دکمه"
3022
+
3023
+ #: includes/compatibility/wpml/translate.php:206
3024
+ #, fuzzy
3025
+ msgid "Button: Link"
3026
+ msgstr "اندازه دکمه"
3027
+
3028
+ #: includes/compatibility/wpml/translate.php:217
3029
+ #: includes/elementor/widgets/theme-elements/copyright.php:102
3030
+ #, fuzzy
3031
+ msgid "Copyright Text"
3032
+ msgstr "متن هایلایت شده"
3033
+
3034
  #: includes/elementor/class-auxin-elementor-core-elements.php:404
3035
  msgid "Element class \"%s\" not found."
3036
  msgstr ""
9186
  msgid "Copyright"
9187
  msgstr ""
9188
 
 
 
 
 
 
9189
  #: includes/elementor/widgets/theme-elements/copyright.php:104
9190
  msgid "© %s. All rights reserved."
9191
  msgstr ""
languages/auxin-elements.pot CHANGED
@@ -1,9 +1,9 @@
1
  # Averta Copyright (c) {2021}
2
  msgid ""
3
  msgstr ""
4
- "Project-Id-Version: Phlox Core Elements 2.8.1\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
- "POT-Creation-Date: 2021-07-03 12:20:21+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
@@ -2817,6 +2817,27 @@ msgstr ""
2817
  msgid "MAP: Marker info"
2818
  msgstr ""
2819
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2820
  #: includes/elementor/class-auxin-elementor-core-elements.php:404
2821
  msgid "Element class \"%s\" not found."
2822
  msgstr ""
@@ -8611,10 +8632,6 @@ msgstr ""
8611
  msgid "Copyright"
8612
  msgstr ""
8613
 
8614
- #: includes/elementor/widgets/theme-elements/copyright.php:102
8615
- msgid "Copyright Text"
8616
- msgstr ""
8617
-
8618
  #: includes/elementor/widgets/theme-elements/copyright.php:104
8619
  msgid "© %s. All rights reserved."
8620
  msgstr ""
1
  # Averta Copyright (c) {2021}
2
  msgid ""
3
  msgstr ""
4
+ "Project-Id-Version: Phlox Core Elements 2.8.2\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
+ "POT-Creation-Date: 2021-07-04 11:56:20+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
2817
  msgid "MAP: Marker info"
2818
  msgstr ""
2819
 
2820
+ #: includes/compatibility/wpml/translate.php:191
2821
+ msgid "Button: Text"
2822
+ msgstr ""
2823
+
2824
+ #: includes/compatibility/wpml/translate.php:196
2825
+ msgid "Button: Highlighted Text"
2826
+ msgstr ""
2827
+
2828
+ #: includes/compatibility/wpml/translate.php:201
2829
+ msgid "Button: After Text"
2830
+ msgstr ""
2831
+
2832
+ #: includes/compatibility/wpml/translate.php:206
2833
+ msgid "Button: Link"
2834
+ msgstr ""
2835
+
2836
+ #: includes/compatibility/wpml/translate.php:217
2837
+ #: includes/elementor/widgets/theme-elements/copyright.php:102
2838
+ msgid "Copyright Text"
2839
+ msgstr ""
2840
+
2841
  #: includes/elementor/class-auxin-elementor-core-elements.php:404
2842
  msgid "Element class \"%s\" not found."
2843
  msgstr ""
8632
  msgid "Copyright"
8633
  msgstr ""
8634
 
 
 
 
 
8635
  #: includes/elementor/widgets/theme-elements/copyright.php:104
8636
  msgid "© %s. All rights reserved."
8637
  msgstr ""
public/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.8.1 (2021-07)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */
1
+ /*! Phlox Core Plugin - v2.8.2 (2021-07)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */