Skip to content

Commit

Permalink
Merge pull request XOOPS#672 from geekwright/2.5.10-final
Browse files Browse the repository at this point in the history
Prep for 2.5.10 final
  • Loading branch information
mambax7 committed Apr 30, 2019
2 parents dcaba5c + 490bff2 commit aaeceba
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![alt XOOPS CMS](http://xoops.org/images/logoXoops4GithubRepository.png)
![alt XOOPS CMS](https://xoops.org/images/logoXoops4GithubRepository.png)
# XOOPS Core 2.5.x

[![Build Status](https://img.shields.io/travis/XOOPS/XoopsCore/master.svg?style=flat)](https://travis-ci.org/XOOPS/XoopsCore25)
Expand All @@ -7,16 +7,11 @@
[![Quality Score](https://img.shields.io/scrutinizer/g/XOOPS/XoopsCore25.svg?style=flat)](https://scrutinizer-ci.com/g/XOOPS/XoopsCore25)
[![Latest Version](https://img.shields.io/github/release/XOOPS/XoopsCore25.svg?style=flat)](https://github.com/XOOPS/XoopsCore25/releases)

> **Note:** This repository contains the core code of the XOOPS Core 2.5.x.
It's under development currently. If you want to build a web site using XOOPS, visit the main [XOOPS Web Site](http://xoops.org) for more information.
> **Note:** This repository contains the core code of the XOOPS Core 2.5.x. Our next generation is currently under development on [GitHub](https://github.com/XOOPS/XoopsCore).
## Developer Installation
To install this version of XOOPS 2.5.x follow the instructions in [The XOOPS Install & Upgrade Guide](https://xoops.gitbook.io/xoops-install-upgrade/)

To participate in XOOPS development, fork this repository on GitHub.

Pull your fork to your development environment.

To install this version of XOOPS 2.5.x follow the instructions in this [XOOPS Installation Guide](https://www.gitbook.com/book/xoops/xoops-installation-guide/)
For more information on building a web site using XOOPS, visit the main [XOOPS Web Site](https://xoops.org).

## Awesome contributors:

Expand All @@ -26,8 +21,7 @@ To install this version of XOOPS 2.5.x follow the instructions in this [XOOPS In

Thank you for considering contributing to the XOOPS Project. See [CONTRIBUTING](CONTRIBUTING.md) file.

When your changes are complete and tested, send us a Pull Request
on GitHub and we will take a look.
When your changes are complete and tested, send us a Pull Request on GitHub and we will take a look.


## Backers
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.250.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
XOOPS 2.5.x Changelog (Language changes: see: /docs/lang_diff.txt)

===================================
2.5.10 RC 2019/03/27
2.5.10 Final 2019/04/29
===================================
- fix version check in module administration (mage)
- fix notification template in boostrap based themes (mage)
Expand Down
6 changes: 3 additions & 3 deletions docs/lang_diff.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ LANGUAGE DIFFERENCES

Below are language differences from a version to next version.

=============================
2019/03/27: Version 2.5.10 RC
=============================
================================
2019/04/29: Version 2.5.10 Final
================================
ADDED/DELETED DEFINES:
htdocs/xoops_lib/modules/protector/language/english/admin.php
- added define('_AM_LABEL_BAN_BY_IP', 'Ban the IPs on checked records:');
Expand Down
2 changes: 1 addition & 1 deletion htdocs/include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
/**
* Define XOOPS version
*/
define('XOOPS_VERSION', 'XOOPS 2.5.10-RC');
define('XOOPS_VERSION', 'XOOPS 2.5.10');
20 changes: 13 additions & 7 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
XOOPS 2.5.10

The XOOPS Development Team is pleased to announce the release of XOOPS 2.5.9. This version includes
fixes and enhancements, security updates, PHP 7.1 compatibility.
The XOOPS Development Team is pleased to announce the availability of XOOPS 2.5.10 final.

This version includes numerous improvements and fixes, including:
- PHP 7.3 compatibility
- MySQL 8.0 compatibility
- XMF improvements for module writers
- Security updates
- Updated libraries
- and many more fixes and updates

See the Changelog for more details.

Expand Down Expand Up @@ -36,13 +43,12 @@ Installing XOOPS (new installation)
- uploads/images/
- uploads/ranks/
- uploads/smilies/
- xoops_lib/modules/protector/configs/
and these files:
- mainfile.php and
- include/license.php
are writable by the web server
3. For security considerations, you are encouraged to move directories "/xoops_lib" (for XOOPS libraries) and "/xoops_data" (for XOOPS data) out of Document Root, and change the folder names.
4. Make the directory xoops_data/ writable; Create (if not already present) and make the directories xoops_data/caches/, xoops_data/caches/xoops_cache/, xoops_data/caches/smarty_cache/ and xoops_data/caches/smarty_compile/ writable.
4. Make the directory xoops_data/ writable; Create (if not already present) and make the directories xoops_data/caches/, xoops_data/caches/xoops_cache/, xoops_data/caches/smarty_cache/, xoops_data/caches/smarty_compile/ and xoops_data/protector/configs/ writable.
5. Access the folder where you installed the htdocs/ files using your web browser to launch the installation wizard


Expand Down Expand Up @@ -80,14 +86,14 @@ system due to the number of changes in both PHP and MySQL. This means there may
encountered in testing.

If you are upgrading a older system and need help, please visit our support forums at
http://xoops.org/modules/newbb/
https://xoops.org/modules/newbb/

How you can contribute to XOOPS
-------------------------------
Bug reports and feature requests: https://github.com/XOOPS/XoopsCore25/issues
Patches and enhancements: https://github.com/XOOPS/XoopsCore25/blob/master/CONTRIBUTING.md
Documentation: https://www.gitbook.com/book/xoops/xoops-documentation-process/details
Support Forums: http://xoops.org/modules/newbb/
Support Forums: https://xoops.org/modules/newbb/

XOOPS Development Team
2017
2019

0 comments on commit aaeceba

Please sign in to comment.