Skip to content

Commit

Permalink
README.md + SECURITY.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
phili67 committed Oct 24, 2024
1 parent 3a09f2a commit d8da886
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@

# Important
Some php packages should create a **bug** in the 6.0.0 version, the **6.0.1** and above solve the problem.
A work arround with the 6.0.0 version is to get the **Bootstrapper.php** file from the 6.0.1 archive and on your web server to put it in the **EcclesiaCRM** folder inside.
A work arround with the 6.0.0 version is to get the **Bootstrapper.php** file from the 6.0.1 archive and on your web server to put it in the **EcclesiaCRM** folder inside.

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Documentation Status](https://readthedocs.org/projects/church-web-crm/badge/?version=latest)](https://www.docs.ecclesiacrm.com)
[![Github All Releases](https://img.shields.io/github/downloads/phili67/ecclesiacrm/total.svg)](https://github.com/phili67/ecclesiacrm/releases)
[![Automated Release Notes by gren](https://img.shields.io/badge/%F0%9F%A4%96-release%20notes-00B2EE.svg)](https://github-tools.github.io/github-release-notes/)

### Development
### Development
[![GitHub contributors](https://img.shields.io/github/contributors/phili67/ecclesiacrm.svg)](https://github.com/phili67/ecclesiacrm/graphs/contributors)
[![Join the chat at https://gitter.im/ecclesiacrm/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ecclesiacrm/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
<!--[![Build Status](https://travis-ci.org/ChurchCRM/CRM.svg?branch=master)](https://travis-ci.org/ChurchCRM/CRM)
Expand All @@ -34,7 +35,7 @@ A work arround with the 6.0.0 version is to get the **Bootstrapper.php** file fr
* [Checkout our online Docs (English)](https://docs.ecclesiacrm.com/en/)
* [Checkout our online Docs (Français)](https://docs.ecclesiacrm.com/fr/)

## Project Metrics
## Project Metrics

[![Graph](https://www.gitcharts.ecclesiacrm.com/image.svg)](https://www.gitcharts.ecclesiacrm.com/image.svg)

Expand Down
13 changes: 7 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

## Supported Versions

| Version | Supported | PHP Version |
| ------- | ------------------ | ------------
| 7.5 + | :white_check_mark: | 7.3.x 7.4.x 8.x |
| 6.x | :x: | 7.2.x 7.3.x |
| 5.x | :x: | 7.x |
| 2.0.x | :x: | 5.6 7.0 7.1 |
| Version | Supported | PHP Version |
|---------|--------------------| ------------
| 8.x + | :white_check_mark: | 8.x |
| 7.5 + | :x: | 7.3.x 7.4.x 8.x |
| 6.x | :x: | 7.2.x 7.3.x |
| 5.x | :x: | 7.x |
| 2.0.x | :x: | 5.6 7.0 7.1 |

## Reporting a Vulnerability

Expand Down

0 comments on commit d8da886

Please sign in to comment.