Version Description
Download this release
Release Info
Developer | averta |
Plugin | Shortcodes and extra features for Phlox theme |
Version | 2.7.10 |
Comparing to | |
See all releases |
Code changes from version 2.7.9 to 2.7.10
- README.txt +6 -2
- admin/assets/js/plugins.js +1 -1
- auxin-elements.php +2 -2
- includes/classes/class-auxin-demo-importer.php +5 -3
- includes/define.php +1 -1
- includes/elementor/widgets/theme-elements/shopping-cart.php +3 -0
- languages/auxin-elements-fa_IR.po +1 -1
- languages/auxin-elements.pot +2 -2
- public/assets/js/plugins.js +1 -1
README.txt
CHANGED
@@ -6,8 +6,8 @@ License URI: http://www.gnu.org/licenses/gpl.html
|
|
6 |
Tags: phlox, gallery, elementor, siteorigin, auxin, averta, auxin-elements, framework, widget, fullwidth, masonry, timeline, parallax
|
7 |
Requires PHP: 5.4
|
8 |
Requires at least: 4.6
|
9 |
-
Tested up to: 5.
|
10 |
-
Stable tag: 2.7.
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl.html
|
13 |
|
@@ -155,6 +155,10 @@ Bugs can be reported in our [support forums](https://docs.phlox.pro).
|
|
155 |
|
156 |
== Changelog ==
|
157 |
|
|
|
|
|
|
|
|
|
158 |
= Version 2.6.14 / (09.09.2020) =
|
159 |
- [New]: New options for recent post elements added.
|
160 |
- [Fix]: Minor bug fixes and performance improvements.
|
6 |
Tags: phlox, gallery, elementor, siteorigin, auxin, averta, auxin-elements, framework, widget, fullwidth, masonry, timeline, parallax
|
7 |
Requires PHP: 5.4
|
8 |
Requires at least: 4.6
|
9 |
+
Tested up to: 5.7.0
|
10 |
+
Stable tag: 2.7.10
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl.html
|
13 |
|
155 |
|
156 |
== Changelog ==
|
157 |
|
158 |
+
= Version 2.7.10 / (15.03.2021) =
|
159 |
+
- [Fix]: An issue with importing icons fixed in demo importer.
|
160 |
+
- [Improvement]: Improvements for shopping cart applied.
|
161 |
+
|
162 |
= Version 2.6.14 / (09.09.2020) =
|
163 |
- [New]: New options for recent post elements added.
|
164 |
- [Fix]: Minor bug fixes and performance improvements.
|
admin/assets/js/plugins.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! Phlox Core Plugin - v2.7.
|
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.10 (2021-03)
|
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,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.
|
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.
|
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.10
|
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.7.0
|
23 |
*/
|
24 |
|
25 |
// If this file is called directly, abort.
|
includes/classes/class-auxin-demo-importer.php
CHANGED
@@ -1873,7 +1873,8 @@ class Auxin_Demo_Importer {
|
|
1873 |
'icon',
|
1874 |
'selected_icon',
|
1875 |
'prev_icon',
|
1876 |
-
'next_icon'
|
|
|
1877 |
];
|
1878 |
|
1879 |
foreach( $svg_icon_patterns as $key => $pattern ) {
|
@@ -1975,9 +1976,10 @@ class Auxin_Demo_Importer {
|
|
1975 |
foreach( $matches[0] as $key => $url ) {
|
1976 |
if ( ! empty( $matches[1][$key] ) ) {
|
1977 |
$new_url = str_replace( '\/' . $matches[1][$key], '', $url );
|
|
|
|
|
1978 |
}
|
1979 |
-
|
1980 |
-
$new_css = str_replace( $url, $new_url, $new_css );
|
1981 |
}
|
1982 |
$new_css = preg_replace( "#sites\\\/\d*\\\/#", '', $new_css );
|
1983 |
$meta = str_replace( $css[0], $new_css, $meta );
|
1873 |
'icon',
|
1874 |
'selected_icon',
|
1875 |
'prev_icon',
|
1876 |
+
'next_icon',
|
1877 |
+
'aux_new_icon'
|
1878 |
];
|
1879 |
|
1880 |
foreach( $svg_icon_patterns as $key => $pattern ) {
|
1976 |
foreach( $matches[0] as $key => $url ) {
|
1977 |
if ( ! empty( $matches[1][$key] ) ) {
|
1978 |
$new_url = str_replace( '\/' . $matches[1][$key], '', $url );
|
1979 |
+
$new_url = str_replace( "https:\/\/demo.phlox.pro\/", $site_url, $new_url );
|
1980 |
+
$new_css = str_replace( $url, $new_url, $new_css );
|
1981 |
}
|
1982 |
+
|
|
|
1983 |
}
|
1984 |
$new_css = preg_replace( "#sites\\\/\d*\\\/#", '', $new_css );
|
1985 |
$meta = str_replace( $css[0], $new_css, $meta );
|
includes/define.php
CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
|
|
12 |
}
|
13 |
|
14 |
|
15 |
-
define( 'AUXELS_VERSION' , '2.7.
|
16 |
|
17 |
define( 'AUXELS_SLUG' , 'auxin-elements' );
|
18 |
|
12 |
}
|
13 |
|
14 |
|
15 |
+
define( 'AUXELS_VERSION' , '2.7.10' );
|
16 |
|
17 |
define( 'AUXELS_SLUG' , 'auxin-elements' );
|
18 |
|
includes/elementor/widgets/theme-elements/shopping-cart.php
CHANGED
@@ -583,6 +583,9 @@ class Shopping_Cart extends Widget_Base {
|
|
583 |
|
584 |
$icon_value = ! empty( $settings['aux_shopping_cart_icon']['value'] ) ? $settings['aux_shopping_cart_icon']['value'] : ( ! empty( $settings['icon'] ) ? $settings['icon'] : 'auxicon-shopping-bag-4' ) ;
|
585 |
|
|
|
|
|
|
|
586 |
echo '<div class="aux-cart-element-container">';
|
587 |
echo auxin_wc_add_to_cart(
|
588 |
array(
|
583 |
|
584 |
$icon_value = ! empty( $settings['aux_shopping_cart_icon']['value'] ) ? $settings['aux_shopping_cart_icon']['value'] : ( ! empty( $settings['icon'] ) ? $settings['icon'] : 'auxicon-shopping-bag-4' ) ;
|
585 |
|
586 |
+
$settings['image_custom_dimension']['width'] = empty( $settings['image_custom_dimension']['width'] ) ? '' : $settings['image_custom_dimension']['width'];
|
587 |
+
$settings['image_custom_dimension']['height'] = empty( $settings['image_custom_dimension']['height'] ) ? '' : $settings['image_custom_dimension']['height'];
|
588 |
+
|
589 |
echo '<div class="aux-cart-element-container">';
|
590 |
echo auxin_wc_add_to_cart(
|
591 |
array(
|
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-
|
6 |
"PO-Revision-Date: 2016-11-09 12:50+0330\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
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-03-15 09:44:48+00:00\n"
|
6 |
"PO-Revision-Date: 2016-11-09 12:50+0330\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
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.7.
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
-
"POT-Creation-Date: 2021-
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=utf-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
1 |
# Averta Copyright (c) {2021}
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
+
"Project-Id-Version: Phlox Core Elements 2.7.10\n"
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
+
"POT-Creation-Date: 2021-03-15 09:44:48+00:00\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=utf-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
public/assets/js/plugins.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! Phlox Core Plugin - v2.7.
|
2 |
* All required plugins
|
3 |
* http://phlox.pro/
|
4 |
*/
|
1 |
+
/*! Phlox Core Plugin - v2.7.10 (2021-03)
|
2 |
* All required plugins
|
3 |
* http://phlox.pro/
|
4 |
*/
|