Skip to content

Commit 197e1d5

Browse files
committed
Merge branch 'release/1.6'
2 parents a89b416 + c35f4bf commit 197e1d5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ekandreas/bladerunner",
33
"type": "wordpress-plugin",
4-
"version": "1.6-dev",
4+
"version": "1.6",
55
"description": "WordPress Blade L5 template engine",
66
"keywords": ["laravel", "blade", "wordpress"],
77
"license": "MIT",

readme.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
Contributors: ekandreas
33
Tags: Blade,templates,development,laravel
44
Requires at least: 4.4
5-
Tested up to: 4.6
6-
Stable tag: 1.5.2
5+
Tested up to: 4.7.1
6+
Stable tag: 1.6
77
License: MIT
88

99
WordPress plugin for Blade L5 templating
1010

1111
== Description ==
1212
Laravel Blade templating language for WordPress templates.
13-
Uses the latest v5.3 of Laravel templating engine.
13+
Uses the latest v5.4 of Laravel templating engine.
1414

15-
Read more about the language syntax at the [Laravel docs](https://laravel.com/docs/5.3/blade)!
15+
Read more about the language syntax at the [Laravel docs](https://laravel.com/docs/5.4/blade)!
1616

17-
To grab the latest WordPress distro, go to [Bladerunner](http://bladerunner.aekab.se)!
17+
To grab the latest WordPress distro, go to [Bladerunner](http://bladerunner.elseif.se)!
1818

1919
All issues are managed at the [Github repo](https://github.com/ekandreas/bladerunner).
2020

@@ -27,7 +27,7 @@ composer require ekandreas/bladerunner:*
2727
Activate the plugin inside WordPress and templates with *.blade.php are inspected and active.
2828
Your theme still needs an index.php due to WordPress basic functionality. When removed the theme is known as broken.
2929

30-
If you don\'t use a composer based WordPress development environment you can download the latest distributed plugin at [Bladerunner site](http://bladerunner.aekab.se), download and install it the common way with zip upload to WordPress via wp-admin.
30+
If you don\'t use a composer based WordPress development environment you can download the latest distributed plugin at [Bladerunner site](http://bladerunner.elseif.se), download and install it the common way with zip upload to WordPress via wp-admin.
3131

3232
== Frequently Asked Questions ==
3333
none, yet

0 commit comments

Comments
 (0)