Changeset 2347019
- Timestamp:
- 07/27/2020 08:09:25 AM (6 years ago)
- Location:
- wha-elementor-counter-up/trunk
- Files:
-
- 12 edited
-
inc/elementor/elementor.php (modified) (1 diff)
-
inc/elementor/plugin.php (modified) (1 diff)
-
inc/elementor/widgets/counter/assets/css/wha-counter.css (modified) (1 diff)
-
inc/elementor/widgets/counter/assets/css/wha-odometer.css (modified) (1 diff)
-
inc/elementor/widgets/counter/assets/js/wha-counters.js (modified) (1 diff)
-
inc/elementor/widgets/counter/bases/preset_base.php (modified) (1 diff)
-
inc/elementor/widgets/counter/common.php (modified) (1 diff)
-
inc/elementor/widgets/counter/presets/preset1.php (modified) (1 diff)
-
inc/elementor/widgets/counter/templates/preset_html1.php (modified) (1 diff)
-
inc/elementor/widgets/counter/widget.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wha-elementor-counter-up.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wha-elementor-counter-up/trunk/inc/elementor/elementor.php
r2347015 r2347019 161 161 162 162 new WHA_Elementor(); 163 164 -
wha-elementor-counter-up/trunk/inc/elementor/plugin.php
r2347015 r2347019 92 92 93 93 Plugin::instance(); 94 -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/assets/css/wha-counter.css
r2347015 r2347019 1 1 /* Style CSS Counter */ 2 2 3 3 4 @font-face { -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/assets/css/wha-odometer.css
r2347015 r2347019 1 1 /*** CSS Odometer Style ***/ 2 2 3 3 4 .odometer.odometer-auto-theme, .odometer.odometer-theme-default { -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/assets/js/wha-counters.js
r2347015 r2347019 1 1 var $ = jQuery; 2 2 3 3 4 function init_odometer(el) { -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/bases/preset_base.php
r2347015 r2347019 1038 1038 1039 1039 new WHA_Counter_Preset_Base(); 1040 1041 1042 1043 -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/common.php
r2347015 r2347019 767 767 768 768 Plugin::instance()->widgets_manager->register_widget_type( new Widget_Common() ); 769 -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/presets/preset1.php
r2347015 r2347019 23 23 24 24 $new_preset = new WHA_Counter_Preset1(); 25 26 -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/templates/preset_html1.php
r2347015 r2347019 1 1 <?php if ( ! defined( 'ABSPATH' ) ) exit; ?> 2 2 3 3 4 -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/widget.php
r2347015 r2347019 270 270 271 271 Plugin::instance()->widgets_manager->register_widget_type( new WHA_Counter() ); 272 273 -
wha-elementor-counter-up/trunk/readme.txt
r2347015 r2347019 39 39 == Video == 40 40 41 42 -
wha-elementor-counter-up/trunk/wha-elementor-counter-up.php
r2347015 r2347019 38 38 39 39 40 41 42 43 44 45
Note: See TracChangeset
for help on using the changeset viewer.