File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # UserFrosting 4.2
1
+ # UserFrosting 4.3
2
2
3
3
[ ![ Latest Version] ( https://img.shields.io/github/release/userfrosting/UserFrosting.svg )] ( https://github.com/userfrosting/UserFrosting/releases )
4
4
![ PHP Version] ( https://img.shields.io/packagist/php-v/userfrosting/userfrosting.svg?color=brightgreen )
11
11
| Branch | Version | Build | Coverage | Style |
12
12
| ------ | :-------:| :-----:| :--------:| :-----:|
13
13
| [ master] | ![ ] ( https://img.shields.io/github/release/userfrosting/userfrosting.svg?color=success&label=Version ) | [ ![ ] ( https://travis-ci.org/userfrosting/UserFrosting.svg?branch=master )] [ UF-Travis ] | [ ![ ] ( https://codecov.io/gh/userfrosting/userfrosting/branch/master/graph/badge.svg )] [ UF-Codecov ] | [ ![ ] [ style-master ]] [ style ] |
14
- | [ hotfix] | ![ ] ( https://img.shields.io/badge/Version-v4.2 .x-yellow.svg ) | [ ![ ] ( https://travis-ci.org/userfrosting/UserFrosting.svg?branch=hotfix )] [ UF-Travis ] | [ ![ ] ( https://codecov.io/gh/userfrosting/userfrosting/branch/hotfix/graph/badge.svg )] [ UF-Codecov ] | [ ![ ] [ style-hotfix ]] [ style ] |
15
- | [ develop] | ![ ] ( https://img.shields.io/badge/Version-v4.3 .x-orange.svg ) | [ ![ ] ( https://travis-ci.org/userfrosting/UserFrosting.svg?branch=develop )] [ UF-Travis ] | [ ![ ] ( https://codecov.io/gh/userfrosting/userfrosting/branch/develop/graph/badge.svg )] [ UF-Codecov ] | [ ![ ] [ style-develop ]] [ style ] |
14
+ | [ hotfix] | ![ ] ( https://img.shields.io/badge/Version-v4.3 .x-yellow.svg ) | [ ![ ] ( https://travis-ci.org/userfrosting/UserFrosting.svg?branch=hotfix )] [ UF-Travis ] | [ ![ ] ( https://codecov.io/gh/userfrosting/userfrosting/branch/hotfix/graph/badge.svg )] [ UF-Codecov ] | [ ![ ] [ style-hotfix ]] [ style ] |
15
+ | [ develop] | ![ ] ( https://img.shields.io/badge/Version-v4.4 .x-orange.svg ) | [ ![ ] ( https://travis-ci.org/userfrosting/UserFrosting.svg?branch=develop )] [ UF-Travis ] | [ ![ ] ( https://codecov.io/gh/userfrosting/userfrosting/branch/develop/graph/badge.svg )] [ UF-Codecov ] | [ ![ ] [ style-develop ]] [ style ] |
16
16
17
17
<!-- Links -->
18
18
[ master ] : https://github.com/userfrosting/UserFrosting
Original file line number Diff line number Diff line change 11
11
namespace UserFrosting ;
12
12
13
13
// Some standard defines
14
- define ('UserFrosting\VERSION ' , '4.3.0-beta.1 ' );
14
+ define ('UserFrosting\VERSION ' , '4.3.0 ' );
15
15
define ('UserFrosting\DS ' , '/ ' );
16
16
define ('UserFrosting\PHP_MIN_VERSION ' , '7.1 ' );
17
17
define ('UserFrosting\PHP_RECOMMENDED_VERSION ' , '7.2 ' );
You can’t perform that action at this time.
0 commit comments