Skip to content

Commit 2104fce

Browse files
merge clickdrop
2 parents bbeea3a + 2ec11a2 commit 2104fce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+4134
-1096
lines changed

animation-addons-for-elementor.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
/**
3-
* Plugin Name: Animation Addons for Elementor
3+
* Plugin Name: Animation Addons
44
* Description: Animation Addons for Elementor comes with GSAP Animation Builder, Customizable Widgets, Header Footer, Single Post, Archive Page Builder, and more.
55
* Plugin URI: https://animation-addons.com/
6-
* Version: 2.3.7
6+
* Version: 2.3.8
77
* Author: Wealcoder
88
* Author URI: https://animation-addons.com/
99
* License: GPL v2 or later
@@ -27,7 +27,7 @@
2727
/**
2828
* Plugin Version.
2929
*/
30-
define( 'WCF_ADDONS_VERSION', '2.3.7' );
30+
define( 'WCF_ADDONS_VERSION', '2.3.8' );
3131
}
3232
if ( ! defined( 'WCF_ADDONS_FILE' ) ) {
3333
/**
@@ -91,7 +91,7 @@ final class WCF_ADDONS_Plugin {
9191
* @since 1.0.0
9292
* @var string The plugin version.
9393
*/
94-
const VERSION = '2.3.6';
94+
const VERSION = '2.3.7';
9595

9696
/**
9797
* Minimum Elementor Version

assets/css/wcf-addons.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,4 +349,11 @@
349349
margin-top: 15px;
350350
margin-bottom: 12px;
351351
}
352+
<<<<<<< HEAD
352353
/*# sourceMappingURL=wcf-addons.css.map */
354+
=======
355+
356+
.wcf--countdown .timer-content {
357+
display: flex;
358+
}
359+
>>>>>>> 2ec11a27d07b4187c9c2bafd4cee1fcdef897434

assets/css/wcf-addons.min.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/wcf-template-library.css

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)