diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c1b68..b2aa230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,20 @@ +* **Tweak** - Update CDNJS library versions + ### 0.8.6: January 11th, 2022 -* Navbar: Disable show on goingup on WooCommerce Checkout and when page content has a form (Gravity Forms or not) -* Gravity Forms: refactoring, and disable JS in footer since it is now default to true in the plugin +* **Tweak** - Navbar: Disable show on goingup on WooCommerce Checkout and when page content has a form (Gravity Forms or not) +* **Tweak** - Gravity Forms: refactoring, and disable JS in footer since it is now default to true in the plugin ### 0.8.5: October 28th, 2021 -* Images: align center even with webp images (picture, figure tags) +* **Tweak** - Images: align center even with webp images (picture, figure tags) ### 0.8.4: October 11th, 2021 -* Update CSS styles +* **Tweak** - Update CSS styles ### 0.8.3: October 11th, 2021 -* Update dependencies +* **Tweak** - Update dependencies ### 0.8.2: October 11th, 2021 -* Gallery: use .gallery-item instead of li +* **Tweak** - Gallery: use .gallery-item instead of li ### 0.8.1: July 8th, 2021 * **Tweak** - Gravity Forms 2.5 compatibility diff --git a/functions.php b/functions.php index 210a31d..4c58985 100644 --- a/functions.php +++ b/functions.php @@ -21,21 +21,21 @@ array( 'html5shiv' => '3.7.3', 'respond' => '1.4.2', - 'lessjs' => '2.7.1', + 'lessjs' => '4.1.2', 'selectivizr' => '1.0.2', - 'animatecss' => '3.5.2', + 'animatecss' => '4.1.1', 'bootstrap' => '3.3.7', - 'bootstrap-select' => '1.10.0', + 'bootstrap-select' => '1.13.18', 'bootstrap-datepicker' => '1.9.0', 'jquery' => '1.12.4', 'jquery-cycle' => '3.03', 'jquery-easing' => '1.3', 'jquery-mousewheel' => '3.1.12', - 'jquery-validate' => '1.15.0', + 'jquery-validate' => '1.19.3', 'jquery-cookie' => '1.4.1', - 'jquery-lazyload' => '1.9.1', - 'jquery-waypoints' => '4.0.0', - 'jquery-touchswipe' => '1.6.18', - 'jquery-owlcarousel' => '2.1.6', + 'jquery-lazyload' => '1.9.7', + 'jquery-waypoints' => '4.0.1', + 'jquery-touchswipe' => '1.6.19', + 'jquery-owlcarousel' => '2.3.4', ) );