Skip to content

Commit

Permalink
* Cleaned up deployment process
Browse files Browse the repository at this point in the history
* Added more automation to releases. Date stamp happens automatically on gulp --release
  • Loading branch information
aaronware committed Dec 20, 2019
1 parent 55c9be1 commit c9c33b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog #

## 1.0.4 ##

* Cleaned up deployment process further.

## 1.0.2 ##

* Migrated to using composer as our autoloader instead of a proprietary one
* Added Parsedown dependency for Markdown display within the plugin
* Added a changelog.md display to the settings page as a tab
* Added more automation for release to get releases out the door quicker
* Minor code formatting changes
* Bumped version to 1.0.2

## 1.0.1 ##

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linchpin/courier",
"description": "Courier WordPress Notification .",
"homepage": "https://github.com/linchpin/courier",
"version": "1.0.1",
"version": "1.0.4",
"authors": [
{
"name": "Linchpin",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,17 @@ e.g.

== Changelog ==

= 1.0.4 =

* Cleaned up deployment process further.

= 1.0.2 =

* Migrated to using composer as our autoloader instead of a proprietary one
* Added Parsedown dependency for Markdown display within the plugin
* Added a changelog.md display to the settings page as a tab
* Added more automation for release to get releases out the door quicker
* Minor code formatting changes
* Bumped version to 1.0.2

= 1.0.1 =

Expand Down

0 comments on commit c9c33b7

Please sign in to comment.