Skip to content

Commit ab4ca94

Browse files
committed
v3.0.0-alpha1
1 parent bec4bad commit ab4ca94

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+3622
-14177
lines changed

.gitattributes

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
# phpMussel .gitattributes file.
2-
# phpMussel repository can be found here:
3-
# https://github.com/phpMussel/phpMussel/
4-
51
# Refer to:
62
# https://help.github.com/articles/dealing-with-line-endings/
73

84
* text eol=lf
95
*.ini text eol=crlf
10-
*.renameme text eol=crlf
11-
*.RenameMe text eol=crlf
126
*.dat binary
137
*.exe binary
148
*.gif binary
@@ -31,14 +25,5 @@
3125
*.md linguist-documentation
3226
*.txt linguist-documentation
3327

34-
vault/* linguist-detectable
3528
.github/* -linguist-detectable
36-
_testfiles/* -linguist-detectable
3729
tests/* -linguist-detectable
38-
vault/lang/* -linguist-detectable
39-
vault/signatures/* -linguist-detectable
40-
41-
components.dat linguist-language=YAML
42-
plugins.dat linguist-language=YAML
43-
themes.dat linguist-language=YAML
44-
config.ini.RenameMe linguist-language=INI

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

PEOPLE.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Join the chat at https://gitter.im/phpMussel2/Lobby](https://badges.gitter.im/phpMussel2/Lobby.svg)](https://gitter.im/phpMussel2/Lobby)
22
[![v1: PHP >= 5.4.0](https://img.shields.io/badge/v1-PHP%20%3E%3D%205.4.0-8892bf.svg)](https://maikuolan.github.io/Compatibility-Charts/)
3-
[![v2: PHP >= 7.2.0](https://img.shields.io/badge/v2-PHP%20%3E%3D%207.2.0-8892bf.svg)](https://maikuolan.github.io/Compatibility-Charts/)
3+
[![v2~v3: PHP >= 7.2.0](https://img.shields.io/badge/v2%7Ev3-PHP%20%3E%3D%207.2.0-8892bf.svg)](https://maikuolan.github.io/Compatibility-Charts/)
44
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
55
[![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg)](http://makeapullrequest.com)
66

@@ -44,9 +44,9 @@ An ideal solution for shared hosting environments, where it's often not possible
4444
- **[中文(简体)](https://github.com/phpMussel/Docs/blob/master/readme.zh.md)**
4545
- **[中文(傳統)](https://github.com/phpMussel/Docs/blob/master/readme.zh-tw.md)**
4646

47-
[\[CONTRIBUTING.md\] **Want to help?**](https://github.com/phpMussel/phpMussel/blob/v2/CONTRIBUTING.md)
47+
[\[CONTRIBUTING.md\] **Want to help?**](https://github.com/phpMussel/.github/blob/master/CONTRIBUTING.md)
4848

49-
[\[PEOPLE.md\] **Learn about the people behind phpMussel.**](https://github.com/phpMussel/phpMussel/blob/v2/PEOPLE.md)
49+
[\[PEOPLE.md\] **Learn about the people behind phpMussel.**](https://github.com/phpMussel/.github/blob/master/PEOPLE.md)
5050

5151
---
5252

@@ -56,7 +56,7 @@ An ideal solution for shared hosting environments, where it's often not possible
5656
⬇Stage reached⬇ ➡Major version➡ | v0 | v1-v2 | v3
5757
:--|:-:|:-:|:-:
5858
Pre-Alpha<em><br />- Exploring early concepts/ideas. No code written/available yet.</em> | ✔ | ✔ | ✔
59-
Alpha<em><br />- Branched, but unstable. Not production-ready (high risk if used).</em> | ✔ | ✔
59+
Alpha<em><br />- Branched, but unstable. Not production-ready (high risk if used).</em> | ✔ | ✔ | ✔
6060
Beta<em><br />- Branched, but unstable. Not production-ready (low risk if used).</em> | ✔ | ✔
6161
Stable<em><br />- First production-ready version has been tagged/released.</em> | ✔ | ✔
6262
Mature<em><br />- Multiple stable versions/releases exist.</em> | ✔ | ✔
@@ -66,4 +66,4 @@ EoL/Dead<em><br />- Not maintained anymore. If possible, stop using, and update
6666
---
6767

6868

69-
Last Updated: 2 October 2019 (2019.10.02).
69+
Last Updated: 10 June 2020 (2020.06.10).

0 commit comments

Comments
 (0)