Skip to content

Commit

Permalink
Update CDNJS library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed Jan 17, 2022
1 parent c1007d6 commit 4727188
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 8 additions & 8 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
)
);

0 comments on commit 4727188

Please sign in to comment.