Skip to content

Commit ed047ec

Browse files
committed
Release new version
1 parent 67d0fc6 commit ed047ec

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22

3+
## 1.3.1 (2018-06-18)
4+
* Fix composer stable status.
5+
36
## 1.3.0 (2017-12-14)
47
* Add filter hook `must_use_loader.mu_plugins` to remove plugins from autoload, #10.
58
* Small code changes, more strict rules in JS context.
6-
9+
710
## 1.2.1 (2017-06-01)
811
* Add a check that prevents mu-plugins-loader to load before WordPress.
912

must_use_loader.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin Name: Must-Use Loader
99
* Plugin URI: https://github.com/bueltge/must-use-loader
1010
* Description: Load Must-Use Plugins inside subdirectories with caching. To delete the cache: Visit the Must Use plugins list in the network administration.
11-
* Version: 1.3.0
11+
* Version: 1.3.1
1212
* Text Domain: must_use_loader
1313
* Author: Frank Bültge
1414
* Author URI: https://bueltge.de
@@ -20,7 +20,7 @@
2020
* @package WordPress
2121
* @author Frank Bültge <[email protected]>
2222
* @license https://opensource.org/licenses/MIT MIT
23-
* @version 2017-12-14
23+
* @version 2018-06-18
2424
*/
2525

2626
// If this file is called directly, abort.

0 commit comments

Comments
 (0)