Skip to content

Commit 3c85b6f

Browse files
authored
Fix documentation (#373)
* clarify versioning * change documentation copyright
1 parent e1c63af commit 3c85b6f

File tree

2 files changed

+13
-25
lines changed

2 files changed

+13
-25
lines changed

README.md

+12-24
Original file line numberDiff line numberDiff line change
@@ -22,35 +22,23 @@ OpenStack services, and versions of services, are supported.
2222
* [Contributing guide](/CONTRIBUTING.md)
2323
* [Code of Conduct](/CODE_OF_CONDUCT.md)
2424

25-
26-
## We need your help :smiley:
27-
28-
We invest a large amount of work to ensure this SDK works with many OpenStack distributions via running end-to-end
29-
integration tests with a real cluster.
30-
31-
If you or your organization are in a position that can help us access popular distributions as listed below, do reach
32-
out by open an issue in github.
33-
34-
| Distribution | |
35-
|------------------------------------|-------------------------|
36-
|OpenStack RDO<br>MicroStack Openstack | Sponsored by [![Ai.net](https://i.imgur.com/wsFRFuX.png)](https://www.ai.net/) |
37-
|Red Hat OpenStack | Need sponsor! |
38-
|OVH OpenStack | Need sponsor! |
39-
|SUSE OpenStack | Need sponsor! |
40-
|RackSpace OpenStack | Need sponsor! |
41-
4225
## Join the community
4326

4427
- Report an issue: https://github.com/php-opencloud/openstack/issues
4528

46-
## Version Guidance
29+
## Versioning
30+
31+
Openstack SDK follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
32+
33+
Updating between minor versions will not require changes to PHP code or configuration
34+
and cause no breaking behavioural changes for consumers.
4735

48-
| Version | Status | PHP Version | Support until |
49-
| --------- | --------------------------- | ---------------- | ----------------------- |
50-
| `^3.2` | Latest | `>=7.2.5, >=8.0` | Current |
51-
| `^3.1` | Latest | `>=7.2.5` | Current |
52-
| `^3.0` | Bug fixed only | `>=7.0` | Oct 2020 |
53-
| `^2.0` | End of life | `>=7.0,<7.2` | March 2018 |
36+
| Version | Status | PHP Version | Support until |
37+
| --------- |-------------| ---------------- | ----------------------- |
38+
| `^3.2` | Latest | `>=7.2.5, >=8.0` | Current |
39+
| `^3.1` | Latest | `>=7.2.5` | Current |
40+
| `^3.0` | End of life | `>=7.0` | Oct 2020 |
41+
| `^2.0` | End of life | `>=7.0,<7.2` | March 2018 |
5442

5543

5644
## Upgrade from 2.x to 3.x

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
source_suffix = '.rst'
2828
master_doc = 'index'
2929
project = u'php-opencloud'
30-
copyright = u'2015, Jamie Hannaford'
30+
copyright = u'2015-2023, PHP OpenCloud & contributors'
3131
version = '1.12'
3232
release = '1.12.1'
3333
exclude_patterns = ['_build']

0 commit comments

Comments
 (0)