Changeset 3212120
- Timestamp:
- 12/23/2024 11:14:31 AM (15 months ago)
- Location:
- stratum/trunk
- Files:
-
- 13 edited
-
assets/fonts/stratum.eot (modified) (previous)
-
assets/fonts/stratum.ttf (modified) (previous)
-
assets/fonts/stratum.woff (modified) (previous)
-
includes/admin-page.php (modified) (1 diff)
-
includes/settings.php (modified) (1 diff)
-
includes/translation.php (modified) (1 diff)
-
includes/widgets/advanced-posts.php (modified) (1 diff)
-
includes/widgets/advanced-slider.php (modified) (1 diff)
-
includes/widgets/countdown.php (modified) (1 diff)
-
includes/widgets/flip-box.php (modified) (6 diffs)
-
includes/widgets/testimonial-carousel.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
stratum.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stratum/trunk/includes/admin-page.php
r3189021 r3212120 156 156 157 157 <!-- start markdowntohtml.com --> 158 <p>= 1.4.6, Dec 23 2024 =</p> 159 <ul> 160 <li>Improved compatibility with Elementor 3.26.</li> 161 </ul> 162 158 163 <p>= 1.4.5, Nov 14 2024 =</p> 159 164 <ul> -
stratum/trunk/includes/settings.php
r3110694 r3212120 23 23 } 24 24 25 $this->pluginData = get_plugin_data(STRATUM_PLUGIN_FILE); 25 // shouldn't translate anything before 'init' hook 26 $this->pluginData = get_plugin_data(STRATUM_PLUGIN_FILE, true, false); 26 27 $this->version = $this->pluginData['Version']; 27 28 $this->prefix = $this->pluginData['TextDomain']; -
stratum/trunk/includes/translation.php
r3110694 r3212120 10 10 } 11 11 12 add_action( ' plugins_loaded', 'stratum_load_textdomain' );12 add_action( 'init', 'stratum_load_textdomain' ); 13 13 14 14 -
stratum/trunk/includes/widgets/advanced-posts.php
r3138090 r3212120 50 50 public function get_style_depends() { 51 51 return [ 52 'swiper', 52 53 'font-awesome-5-all', 53 54 'font-awesome-4-shim', -
stratum/trunk/includes/widgets/advanced-slider.php
r3110694 r3212120 38 38 public function get_style_depends() { 39 39 return [ 40 'swiper', 40 41 'font-awesome-5-all', 41 42 'font-awesome-4-shim' -
stratum/trunk/includes/widgets/countdown.php
r3110694 r3212120 8 8 namespace Stratum; 9 9 10 use \Elementor\Core\Schemes;11 10 use \Elementor\Controls_Manager; 12 11 use \Elementor\Group_Control_Border; -
stratum/trunk/includes/widgets/flip-box.php
r3110694 r3212120 9 9 10 10 use \Elementor\Controls_Manager; 11 use Elementor\Core\ Schemes;11 use Elementor\Core\Kits\Documents\Tabs\Global_Typography; 12 12 use Elementor\Utils; 13 13 use Elementor\Group_Control_Border; … … 859 859 [ 860 860 'name' => 'front_title_typography', 861 'scheme' => Schemes\Typography::TYPOGRAPHY_1, 861 'global' => [ 862 'default' => Global_Typography::TYPOGRAPHY_PRIMARY, 863 ], 862 864 'selector' => '{{WRAPPER}} .stratum-flip-box__front .stratum-flip-box__title', 863 865 'condition' => [ … … 897 899 [ 898 900 'name' => 'front_description_typography', 899 'scheme' => Schemes\Typography::TYPOGRAPHY_3, 901 'global' => [ 902 'default' => Global_Typography::TYPOGRAPHY_TEXT, 903 ], 900 904 'selector' => '{{WRAPPER}} .stratum-flip-box__front .stratum-flip-box__description', 901 905 'condition' => [ … … 1046 1050 [ 1047 1051 'name' => 'back_title_typography', 1048 'scheme' => Schemes\Typography::TYPOGRAPHY_1, 1052 'global' => [ 1053 'default' => Global_Typography::TYPOGRAPHY_PRIMARY, 1054 ], 1049 1055 'selector' => '{{WRAPPER}} .stratum-flip-box__back .stratum-flip-box__title', 1050 1056 'condition' => [ … … 1084 1090 [ 1085 1091 'name' => 'back_description_typography', 1086 'scheme' => Schemes\Typography::TYPOGRAPHY_3, 1092 'global' => [ 1093 'default' => Global_Typography::TYPOGRAPHY_TEXT, 1094 ], 1087 1095 'selector' => '{{WRAPPER}} .stratum-flip-box__back .stratum-flip-box__description', 1088 1096 'condition' => [ … … 1131 1139 'name' => 'button_typography', 1132 1140 'selector' => '{{WRAPPER}} .stratum-flip-box__button', 1133 'scheme' => Schemes\Typography::TYPOGRAPHY_4, 1141 'global' => [ 1142 'default' => Global_Typography::TYPOGRAPHY_ACCENT, 1143 ], 1134 1144 'condition' => [ 1135 1145 'button_text!' => '', -
stratum/trunk/includes/widgets/testimonial-carousel.php
r3110694 r3212120 13 13 use Elementor\Repeater; 14 14 use Elementor\Utils; 15 use Elementor\Core\Schemes;16 15 use Elementor\Plugin; 17 16 … … 40 39 public function get_style_depends() { 41 40 return [ 41 'swiper', 42 42 'font-awesome-5-all', 43 43 'font-awesome-4-shim' -
stratum/trunk/readme.txt
r3189021 r3212120 6 6 Tested up to: 6.7 7 7 Requires PHP: 5.6 8 Stable tag: 1.4. 58 Stable tag: 1.4.6 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 111 111 == Changelog == 112 112 113 = 1.4.6, Dec 23 2024 = 114 * Improved compatibility with Elementor 3.26. 115 113 116 = 1.4.5, Nov 14 2024 = 114 117 * Minor bugfixes and improvements. -
stratum/trunk/stratum.php
r3189021 r3212120 4 4 * Plugin URI: https://motopress.com/products/stratum/ 5 5 * Description: Advanced Elementor addon to extend page builder capabilities and add more advanced features. 6 * Version: 1.4. 56 * Version: 1.4.6 7 7 * Author: MotoPress 8 8 * Author URI: https://motopress.com/
Note: See TracChangeset
for help on using the changeset viewer.