File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # UserFrosting 4.2
1+ # UserFrosting 4.3
22
33[ ![ Latest Version] ( https://img.shields.io/github/release/userfrosting/UserFrosting.svg )] ( https://github.com/userfrosting/UserFrosting/releases )
44![ PHP Version] ( https://img.shields.io/packagist/php-v/userfrosting/userfrosting.svg?color=brightgreen )
1111| Branch | Version | Build | Coverage | Style |
1212| ------ | :-------:| :-----:| :--------:| :-----:|
1313| [ 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 ] |
1616
1717<!-- Links -->
1818[ master ] : https://github.com/userfrosting/UserFrosting
Original file line number Diff line number Diff line change 1111namespace UserFrosting ;
1212
1313// Some standard defines
14- define ('UserFrosting\VERSION ' , '4.3.0-beta.1 ' );
14+ define ('UserFrosting\VERSION ' , '4.3.0 ' );
1515define ('UserFrosting\DS ' , '/ ' );
1616define ('UserFrosting\PHP_MIN_VERSION ' , '7.1 ' );
1717define ('UserFrosting\PHP_RECOMMENDED_VERSION ' , '7.2 ' );
You can’t perform that action at this time.
0 commit comments