Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 committed Sep 18, 2017
1 parent 6fbac7b commit 452de26
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Capistrano::Wearerequired is a collection of recipes and tasks specialized on Wo
### New Messaging Elements for Slackistrano
The class `SlackistranoMessagingElements` allows change the bot icon with a emoji icon or image url and define the bot username.
The class `SlackistranoMessagingElements` allows to change the icon with an emoji or image URL and to define a custom username.
Example:
```ruby
Expand Down Expand Up @@ -114,11 +114,10 @@ cap staging wordpress:clear_opcache
### 1.0.0

* Renamed to `Capistrano::Wearerequired` and published on [rubygems.org](https://rubygems.org/gems/capistrano-wearerequired).
* Renamed `SlackistranoMessagingExtended` class to `SlackistranoExpandedGitMessaging`.
* Moved support for custom icon (via `icon_url` or `icon_emoji`) and bot name (via `username`) to it's own class `SlackistranoMessagingElements`.
* `SlackistranoExpandedGitMessaging` extends `SlackistranoMessagingColors` which extends `SlackistranoMessagingElements`.
* Added `wordpress:clear_opcache` task.
* Added new messaging class for Slackistrano for more informative notifications.
* Added new messaging classes for Slackistrano for more informative notifications.
* Moved support for custom icon (via `icon_url` or `icon_emoji`) and bot name (via `username`) to it's own class `SlackistranoMessagingElements`.
* `SlackistranoExpandedGitMessaging` extends `SlackistranoMessagingColors` which extends `SlackistranoMessagingElements`.

### 0.3.0

Expand Down

0 comments on commit 452de26

Please sign in to comment.