Shortcodes and extra features for Phlox theme - Version 2.5.15

Version Description

Download this release

Release Info

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

Code changes from version 2.5.14 to 2.5.15

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.4.0
10
- Stable tag: 2.5.14
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.4.0
10
+ Stable tag: 2.5.15
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.5.14 (2020-05-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!
1
+ /*! Phlox Core Plugin - v2.5.15 (2020-05)
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.5.14
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.5.15
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.5.14' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
12
  }
13
 
14
 
15
+ define( 'AUXELS_VERSION' , '2.5.15' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
includes/elementor/class-auxin-elementor-core-elements.php CHANGED
@@ -189,6 +189,9 @@ final class Elements {
189
 
190
  // Change options on auxin load
191
  add_action( 'auxin_admin_loaded' , [ $this, 'auxin_admin_loaded' ] );
 
 
 
192
  }
193
 
194
  /**
@@ -784,6 +787,17 @@ final class Elements {
784
  return $tabs;
785
  }
786
 
 
 
 
 
 
 
 
 
 
 
 
787
  }
788
 
789
  Elements::instance();
189
 
190
  // Change options on auxin load
191
  add_action( 'auxin_admin_loaded' , [ $this, 'auxin_admin_loaded' ] );
192
+
193
+ // Flush CSS cache on auxin theme or plugin update
194
+ add_action( 'auxin_updated' , [ $this, 'clear_cache' ] );
195
  }
196
 
197
  /**
787
  return $tabs;
788
  }
789
 
790
+ /**
791
+ * Clear cache.
792
+ *
793
+ * Delete all meta containing files data. And delete the actual
794
+ * files from the upload directory.
795
+ *
796
+ */
797
+ public function clear_cache(){
798
+ \Elementor\Plugin::$instance->files_manager->clear_cache();
799
+ }
800
+
801
  }
802
 
803
  Elements::instance();
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.5.14\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
- "POT-Creation-Date: 2020-05-03 13:37:23+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
@@ -2654,50 +2654,50 @@ msgstr ""
2654
  msgid "Select Audio"
2655
  msgstr ""
2656
 
2657
- #: includes/elementor/class-auxin-elementor-core-elements.php:398
2658
  msgid "Element class \"%s\" not found."
2659
  msgstr ""
2660
 
2661
- #: includes/elementor/class-auxin-elementor-core-elements.php:494
2662
  msgid "Module class \"%s\" not found."
2663
  msgstr ""
2664
 
2665
- #: includes/elementor/class-auxin-elementor-core-elements.php:567
2666
  msgid "%s - General"
2667
  msgstr ""
2668
 
2669
- #: includes/elementor/class-auxin-elementor-core-elements.php:575
2670
  msgid "%s - Featured"
2671
  msgstr ""
2672
 
2673
- #: includes/elementor/class-auxin-elementor-core-elements.php:583
2674
  msgid "%s - Posts"
2675
  msgstr ""
2676
 
2677
- #: includes/elementor/class-auxin-elementor-core-elements.php:591
2678
  msgid "%s - Portfolio"
2679
  msgstr ""
2680
 
2681
- #: includes/elementor/class-auxin-elementor-core-elements.php:675
2682
- #: includes/elementor/class-auxin-elementor-core-elements.php:699
2683
  #. translators: 1: Plugin name 2: PHP 3: Required PHP version
2684
  msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
2685
  msgstr ""
2686
 
2687
- #: includes/elementor/class-auxin-elementor-core-elements.php:677
2688
  msgid "Elementor"
2689
  msgstr ""
2690
 
2691
- #: includes/elementor/class-auxin-elementor-core-elements.php:701
2692
  #: includes/elements/code.php:82
2693
  msgid "PHP"
2694
  msgstr ""
2695
 
2696
- #: includes/elementor/class-auxin-elementor-core-elements.php:755
2697
  msgid "Phlox Icons - Set 1"
2698
  msgstr ""
2699
 
2700
- #: includes/elementor/class-auxin-elementor-core-elements.php:774
2701
  msgid "Phlox Icons - Set 2"
2702
  msgstr ""
2703
 
1
  # Averta Copyright (c) {2020}
2
  msgid ""
3
  msgstr ""
4
+ "Project-Id-Version: Phlox Core Elements 2.5.15\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
+ "POT-Creation-Date: 2020-05-04 14:06:08+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
2654
  msgid "Select Audio"
2655
  msgstr ""
2656
 
2657
+ #: includes/elementor/class-auxin-elementor-core-elements.php:401
2658
  msgid "Element class \"%s\" not found."
2659
  msgstr ""
2660
 
2661
+ #: includes/elementor/class-auxin-elementor-core-elements.php:497
2662
  msgid "Module class \"%s\" not found."
2663
  msgstr ""
2664
 
2665
+ #: includes/elementor/class-auxin-elementor-core-elements.php:570
2666
  msgid "%s - General"
2667
  msgstr ""
2668
 
2669
+ #: includes/elementor/class-auxin-elementor-core-elements.php:578
2670
  msgid "%s - Featured"
2671
  msgstr ""
2672
 
2673
+ #: includes/elementor/class-auxin-elementor-core-elements.php:586
2674
  msgid "%s - Posts"
2675
  msgstr ""
2676
 
2677
+ #: includes/elementor/class-auxin-elementor-core-elements.php:594
2678
  msgid "%s - Portfolio"
2679
  msgstr ""
2680
 
2681
+ #: includes/elementor/class-auxin-elementor-core-elements.php:678
2682
+ #: includes/elementor/class-auxin-elementor-core-elements.php:702
2683
  #. translators: 1: Plugin name 2: PHP 3: Required PHP version
2684
  msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
2685
  msgstr ""
2686
 
2687
+ #: includes/elementor/class-auxin-elementor-core-elements.php:680
2688
  msgid "Elementor"
2689
  msgstr ""
2690
 
2691
+ #: includes/elementor/class-auxin-elementor-core-elements.php:704
2692
  #: includes/elements/code.php:82
2693
  msgid "PHP"
2694
  msgstr ""
2695
 
2696
+ #: includes/elementor/class-auxin-elementor-core-elements.php:758
2697
  msgid "Phlox Icons - Set 1"
2698
  msgstr ""
2699
 
2700
+ #: includes/elementor/class-auxin-elementor-core-elements.php:777
2701
  msgid "Phlox Icons - Set 2"
2702
  msgstr ""
2703
 
public/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.5.14 (2020-05-03)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */
1
+ /*! Phlox Core Plugin - v2.5.15 (2020-05)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */