[4.4] set the correct version number for 4.4 (#40071)

* [4.4] set the correct version number for 4.4

code review

the only thing not changed that should be are some of the dates and codenames in version.php

* status
This commit is contained in:
Brian Teeman 2023-03-10 15:13:45 +00:00 committed by GitHub
parent e1c9bf3d9c
commit 5688809184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 17 additions and 17 deletions

View File

@ -5,14 +5,14 @@ Build Status
---------------------
| Drone-CI | AppVeyor | PHP | Node | npm |
| ------------- | ------------- | ------------- | ------------- | ------------- |
| [![Build Status](https://ci.joomla.org/api/badges/joomla/joomla-cms/status.svg?branch=4.2-dev)](https://ci.joomla.org/joomla/joomla-cms) | [![Build status](https://ci.appveyor.com/api/projects/status/ru6sxal8jmfckvjc/branch/4.2-dev?svg=true)](https://ci.appveyor.com/project/release-joomla/joomla-cms) | [![PHP](https://img.shields.io/badge/PHP-V7.2.5-green)](https://www.php.net/) | [![node-lts](https://img.shields.io/badge/Node-V16.0-green)](https://nodejs.org/en/) | [![npm](https://img.shields.io/badge/npm-v8.6.0-green)](https://nodejs.org/en/) |
| [![Build Status](https://ci.joomla.org/api/badges/joomla/joomla-cms/status.svg?branch=4.4-dev)](https://ci.joomla.org/joomla/joomla-cms) | [![Build status](https://ci.appveyor.com/api/projects/status/ru6sxal8jmfckvjc/branch/4.4-dev?svg=true)](https://ci.appveyor.com/project/release-joomla/joomla-cms) | [![PHP](https://img.shields.io/badge/PHP-V7.2.5-green)](https://www.php.net/) | [![node-lts](https://img.shields.io/badge/Node-V16.0-green)](https://nodejs.org/en/) | [![npm](https://img.shields.io/badge/npm-v8.6.0-green)](https://nodejs.org/en/) |
Overview
---------------------
* This is the source of Joomla! 4.x.
* Joomla's [Official website](https://www.joomla.org).
* Joomla! 4.3 [version history](https://docs.joomla.org/Special:MyLanguage/Joomla_4.3_version_history).
* Detailed changes are in the [changelog](https://github.com/joomla/joomla-cms/commits/4.2-dev).
* Joomla! 4.4 [version history](https://docs.joomla.org/Special:MyLanguage/Joomla_4.4_version_history).
* Detailed changes are in the [changelog](https://github.com/joomla/joomla-cms/commits/4.4-dev).
What is Joomla?
---------------------

View File

@ -3,8 +3,8 @@ Joomla! CMS™
1- Overview
* This is a Joomla! 4.x installation/upgrade package.
* Joomla! Official site: https://www.joomla.org
* Joomla! 4.3 version history - https://docs.joomla.org/Special:MyLanguage/Joomla_4.3_version_history
* Detailed changes in the Changelog: https://github.com/joomla/joomla-cms/commits/4.2-dev
* Joomla! 4.4 version history - https://docs.joomla.org/Special:MyLanguage/Joomla_4.4_version_history
* Detailed changes in the Changelog: https://github.com/joomla/joomla-cms/commits/4.4-dev
2- What is Joomla?
* Joomla! is a Content Management System (CMS) which enables you to build websites and powerful online applications.

View File

@ -2,7 +2,7 @@
<extension client="administrator" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.3.0</version>
<version>4.4.0</version>
<creationDate>2023-03</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="administrator">
<name>English (en-GB)</name>
<version>4.3.0</version>
<version>4.4.0</version>
<creationDate>2023-03</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -6,7 +6,7 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>4.3.0-beta5-dev</version>
<version>4.4.0-dev</version>
<creationDate>2023-03</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

View File

@ -2,7 +2,7 @@
<extension type="package" method="upgrade">
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>4.3.0.1</version>
<version>4.4.0.1</version>
<creationDate>2023-03</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -2,7 +2,7 @@
<extension client="api" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.3.0</version>
<version>4.4.0</version>
<creationDate>2023-03</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="api">
<name>English (en-GB)</name>
<version>4.3.0</version>
<version>4.4.0</version>
<creationDate>2023-03</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -85,7 +85,7 @@
<arg value="--template" />
<arg value="joomla" />
<arg value="--title" />
<arg value="Joomla! CMS 4.3 API" />
<arg value="Joomla! CMS 4.4 API" />
</exec>
</target>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>English (United Kingdom)</name>
<version>4.3.0</version>
<version>4.4.0</version>
<creationDate>2023-03</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>

View File

@ -2,7 +2,7 @@
<extension client="site" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.3.0</version>
<version>4.4.0</version>
<creationDate>2023-03</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="site">
<name>English (en-GB)</name>
<version>4.3.0</version>
<version>4.4.0</version>
<creationDate>2023-03</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -47,7 +47,7 @@ final class Version
* @var integer
* @since 3.8.0
*/
public const MINOR_VERSION = 3;
public const MINOR_VERSION = 4;
/**
* Patch release version.
@ -66,7 +66,7 @@ final class Version
* @var string
* @since 3.8.0
*/
public const EXTRA_VERSION = 'beta5-dev';
public const EXTRA_VERSION = 'dev';
/**
* Development status.