Skip to content

Commit

Permalink
Merge branch '4.5' into 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Garion Herman committed Mar 3, 2020
2 parents 03cab91 + 3f9e261 commit 46f687a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .cow/changelog.md.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@

-

{% if version.stability == 'rc' %}

## Release Candidate

This version of Silverstripe CMS is a **release candidate** for an upcoming stable version, and should not be applied to production websites. We encourage developers to test this version in development / testing environments and report any issues they encounter via GitHub.

{% elseif version.stable %}

## Upgrading {{ '{#upgrading}' }}

...

{% endif %}

{{ logs }}

12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ matrix:
env:
- PHPUNIT_TEST=core
- DB=PGSQL
- php: 7.4
env:
- PHPUNIT_TEST=core
- DB=MYSQL
# admin php tests
- php: 7.1
env:
Expand All @@ -52,6 +56,10 @@ matrix:
- PHPUNIT_TEST=admin
- DB=MYSQL
- PDO=1
- php: 7.4
env:
- PHPUNIT_TEST=admin
- DB=MYSQL
# behat tests
- php: 7.1
env:
Expand All @@ -66,6 +74,10 @@ matrix:
- BEHAT_TEST="@asset-admin"
- DB=MYSQL
- php: 7.3
env:
- HEALTH_TEST=1
- DB=PGSQL
- php: 7.4
env:
- HEALTH_TEST=1
- DB=MYSQL
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Base project folder for a SilverStripe ([http://silverstripe.org](http://silvers

## Installation ##

See [installation on different platforms](http://doc.silverstripe.org/framework/en/installation/),
and [installation from source](http://doc.silverstripe.org/framework/en/installation/from-source).
`composer create-project silverstripe/installer my-app`

See [Getting Started](https://docs.silverstripe.org/en/4/getting_started/) for more information.

## Bugtracker ##

Expand All @@ -15,11 +16,11 @@ Please read our [issue reporting guidelines](https://docs.silverstripe.org/en/4/

## Development and Contribution ##

If you would like to make changes to the SilverStripe core codebase, we have an extensive [guide to contributing code](http://doc.silverstripe.org/framework/en/misc/contributing/code).
If you would like to make changes to the SilverStripe core codebase, we have an extensive [guide to contributing code](https://docs.silverstripe.org/en/4/contributing/code/).

## Links ##

* [Changelogs](http://doc.silverstripe.org/framework/en/changelogs/)
* [Changelogs](https://docs.silverstripe.org/en/4/changelogs/)
* [Bugtracker: Framework](https://github.com/silverstripe/silverstripe-framework/issues)
* [Bugtracker: CMS](https://github.com/silverstripe/silverstripe-cms/issues)
* [Bugtracker: Installer](https://github.com/silverstripe/silverstripe-installer/issues)
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"silverstripe/login-forms": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^5.7",
"sminnee/phpunit-mock-objects": "^3.4.5"
},
"extra": {
"project-files": [
Expand Down

0 comments on commit 46f687a

Please sign in to comment.