Skip to content

Commit

Permalink
Preparing 1.4.5 final (#1474)
Browse files Browse the repository at this point in the history
* Update README.md

* Update version.php

* Update icms_version.php

* Update changelog.md

* powerful with 1 l
  • Loading branch information
fiammybe committed Jul 6, 2023
1 parent 5e1ac1a commit 4421505
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![license](https://img.shields.io/badge/license-GPLv2-brightgreen.svg)](https://raw.githubusercontent.com/ImpressCMS/impresscms/branches/impresscms_1.4/docs/license.txt) [![GitHub release](https://img.shields.io/github/release/ImpressCMS/impresscms.svg?maxAge=86400&logo=github&logoColor=white&label=latest%20release)](github.com/ImpressCMS/impresscms/releases/latest) [![GitHub tag (latest SemVer pre-release)](https://img.shields.io/packagist/vpre/impresscms/impresscms.svg?label=preview&logo=github)](https://github.com/ImpressCMS/impresscms/releases) [![GitHub issues](https://img.shields.io/github/issues-raw/ImpressCMS/impresscms.svg?maxAge=3600&logo=github&logoColor=white)](https://github.com/ImpressCMS/impresscms/issues) [![Build Status](https://img.shields.io/travis/ImpressCMS/impresscms.svg?branch=branches/impresscms_1.4&maxAge=3600&logo=travis)](https://travis-ci.org/ImpressCMS/impresscms) [![Test Coverage](https://api.codeclimate.com/v1/badges/b27536db6688e64deef8/test_coverage)](https://codeclimate.com/github/ImpressCMS/impresscms/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/b27536db6688e64deef8/maintainability)](https://codeclimate.com/github/ImpressCMS/impresscms/maintainability) [![Website](https://img.shields.io/website-up-down-green-red/https/naereen.github.io.svg?maxAge=3600)](https://impresscms.org/) [![Twitter Follow](https://img.shields.io/twitter/follow/ImpressCMS.svg?color=%2338A1F3&label=twitter&style=flat&logo=twitter)](https://twitter.com/ImpressCMS) [![FaceBook](https://img.shields.io/badge/facebook-%3F%3F%3F-%233C5A99.svg?logo=facebook)](https://www.facebook.com/ImpressCMS/) [![Slack](http://invite.impresscms.org/badge.svg)](http://invite.impresscms.org)

# ImpressCMS 1.5.0
# ImpressCMS 1.4.5

ImpressCMS is a community developed Content Management System. With this tool maintaining the content of a website becomes as easy as writing a word document. ImpressCMS is the ideal tool for a wide range of users: from business to community users, from large enterprises to people who want a simple, easy to use blogging tool. ImpressCMS is a powerful system that gets outstanding results and it is free!

Starting with the 1.5 branch of ImpressCMS, we only support PHP versions 7.3, 7.4 and 8.0.
Starting with the 1.4 branch of ImpressCMS, we only support PHP versions 7.3 and 7.4. ImpressCMS 2.0 is around the corner, providing support for PHP 8.

### What can you do with it?

Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ImpressCMS ChangeLog

## ImpressCMS 1.4.5
* Date : 05 Jul 2023
* DB Version: 46
* Build Version : 105

This release makes ImpressCMS work with Google Analytics 4

## ImpressCMS 1.4.4
* Date : 01 Mar 2022
* DB Version: 46
Expand Down
4 changes: 2 additions & 2 deletions htdocs/include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @version $Id: version.php 12500 2015-06-15 20:03:56Z fiammy $
*/

define('ICMS_VERSION_NAME', 'ImpressCMS 1.4.5 Aplha');
define('ICMS_VERSION_NAME', 'ImpressCMS 1.4.5');

// For backward compatibility with XOOPS
define('XOOPS_VERSION', ICMS_VERSION_NAME);
Expand All @@ -30,7 +30,7 @@
*
* Every release has its own build number, incrementable by 1 everytime we make a release
*/
// impresscms_1.3.10 = 82, 2.0.0 alpha 4 = 73, 1.4,1 beta : 94, 1.4.3 = 103
// impresscms_1.3.10 = 82, 2.0.0 alpha 4 = 73, 1.4,1 beta : 94, 1.4.5 = 105

define('ICMS_VERSION_BUILD', 105);

Expand Down
4 changes: 2 additions & 2 deletions htdocs/modules/system/icms_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
*/
$modversion = array (
'name' => _MI_SYSTEM_NAME,
'version' => '1.4.4',
'version' => '1.4.5',
'description' => _MI_SYSTEM_DESC,
'author' => "fiammybe",
'credits' => "The ImpressCMS Project",
Expand All @@ -66,7 +66,7 @@
/** Development information */
'status_version' => "Final",
'status' => "final",
'date' => "01 Mar 2022",
'date' => "05 Jul 2023",
'author_word' => "",
'warning' => _CO_ICMS_WARNING_FINAL,

Expand Down

0 comments on commit 4421505

Please sign in to comment.