Skip to content

Commit

Permalink
Merge branch 'release/4.1.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Dec 4, 2019
2 parents 160a7bd + caa1ffa commit 4483bbc
Show file tree
Hide file tree
Showing 11 changed files with 398 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v4.1.7
## 12/04/2019

1. [](#new)
* Added a new `[lorem]` shortcode for quickly generating lorem ipsum dummy content
* Updated Core Thunderer Shortcode library to `0.7.3` for PHP 7.4 compatibility

# v4.1.6
## 10/03/2019

Expand Down
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,27 @@ Lorem ipsum dolor sit amet...

**Note:** The show/hide behaviour is not supported in IE 11 or Edge 18, and the element will be permanently open. You can check the current status of browser compatibility at [Can I Use](https://caniuse.com/#search=details).

#### Lorem Ipsum

Useful for faking content, you can use a shortcode to quickly generate some random "lorem ipsum" text:

**Paragraphs:**
```
[lorem=5 /]

[lorem p=5 tag=div /]
```

**Sentences:**
```
[lorem s=4 /]
```

**Words:**
```
[lorem w=35 /]
```

## Using Shortcodes in Twig

You can now use shortcodes in Twig templates and process them with the `|shortcodes` filter. For example:
Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Shortcode Core
version: 4.1.6
version: 4.1.7
description: "This plugin provides the core functionality for shortcode plugins"
icon: code
author:
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4483bbc

Please sign in to comment.