Skip to content

Commit

Permalink
Create 5.2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Mar 25, 2024
1 parent 7b41303 commit d322c39
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: [master, develop, 5.0, 5.1]
branches: [5.0, 5.1, 5.2]
pull_request:
branches: [master, develop, 5.0, 5.1]
branches: [5.0, 5.1, 5.2]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PHPStan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHPStan

on:
push:
branches: [5.0, 5.1]
branches: [5.0, 5.1, 5.2]
pull_request:
branches: [5.0, 5.1]
branches: [5.0, 5.1, 5.2]
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ 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.2.0](https://github.com/userfrosting/framework/compare/5.0.1...5.2.0)

## [5.1.0](https://github.com/userfrosting/framework/compare/5.0.0...5.1.0)
- Removed Assets
- Drop PHP 8.1 support, add PHP 8.3 support
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# UserFrosting 5.1 Framework
# UserFrosting 5.2 Framework

[![Version](https://img.shields.io/github/v/release/userfrosting/framework.svg?include_prereleases)](https://github.com/userfrosting/framework/releases)
![PHP](https://img.shields.io/badge/php-%5E8.1-brightgreen)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
[![Build](https://img.shields.io/github/actions/workflow/status/userfrosting/framework/Build.yml?branch=5.1&logo=github)](https://github.com/userfrosting/framework/actions)
[![Codecov](https://codecov.io/gh/userfrosting/framework/branch/5.1/graph/badge.svg)](https://app.codecov.io/gh/userfrosting/framework/branch/5.1)
[![StyleCI](https://github.styleci.io/repos/360994768/shield?branch=5.1&style=flat)](https://github.styleci.io/repos/360994768)
[![PHPStan](https://img.shields.io/github/actions/workflow/status/userfrosting/framework/PHPStan.yml?branch=5.1&label=PHPStan)](https://github.com/userfrosting/framework/actions/workflows/PHPStan.yml)
[![Build](https://img.shields.io/github/actions/workflow/status/userfrosting/framework/Build.yml?branch=5.2&logo=github)](https://github.com/userfrosting/framework/actions)
[![Codecov](https://codecov.io/gh/userfrosting/framework/branch/5.2/graph/badge.svg)](https://app.codecov.io/gh/userfrosting/framework/branch/5.2)
[![StyleCI](https://github.styleci.io/repos/360994768/shield?branch=5.2&style=flat)](https://github.styleci.io/repos/360994768)
[![PHPStan](https://img.shields.io/github/actions/workflow/status/userfrosting/framework/PHPStan.yml?branch=5.2&label=PHPStan)](https://github.com/userfrosting/framework/actions/workflows/PHPStan.yml)
[![Join the chat](https://img.shields.io/badge/Chat-UserFrosting-brightgreen?logo=Rocket.Chat)](https://chat.userfrosting.com)
[![Donate](https://img.shields.io/badge/Open_Collective-Donate-blue?logo=Open%20Collective)](https://opencollective.com/userfrosting#backer)
[![Donate](https://img.shields.io/badge/Ko--fi-Donate-blue?logo=ko-fi&logoColor=white)](https://ko-fi.com/lcharette)
Expand Down

0 comments on commit d322c39

Please sign in to comment.