Update README for XOOPS Core version change to 2.7.x#2
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughREADME.md updated to reference XOOPS Core version 2.7.x instead of 2.5.x across the version heading, repository description, and installation guide links. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
There was a problem hiding this comment.
Pull request overview
Updates the repository README to reflect a XOOPS Core version label change, intended to present this codebase as “2.7.x” to readers.
Changes:
- Renamed the README title from “XOOPS Core 2.5.x” to “XOOPS Core 2.7.x”.
- Updated the introductory note and install sentence to refer to “2.7.x”.
| @@ -1,15 +1,15 @@ | |||
|  | |||
| # XOOPS Core 2.5.x | |||
| # XOOPS Core 2.7.x | |||
There was a problem hiding this comment.
The README now claims this repository is “XOOPS Core 2.7.x”, but the codebase still defines XOOPS_VERSION as 2.5.12 (see htdocs/include/version.php) and other docs/tests reference 2.5.x. Either keep the README aligned with the actual core version, or update the version constant and related documentation as part of the same version bump so users aren’t misled.
| # XOOPS Core 2.7.x | ||
|
|
||
| [](https://travis-ci.org/XOOPS/XoopsCore25) | ||
| [](docs/license.txt) | ||
| [](https://scrutinizer-ci.com/g/XOOPS/XoopsCore25/code-structure) | ||
| [](https://scrutinizer-ci.com/g/XOOPS/XoopsCore25) | ||
| [](https://github.com/XOOPS/XoopsCore25/releases) |
There was a problem hiding this comment.
If this repo is moving to 2.7.x, the badges/links in this section still point to XOOPS/XoopsCore25 (Scrutinizer, GitHub releases, Travis link). Please update these URLs to the correct repository/project for 2.7.x, or revert the 2.7.x wording so the README is internally consistent.
| > **Note:** This repository contains the core code of the XOOPS Core 2.7.x. Our next generation is currently under development on [GitHub](https://github.com/XOOPS/XoopsCore). | ||
|
|
||
| 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 install this version of XOOPS 2.7.x follow the instructions in [The XOOPS Install & Upgrade Guide](https://xoops.gitbook.io/xoops-install-upgrade/) |
There was a problem hiding this comment.
This note and install sentence were updated to 2.7.x, but other references within this README (and the wider repo) still mention XoopsCore25 / 2.5.x. Consider updating/removing the “next generation” wording and any remaining 2.5.x repository links so the README doesn’t mix versions.
Summary by CodeRabbit
Documentation