Skip to content

Commit 9b3ecea

Browse files
committed
Update to v1.0.2
1 parent 31d3870 commit 9b3ecea

File tree

2 files changed

+477
-9
lines changed

2 files changed

+477
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
EP4 Must-Use Plugins Autoloader
22
===============================
33

4-
__Contributors:__ DaveLavoie, EP4
5-
__Donate link:__
6-
__Tags:__ must-use, must-use plugins, mu-plugins, MU, plugins, loader, autoloader, directory, subdirectory, WP Captain, EP4
7-
__Requires at least:__ 4.7
8-
__Tested up to:__ 5.2.2
9-
__Stable tag:__ 1.0.1
10-
__License:__ GPLv3 or later
11-
__License URI:__ http://www.gnu.org/licenses/gpl-3.0.html
4+
__Contributors:__ DaveLavoie, EP4
5+
__Donate link:__
6+
__Tags:__ must-use, must-use plugins, mu-plugins, MU, plugins, loader, autoloader, directory, subdirectory, WP Captain, EP4
7+
__Requires at least:__ 4.7
8+
__Tested up to:__ 5.2.2
9+
__Stable tag:__ 1.0.2
10+
__License:__ GPLv3 or later
11+
__License URI:__ http://www.gnu.org/licenses/gpl-3.0.html
1212

1313
This must-use plugin loads all plugins inside subdirectories of the /mu-plugins directory.
1414

@@ -69,7 +69,7 @@ So at the end of the PHP file, it should look like this:
6969
```php
7070
if ( EP4_MU_Loader::this()->have_mu_plugins() ) {
7171
// Replace the values in the array with yours.
72-
EP4_MU_Loader::this()->exclude_mu_plugins( array( 'wpengine-common', 'force-strong-passwords' ) );
72+
EP4_MU_Loader::this()->exclude_mu_plugins( array( 'wpengine-common', 'force-strong-passwords' ) );
7373
while ( EP4_MU_Loader::this()->have_mu_plugins() ) {
7474
include_once EP4_MU_Loader::this()->the_mu_plugin();
7575
}
@@ -90,6 +90,9 @@ None.
9090

9191
Changelog
9292
---------
93+
### 1.0.2 - 2019-08-08 ###
94+
95+
* Fixing an error regarding file permissions when cloning the repo from Github.
9396

9497
### 1.0.1 - 2019-07-19 ###
9598

0 commit comments

Comments
 (0)