Skip to content

Commit fb1132d

Browse files
committed
More replacements 5.3 to 5.4 missed by bump.php
1 parent b89c7a4 commit fb1132d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Build Status
55

66
| Drone-CI | AppVeyor | PHP | Node | npm |
77
|------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|---------------------------------------------------------------------------------|
8-
| [![Build Status](https://ci.joomla.org/api/badges/joomla/joomla-cms/status.svg?branch=5.3-dev)](https://ci.joomla.org/joomla/joomla-cms) | [![Build status](https://ci.appveyor.com/api/projects/status/ru6sxal8jmfckvjc/branch/5.3-dev?svg=true)](https://ci.appveyor.com/project/release-joomla/joomla-cms) | [![PHP](https://img.shields.io/badge/PHP-V8.1.0-green)](https://www.php.net/) | [![node-lts](https://img.shields.io/badge/Node-V20.0-green)](https://nodejs.org/en/) | [![npm](https://img.shields.io/badge/npm-v10.1.0-green)](https://nodejs.org/en/) |
8+
| [![Build Status](https://ci.joomla.org/api/badges/joomla/joomla-cms/status.svg?branch=5.4-dev)](https://ci.joomla.org/joomla/joomla-cms) | [![Build status](https://ci.appveyor.com/api/projects/status/ru6sxal8jmfckvjc/branch/5.4-dev?svg=true)](https://ci.appveyor.com/project/release-joomla/joomla-cms) | [![PHP](https://img.shields.io/badge/PHP-V8.1.0-green)](https://www.php.net/) | [![node-lts](https://img.shields.io/badge/Node-V20.0-green)](https://nodejs.org/en/) | [![npm](https://img.shields.io/badge/npm-v10.1.0-green)](https://nodejs.org/en/) |
99

1010
Overview
1111
---------------------
1212
* This is the source of Joomla! 5.x.
1313
* Joomla's [Official website](https://www.joomla.org).
1414
* Joomla! 5.4 [version history](https://docs.joomla.org/Special:MyLanguage/Joomla_5.4_version_history).
15-
* Detailed changes are in the [changelog](https://github.com/joomla/joomla-cms/commits/5.3-dev).
15+
* Detailed changes are in the [changelog](https://github.com/joomla/joomla-cms/commits/5.4-dev).
1616

1717
What is Joomla?
1818
---------------------
@@ -45,9 +45,9 @@ git clone https://github.com/joomla/joomla-cms.git
4545
```bash
4646
cd joomla-cms
4747
```
48-
- Go to the 5.3-dev branch:
48+
- Go to the 5.4-dev branch:
4949
```bash
50-
git checkout 5.3-dev
50+
git checkout 5.4-dev
5151
```
5252
- Install all the needed composer packages:
5353
```bash

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Joomla! CMS™
44
* This is a Joomla! 5.x installation/upgrade package.
55
* Joomla! Official site: https://www.joomla.org
66
* Joomla! 5.4 version history - https://docs.joomla.org/Special:MyLanguage/Joomla_5.4_version_history
7-
* Detailed changes in the Changelog: https://github.com/joomla/joomla-cms/commits/5.3-dev
7+
* Detailed changes in the Changelog: https://github.com/joomla/joomla-cms/commits/5.4-dev
88

99
2- What is Joomla?
1010
* Joomla! is a Content Management System (CMS) which enables you to build websites and powerful online applications.

0 commit comments

Comments
 (0)