Skip to content

Commit

Permalink
release v5.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tomFlidr committed Mar 14, 2024
1 parent c7debad commit e89ef73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MvcCore - Extension - Form

[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.2.19-brightgreen.svg?style=plastic)](https://github.com/mvccore/ext-form/releases)
[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.2.20-brightgreen.svg?style=plastic)](https://github.com/mvccore/ext-form/releases)
[![License](https://img.shields.io/badge/License-BSD%203-brightgreen.svg?style=plastic)](https://mvccore.github.io/docs/mvccore/5.0.0/LICENSE.md)
![PHP Version](https://img.shields.io/badge/PHP->=5.4-brightgreen.svg?style=plastic)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}],
"require": {
"php": ">=5.4.0",
"mvccore/mvccore": "^5.2.27"
"mvccore/mvccore": "^5.2.33"
},
"suggest": {
"mvccore/ext-form-field-text": "MvcCore form extension with input field types text, email, password, search, tel, url and textarea field.",
Expand Down
2 changes: 1 addition & 1 deletion src/MvcCore/Ext/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Form
* Comparison by PHP function version_compare();
* @see http://php.net/manual/en/function.version-compare.php
*/
const VERSION = '5.2.19';
const VERSION = '5.2.20';

/**
* Initial value after form has been instantiated.
Expand Down

0 comments on commit e89ef73

Please sign in to comment.