Skip to content

Commit

Permalink
Add missing jquery-validation methods
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed May 18, 2024
1 parent 4c238f0 commit 6025634
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.1.2](https://github.com/userfrosting/theme-adminlte/compare/5.1.1...5.1.2)
- Add missing jquery-validation methods

## [5.1.1](https://github.com/userfrosting/theme-adminlte/compare/5.1.0...5.1.1)
- Add entry for bundled images

Expand Down
1 change: 1 addition & 0 deletions app/assets/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ require('./adminlte/AdminLTE-custom');
const Handlebars = require("handlebars/dist/handlebars");
global.Handlebars = Handlebars;
require('jquery-validation');
require("jquery-validation/dist/additional-methods.js")
require('jquery-slimscroll');
require('icheck');
require('icheck/skins/square/blue.css');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@userfrosting/theme-adminlte",
"version": "5.1.1",
"version": "5.1.2",
"description": "Admin LTE Theme for UserFrosting 5",
"funding": "https://opencollective.com/userfrosting",
"license": "MIT",
Expand Down

0 comments on commit 6025634

Please sign in to comment.