Skip to content

Commit

Permalink
updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Octagon-simon committed Nov 10, 2022
1 parent fad9002 commit 4c09725
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Octavalidate - JS V1.2.7
# Octavalidate - JS V1.2.9

This JavaScript library helps to validate your frontend (HTML) forms using validation rules, sophisticated regular expressions and form input attributes.

Expand Down Expand Up @@ -30,7 +30,7 @@ Visit the [DOCUMENTATION](https://octagon-simon.github.io/projects/octavalidate/
### CDN
Place this script before the <code>&lt;/head&gt;</code> tag.
```html
<script src="https://unpkg.com/[email protected].7/native/validate.js"></script>
<script src="https://unpkg.com/[email protected].9/native/validate.js"></script>
```

### LOCAL
Expand All @@ -44,7 +44,7 @@ Place this script before the <code>&lt;/head&gt;</code> tag.

### React JS

Visit this [Link to the Documentation](https://octagon-simon.github.io/projects/octavalidate/octavalidate-with-react.html) to learn how to install & use this Library in React JS.
Visit this [Link to the Documentation](https://octagon-simon.github.io/projects/octavalidate/reactjs/index.html) to learn how to install & use this Library in React JS.

## How to Use

Expand Down Expand Up @@ -367,4 +367,6 @@ Do you need a detailed explanation on how to use this library?

## Contributors

[Simon Ugorji](https://twitter.com/ugorji_simon)
[Simon Ugorji](https://twitter.com/ugorji_simon)

[Chamberlain Ezigbo](https://twitter.com/chamberlin5050)
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ <h3 class="text-white mb-20">CONNECT WITH ME</h3>
data-text="Buy me a coffee" data-outline-color="#000000" data-font-color="#ffffff"
data-coffee-color="#FFDD00"></script>
</div>
<p class="text-gray mt-20">Octavalidate @ 1.2.7 🚀 Since January 2022 </p>
<p class="text-gray mt-20">Octavalidate @ 1.2.9 🚀 Since January 2022 </p>
</footer>

</html>
Expand Down
6 changes: 3 additions & 3 deletions src/validate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* OctaValidate main JS V1.2.7
* OctaValidate main JS V1.2.9
* author: Simon Ugorji
* Last Edit : 8th November 2022
* Last Edit : 10th November 2022
*/

(function () {
Expand Down Expand Up @@ -57,7 +57,7 @@ function octaValidate(form_ID, userConfig) {
strictWords: ["undefined"]
};
//version number
const versionNumber = "1.2.7";
const versionNumber = "1.2.9";

////---------------

Expand Down

0 comments on commit 4c09725

Please sign in to comment.