Shortcodes and extra features for Phlox theme - Version 2.7.5

Version Description

Download this release

Release Info

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

Code changes from version 2.7.4 to 2.7.5

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.5.0
10
- Stable tag: 2.7.4
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.5.0
10
+ Stable tag: 2.7.5
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.7.4 (2020-12)
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.7.5 (2020-12)
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/compatibility/woocommerce/wc.php CHANGED
@@ -6,6 +6,9 @@
6
 
7
  add_filter( 'woocommerce_create_pages', 'auxin_disable_automatic_page_creation', 1, 1 );
8
  function auxin_disable_automatic_page_creation( $pages ) {
 
 
 
9
  return[];
10
  }
11
 
6
 
7
  add_filter( 'woocommerce_create_pages', 'auxin_disable_automatic_page_creation', 1, 1 );
8
  function auxin_disable_automatic_page_creation( $pages ) {
9
+ if ( ! empty( $_GET['action'] ) && $_GET['action'] == 'install_pages' ) {
10
+ return $pages;
11
+ }
12
  return[];
13
  }
14
 
auxin-elements.php CHANGED
@@ -12,14 +12,14 @@
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.7.4
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
19
  * License: GPL2
20
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
21
  * Domain Path: /languages
22
- * Tested up to: 5.5.1
23
  */
24
 
25
  // If this file is called directly, abort.
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.7.5
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
19
  * License: GPL2
20
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
21
  * Domain Path: /languages
22
+ * Tested up to: 5.5.3
23
  */
24
 
25
  // If this file is called directly, abort.
includes/classes/class-auxin-demo-importer.php CHANGED
@@ -295,6 +295,12 @@ class Auxin_Demo_Importer {
295
  }
296
  }
297
  }
 
 
 
 
 
 
298
  wp_send_json_success( array( 'step' => 'users', 'next' => 'content', 'message' => __( 'Importing Contents', 'auxin-elements' ) ) );
299
 
300
  case 'content':
@@ -1013,9 +1019,6 @@ class Auxin_Demo_Importer {
1013
 
1014
  $this->maybe_flush_post( $post_id );
1015
 
1016
- // Trash the default WordPress Post, "Hello World," which has an ID of '1'.
1017
- wp_trash_post( 1 );
1018
-
1019
  } else {
1020
 
1021
  continue;
295
  }
296
  }
297
  }
298
+
299
+ // Trash the default WordPress Post, "Hello World," which has an ID of '1'.
300
+ if ( get_post_type( 1 ) != 'elementor_library' ) {
301
+ wp_trash_post( 1 );
302
+ }
303
+
304
  wp_send_json_success( array( 'step' => 'users', 'next' => 'content', 'message' => __( 'Importing Contents', 'auxin-elements' ) ) );
305
 
306
  case 'content':
1019
 
1020
  $this->maybe_flush_post( $post_id );
1021
 
 
 
 
1022
  } else {
1023
 
1024
  continue;
includes/define.php CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
12
  }
13
 
14
 
15
- define( 'AUXELS_VERSION' , '2.7.4' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
12
  }
13
 
14
 
15
+ define( 'AUXELS_VERSION' , '2.7.5' );
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: 2020-12-06 12:31:42+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
@@ -2106,42 +2106,42 @@ msgid "Importing Media"
2106
  msgstr ""
2107
 
2108
  #: includes/classes/class-auxin-demo-importer.php:293
2109
- #: includes/classes/class-auxin-demo-importer.php:1260
2110
  msgid "Importing Users"
2111
  msgstr ""
2112
 
2113
- #: includes/classes/class-auxin-demo-importer.php:298
2114
- #: includes/classes/class-auxin-demo-importer.php:310
2115
  msgid "Importing Contents"
2116
  msgstr ""
2117
 
2118
- #: includes/classes/class-auxin-demo-importer.php:322
2119
  #, fuzzy
2120
  msgid "Importing Options"
2121
  msgstr "تنظیمات طراحی"
2122
 
2123
- #: includes/classes/class-auxin-demo-importer.php:339
2124
- #: includes/classes/class-auxin-demo-importer.php:548
2125
  msgid "Importing Menus"
2126
  msgstr ""
2127
 
2128
- #: includes/classes/class-auxin-demo-importer.php:345
2129
  msgid "Importing Widgets"
2130
  msgstr ""
2131
 
2132
- #: includes/classes/class-auxin-demo-importer.php:425
2133
  msgid "Retrieve Body Fails"
2134
  msgstr ""
2135
 
2136
- #: includes/classes/class-auxin-demo-importer.php:614
2137
  msgid "Importing Sliders"
2138
  msgstr ""
2139
 
2140
- #: includes/classes/class-auxin-demo-importer.php:1323
2141
  msgid "Preparing Site ..."
2142
  msgstr ""
2143
 
2144
- #: includes/classes/class-auxin-demo-importer.php:1342
2145
  msgid "All steps are successful"
2146
  msgstr ""
2147
 
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: 2020-12-23 09:20:33+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
2106
  msgstr ""
2107
 
2108
  #: includes/classes/class-auxin-demo-importer.php:293
2109
+ #: includes/classes/class-auxin-demo-importer.php:1263
2110
  msgid "Importing Users"
2111
  msgstr ""
2112
 
2113
+ #: includes/classes/class-auxin-demo-importer.php:304
2114
+ #: includes/classes/class-auxin-demo-importer.php:316
2115
  msgid "Importing Contents"
2116
  msgstr ""
2117
 
2118
+ #: includes/classes/class-auxin-demo-importer.php:328
2119
  #, fuzzy
2120
  msgid "Importing Options"
2121
  msgstr "تنظیمات طراحی"
2122
 
2123
+ #: includes/classes/class-auxin-demo-importer.php:345
2124
+ #: includes/classes/class-auxin-demo-importer.php:554
2125
  msgid "Importing Menus"
2126
  msgstr ""
2127
 
2128
+ #: includes/classes/class-auxin-demo-importer.php:351
2129
  msgid "Importing Widgets"
2130
  msgstr ""
2131
 
2132
+ #: includes/classes/class-auxin-demo-importer.php:431
2133
  msgid "Retrieve Body Fails"
2134
  msgstr ""
2135
 
2136
+ #: includes/classes/class-auxin-demo-importer.php:620
2137
  msgid "Importing Sliders"
2138
  msgstr ""
2139
 
2140
+ #: includes/classes/class-auxin-demo-importer.php:1326
2141
  msgid "Preparing Site ..."
2142
  msgstr ""
2143
 
2144
+ #: includes/classes/class-auxin-demo-importer.php:1345
2145
  msgid "All steps are successful"
2146
  msgstr ""
2147
 
languages/auxin-elements.pot CHANGED
@@ -1,9 +1,9 @@
1
  # Averta Copyright (c) {2020}
2
  msgid ""
3
  msgstr ""
4
- "Project-Id-Version: Phlox Core Elements 2.7.4\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
- "POT-Creation-Date: 2020-12-06 12:31:42+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
@@ -1966,41 +1966,41 @@ msgid "Importing Media"
1966
  msgstr ""
1967
 
1968
  #: includes/classes/class-auxin-demo-importer.php:293
1969
- #: includes/classes/class-auxin-demo-importer.php:1260
1970
  msgid "Importing Users"
1971
  msgstr ""
1972
 
1973
- #: includes/classes/class-auxin-demo-importer.php:298
1974
- #: includes/classes/class-auxin-demo-importer.php:310
1975
  msgid "Importing Contents"
1976
  msgstr ""
1977
 
1978
- #: includes/classes/class-auxin-demo-importer.php:322
1979
  msgid "Importing Options"
1980
  msgstr ""
1981
 
1982
- #: includes/classes/class-auxin-demo-importer.php:339
1983
- #: includes/classes/class-auxin-demo-importer.php:548
1984
  msgid "Importing Menus"
1985
  msgstr ""
1986
 
1987
- #: includes/classes/class-auxin-demo-importer.php:345
1988
  msgid "Importing Widgets"
1989
  msgstr ""
1990
 
1991
- #: includes/classes/class-auxin-demo-importer.php:425
1992
  msgid "Retrieve Body Fails"
1993
  msgstr ""
1994
 
1995
- #: includes/classes/class-auxin-demo-importer.php:614
1996
  msgid "Importing Sliders"
1997
  msgstr ""
1998
 
1999
- #: includes/classes/class-auxin-demo-importer.php:1323
2000
  msgid "Preparing Site ..."
2001
  msgstr ""
2002
 
2003
- #: includes/classes/class-auxin-demo-importer.php:1342
2004
  msgid "All steps are successful"
2005
  msgstr ""
2006
 
1
  # Averta Copyright (c) {2020}
2
  msgid ""
3
  msgstr ""
4
+ "Project-Id-Version: Phlox Core Elements 2.7.5\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
+ "POT-Creation-Date: 2020-12-23 09:20:33+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
1966
  msgstr ""
1967
 
1968
  #: includes/classes/class-auxin-demo-importer.php:293
1969
+ #: includes/classes/class-auxin-demo-importer.php:1263
1970
  msgid "Importing Users"
1971
  msgstr ""
1972
 
1973
+ #: includes/classes/class-auxin-demo-importer.php:304
1974
+ #: includes/classes/class-auxin-demo-importer.php:316
1975
  msgid "Importing Contents"
1976
  msgstr ""
1977
 
1978
+ #: includes/classes/class-auxin-demo-importer.php:328
1979
  msgid "Importing Options"
1980
  msgstr ""
1981
 
1982
+ #: includes/classes/class-auxin-demo-importer.php:345
1983
+ #: includes/classes/class-auxin-demo-importer.php:554
1984
  msgid "Importing Menus"
1985
  msgstr ""
1986
 
1987
+ #: includes/classes/class-auxin-demo-importer.php:351
1988
  msgid "Importing Widgets"
1989
  msgstr ""
1990
 
1991
+ #: includes/classes/class-auxin-demo-importer.php:431
1992
  msgid "Retrieve Body Fails"
1993
  msgstr ""
1994
 
1995
+ #: includes/classes/class-auxin-demo-importer.php:620
1996
  msgid "Importing Sliders"
1997
  msgstr ""
1998
 
1999
+ #: includes/classes/class-auxin-demo-importer.php:1326
2000
  msgid "Preparing Site ..."
2001
  msgstr ""
2002
 
2003
+ #: includes/classes/class-auxin-demo-importer.php:1345
2004
  msgid "All steps are successful"
2005
  msgstr ""
2006
 
public/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.7.4 (2020-12)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */
1
+ /*! Phlox Core Plugin - v2.7.5 (2020-12)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */