Shortcodes and extra features for Phlox theme - Version 2.9.4

Version Description

Download this release

Release Info

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

Code changes from version 2.9.3 to 2.9.4

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.8.2
10
- Stable tag: 2.9.3
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
@@ -155,6 +155,9 @@ Bugs can be reported in our [support forums](https://docs.phlox.pro).
155
 
156
  == Changelog ==
157
 
 
 
 
158
  = Version 2.8.0 / (28.06.2021) =
159
  - [New]: Integrating "Ti Wishlist plugin" for better wishlist features in shops.
160
  - [New]: Integrating Elementor global colors in customizer for faster preview and customization experience.
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
  Tested up to: 5.8.2
10
+ Stable tag: 2.9.4
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
155
 
156
  == Changelog ==
157
 
158
+ = Version 2.9.4 / (23.01.2022) =
159
+ - [Fix]: An issue while creating a translation with Polylang plugin fixed.
160
+
161
  = Version 2.8.0 / (28.06.2021) =
162
  - [New]: Integrating "Ti Wishlist plugin" for better wishlist features in shops.
163
  - [New]: Integrating Elementor global colors in customizer for faster preview and customization experience.
admin/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.9.3 (2022-01)
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.9.4 (2022-01)
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!
admin/includes/admin-the-functions.php CHANGED
@@ -155,6 +155,9 @@ function auxin_get_total_updates(){
155
  function auxin_set_uncategorized_term ( $post_id, $post ) {
156
  $taxonomies = get_object_taxonomies( $post->post_type );
157
  foreach ( $taxonomies as $taxonomy ) {
 
 
 
158
  $terms = wp_get_post_terms( $post_id, $taxonomy );
159
  if ( empty( $terms ) ) {
160
  wp_set_object_terms( $post_id, 'uncategorized', $taxonomy );
155
  function auxin_set_uncategorized_term ( $post_id, $post ) {
156
  $taxonomies = get_object_taxonomies( $post->post_type );
157
  foreach ( $taxonomies as $taxonomy ) {
158
+ if ( $taxonomy == 'language' || $taxonomy == 'post_translations' ) {
159
+ continue;
160
+ }
161
  $terms = wp_get_post_terms( $post_id, $taxonomy );
162
  if ( empty( $terms ) ) {
163
  wp_set_object_terms( $post_id, 'uncategorized', $taxonomy );
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.9.3
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.9.4
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' , '2.9.3' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
12
  }
13
 
14
 
15
+ define( 'AUXELS_VERSION' , '2.9.4' );
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: 2022-01-18 08:35:20+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
@@ -251,31 +251,31 @@ msgstr "دسته"
251
  msgid "a long time"
252
  msgstr ""
253
 
254
- #: admin/includes/admin-the-functions.php:179
255
  msgid "Template ID or type is required."
256
  msgstr ""
257
 
258
- #: admin/includes/admin-the-functions.php:190
259
  msgid "An error occurred while updating templates library."
260
  msgstr ""
261
 
262
- #: admin/includes/admin-the-functions.php:209
263
  msgid "Template Not Found."
264
  msgstr ""
265
 
266
- #: admin/includes/admin-the-functions.php:225
267
  msgid "Template is already imported."
268
  msgstr ""
269
 
270
- #: admin/includes/admin-the-functions.php:241
271
  msgid "Connection error, please check your connection."
272
  msgstr ""
273
 
274
- #: admin/includes/admin-the-functions.php:303
275
  msgid "Template Imported Successfully"
276
  msgstr ""
277
 
278
- #: admin/includes/admin-the-functions.php:315
279
  msgid "Error while saving the template."
280
  msgstr ""
281
 
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: 2022-01-24 06:28:50+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
251
  msgid "a long time"
252
  msgstr ""
253
 
254
+ #: admin/includes/admin-the-functions.php:182
255
  msgid "Template ID or type is required."
256
  msgstr ""
257
 
258
+ #: admin/includes/admin-the-functions.php:193
259
  msgid "An error occurred while updating templates library."
260
  msgstr ""
261
 
262
+ #: admin/includes/admin-the-functions.php:212
263
  msgid "Template Not Found."
264
  msgstr ""
265
 
266
+ #: admin/includes/admin-the-functions.php:228
267
  msgid "Template is already imported."
268
  msgstr ""
269
 
270
+ #: admin/includes/admin-the-functions.php:244
271
  msgid "Connection error, please check your connection."
272
  msgstr ""
273
 
274
+ #: admin/includes/admin-the-functions.php:306
275
  msgid "Template Imported Successfully"
276
  msgstr ""
277
 
278
+ #: admin/includes/admin-the-functions.php:318
279
  msgid "Error while saving the template."
280
  msgstr ""
281
 
languages/auxin-elements.pot CHANGED
@@ -1,9 +1,9 @@
1
  # Averta Copyright (c) {2022}
2
  msgid ""
3
  msgstr ""
4
- "Project-Id-Version: Phlox Core Elements 2.9.3\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
- "POT-Creation-Date: 2022-01-18 08:35: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"
@@ -238,31 +238,31 @@ msgstr ""
238
  msgid "a long time"
239
  msgstr ""
240
 
241
- #: admin/includes/admin-the-functions.php:179
242
  msgid "Template ID or type is required."
243
  msgstr ""
244
 
245
- #: admin/includes/admin-the-functions.php:190
246
  msgid "An error occurred while updating templates library."
247
  msgstr ""
248
 
249
- #: admin/includes/admin-the-functions.php:209
250
  msgid "Template Not Found."
251
  msgstr ""
252
 
253
- #: admin/includes/admin-the-functions.php:225
254
  msgid "Template is already imported."
255
  msgstr ""
256
 
257
- #: admin/includes/admin-the-functions.php:241
258
  msgid "Connection error, please check your connection."
259
  msgstr ""
260
 
261
- #: admin/includes/admin-the-functions.php:303
262
  msgid "Template Imported Successfully"
263
  msgstr ""
264
 
265
- #: admin/includes/admin-the-functions.php:315
266
  msgid "Error while saving the template."
267
  msgstr ""
268
 
1
  # Averta Copyright (c) {2022}
2
  msgid ""
3
  msgstr ""
4
+ "Project-Id-Version: Phlox Core Elements 2.9.4\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
+ "POT-Creation-Date: 2022-01-24 06:28:50+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
238
  msgid "a long time"
239
  msgstr ""
240
 
241
+ #: admin/includes/admin-the-functions.php:182
242
  msgid "Template ID or type is required."
243
  msgstr ""
244
 
245
+ #: admin/includes/admin-the-functions.php:193
246
  msgid "An error occurred while updating templates library."
247
  msgstr ""
248
 
249
+ #: admin/includes/admin-the-functions.php:212
250
  msgid "Template Not Found."
251
  msgstr ""
252
 
253
+ #: admin/includes/admin-the-functions.php:228
254
  msgid "Template is already imported."
255
  msgstr ""
256
 
257
+ #: admin/includes/admin-the-functions.php:244
258
  msgid "Connection error, please check your connection."
259
  msgstr ""
260
 
261
+ #: admin/includes/admin-the-functions.php:306
262
  msgid "Template Imported Successfully"
263
  msgstr ""
264
 
265
+ #: admin/includes/admin-the-functions.php:318
266
  msgid "Error while saving the template."
267
  msgstr ""
268
 
public/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.9.3 (2022-01)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */
1
+ /*! Phlox Core Plugin - v2.9.4 (2022-01)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */