Skip to content

Commit

Permalink
Updated to version 1.1.0 and added notes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
troychaplin committed Dec 27, 2019
1 parent a1db82d commit 8e299a7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
29 changes: 21 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,39 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

---

## [1.1.0] - 2019-12-27

### Added

- Added shell script for easy top level and second level site installations
- Added query monitor plugin to composer example file

### Changed

- Bumped required version of PHP to 7.2
- Changed WordPress version to use the latest version
- Updated composer example file to be in proper alpha order

## [1.0.1] - 2019-07-14

### Added

- Added additional composer commands to readme
- Added additional composer commands to readme

### Changed

- Updated code to meet PSR2 standards
- Updating info in package.json
- Updated env vars in readme
- Updated composer commands in readme
- Updated code to meet PSR2 standards
- Updating info in package.json
- Updated env vars in readme
- Updated composer commands in readme

### Removed

- Removed WordPress specific code from .htaccess-standard
- Removed info in readme that recommended to not use this app in prod, this is now prod ready
- Removed WordPress specific code from .htaccess-standard
- Removed info in readme that recommended to not use this app in prod, this is now prod ready

## [1.0.0] - 2019-07-14

### Added

- Merged release branch 1.0.0 into master
- Merged release branch 1.0.0 into master
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WP Multi Tenant

_Version 1.0.1_
_Version 1.1.0_

A multi tenant application is an architectural concept in which a single instance of a piece of software is configured to serve multiple customers, often times called tenants. In a multi tenant WordPress environment, each tenant would share the same core configuration, themes, plugins, and more, while keeping its data and uploads as a separate entity.

Expand Down

0 comments on commit 8e299a7

Please sign in to comment.