Skip to content

Commit

Permalink
release 1.4.3 (#1155)
Browse files Browse the repository at this point in the history
* Update version.php

* Update changelog.md

* Update readme.txt

* update to icms 1.4.3 final

* update to 1.4.3 final
  • Loading branch information
fiammybe committed Feb 5, 2022
1 parent f237e31 commit e85b158
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![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.4.3 RC 2
# ImpressCMS 1.4.3

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!

Expand Down
9 changes: 6 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# ImpressCMS ChangeLog

## ImpressCMS 1.4.3 RC2
* Date : 12 Jan 2022
## ImpressCMS 1.4.3
* Date : 06 Feb 2022
* DB Version: 46
* Build Version : 102
* Build Version : 103

This release contains mainly fixes for several security vulnerabilities that where found during HackerOne security Checks.

## What's Changed
* Changing filter method for request_uri to filter_sanitize_string by @skenow in https://github.com/ImpressCMS/impresscms/pull/1136
* Fixed display of allowed admin IPs in protecter admin area by @skenow in https://github.com/ImpressCMS/impresscms/pull/1154
* Making sure protector gets installed during the site installation by @skenow in https://github.com/ImpressCMS/impresscms/pull/1137
* Fixed some warnings and notices in installer for newer PHP versions by @MekDrop in https://github.com/ImpressCMS/impresscms/pull/882
* Protector get_magic_quotes_gpc fix for php 7.4 by @MekDrop in https://github.com/ImpressCMS/impresscms/pull/884
* Smiles in misc.php now are escaped by @MekDrop in https://github.com/ImpressCMS/impresscms/pull/890
Expand Down
2 changes: 1 addition & 1 deletion extras/plugins/preload/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Overwrite the file /path/of/your/site/plugins/preload/protector.php with the pro
!!!DO NOT UPLOAD THIS README FILE - IT WILL CAUSE YOUR SITE TO ENCOUNTER ERRORS!!!
==================================
The ImpressCMS Project
http://www.impresscms.org
https://www.impresscms.org
6 changes: 3 additions & 3 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.3 RC2');
define('ICMS_VERSION_NAME', 'ImpressCMS 1.4.3');

// For backward compatibility with XOOPS
define('XOOPS_VERSION', ICMS_VERSION_NAME);
Expand All @@ -23,7 +23,7 @@
* 10 = Final
*/

define('ICMS_VERSION_STATUS', 3);
define('ICMS_VERSION_STATUS', 10);

/**
* Build number
Expand All @@ -32,7 +32,7 @@
*/
// impresscms_1.3.10 = 82, 2.0.0 alpha 4 = 73, 1.4,1 beta : 94, 1.4.1 RC = 98

define('ICMS_VERSION_BUILD', 102);
define('ICMS_VERSION_BUILD', 103);

/**
* Latest dbversion of the System Module
Expand Down
10 changes: 5 additions & 5 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.3 RC2',
'version' => '1.4.3',
'description' => _MI_SYSTEM_DESC,
'author' => "fiammybe",
'credits' => "The ImpressCMS Project",
Expand All @@ -64,11 +64,11 @@
'image' => "images/system_slogo.png", /* for backward compatibility */

/** Development information */
'status_version' => "RC",
'status' => "RC",
'date' => "12 Jan 2022",
'status_version' => "Final",
'status' => "final",
'date' => "06 Feb 2022",
'author_word' => "",
'warning' => _CO_ICMS_WARNING_RC,
'warning' => _CO_ICMS_WARNING_FINAL,

/**
* Contributors
Expand Down

0 comments on commit e85b158

Please sign in to comment.