Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kinformation committed Oct 29, 2017
2 parents f5687b5 + d7a5811 commit aa2d015
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# v2.0.1
## 10/29/2017

1. [](#improved)
* Update css.

# v2.0.0
## 10/26/2017

Expand Down
3 changes: 2 additions & 1 deletion assets/css/speech-bubble.css
Expand Up @@ -33,7 +33,8 @@
background: #ffffff;
border: 2px solid #999999;
border-radius: .4em;
padding: .4em 1em; }
padding: .4em 1em;
margin-bottom: 15px; }
.sb-bubble-type-std.sb-bubble-left:after {
border-color: #ffffff00;
border-right-color: #ffffff;
Expand Down
1 change: 1 addition & 0 deletions assets/scss/speech-bubble.scss
Expand Up @@ -47,6 +47,7 @@
border: 2px solid $col_border;
border-radius: .4em;
padding: .4em 1em;
margin-bottom: 15px;
&.sb-bubble-left {
&:after {
border-color: #ffffff00;
Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
@@ -1,5 +1,5 @@
name: Speech Bubble
version: 2.0.0
version: 2.0.1
description: The Speech Bubble Plugin is for Grav CMS. Easily display a dialogue style speech bubble.
icon: comments-o
author:
Expand Down
2 changes: 1 addition & 1 deletion shortcodes/SpeechBubbleShortcode.php
Expand Up @@ -4,7 +4,7 @@
*
* @package speech-bubble
* @author Kazuya Kanatani
* @version 2.0.0
* @version 2.0.1
* @copyright (C) 2017 kinformation<kanatani.social@gmail.com>
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion speech-bubble.php
Expand Up @@ -4,7 +4,7 @@
*
* @package speech-bubble
* @author Kazuya Kanatani
* @version 2.0.0
* @version 2.0.1
* @copyright (C) 2017 kinformation<kanatani.social@gmail.com>
* @license MIT
*/
Expand Down

0 comments on commit aa2d015

Please sign in to comment.