Skip to content

Commit

Permalink
Release 3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fdiebel committed Mar 12, 2019
1 parent fd0923f commit 94f461f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
/*.sublime-workspace
.DS_Store
.deploy.sh
.stir.sh
theme.conf
*.bak
5 changes: 3 additions & 2 deletions CHANGELOG.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [3.7.3] - 03-12-2019
### Added
- Wordpress projects can now be managed using either `composer` or `wp-cli` (or both) transparently
- ACF Pro update files must now pass an integrity check before proceeding with plugin upgrade
Expand Down Expand Up @@ -239,7 +239,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Old monolithic script rewritten


[Unreleased]: https://github.com/EMRL/deploy/compare/v3.7.2...HEAD
[Unreleased]: https://github.com/EMRL/deploy/compare/v3.7.3...HEAD
[3.7.3]: https://github.com/EMRL/deploy/compare/v3.7.2...v3.7.3
[3.7.2]: https://github.com/EMRL/deploy/compare/v3.7.1...v3.7.2
[3.7.1]: https://github.com/EMRL/deploy/compare/v3.7...v3.7.1
[3.7]: https://github.com/EMRL/deploy/compare/v3.6.7...v3.7
Expand Down
4 changes: 3 additions & 1 deletion README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Deploy

[![release](https://img.shields.io/badge/release-v3.7.2-blue.svg?style=flat)](https://github.com/EMRL/deploy/releases/latest)
[![release](https://img.shields.io/badge/release-v3.7.3-blue.svg?style=flat)](https://github.com/EMRL/deploy/releases/latest)
[![Build Status](https://travis-ci.org/EMRL/deploy.svg?branch=master)](https://travis-ci.org/EMRL/deploy)

**Note: This is the final release of deploy - check out the ['stir'](https://github.com/EMRL/deploy/tree/stir) branch to see where development headed**

`deploy` is designed to speed up, automate, and integrate project commits, management, and deployment. Its main focus is Wordpress websites, but it can be used with any code repository.

[Changelog](https://github.com/EMRL/deploy/blob/master/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
###############################################################################

IFS=$'\n\t'
VERSION="3.7.3-dev"
VERSION="3.7.3"
EPOCH="$(date +%s)"
NOW="$(date +"%B %d, %Y")"
LAST_MONTH="$(date --date="$(date +%Y-%m-15) -1 month" +'%B')"
Expand Down

0 comments on commit 94f461f

Please sign in to comment.