Well, not list enhancements yet, but some minor updates.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 29 Dec 2015 21:46:46 +0000 (16:46 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 29 Dec 2015 21:46:46 +0000 (16:46 -0500)
css/readme.txt [new file with mode: 0644]
glm-member-db-packaging.php
js/readme.txt [new file with mode: 0644]

diff --git a/css/readme.txt b/css/readme.txt
new file mode 100644 (file)
index 0000000..954cc9c
--- /dev/null
@@ -0,0 +1 @@
+Add admin.css and/or front.css to this directory to have those registered automatically.
\ No newline at end of file
index 5a45011..05d07e4 100644 (file)
@@ -129,6 +129,7 @@ if (version_compare($glmMembersDatabasePluginVersion, GLM_MEMBERS_PACKAGING_PLUG
 require_once(GLM_MEMBERS_PACKAGING_PLUGIN_SETUP_PATH.'/validActions.php');
 require_once(GLM_MEMBERS_PACKAGING_PLUGIN_SETUP_PATH.'/shortcodes.php');
 require_once(GLM_MEMBERS_PACKAGING_PLUGIN_DB_SCRIPTS.'/dbVersions.php');
+
 function glmMembersRegisterPackaging($addOns) {
 
     // Add this add-on to the add-ons array
diff --git a/js/readme.txt b/js/readme.txt
new file mode 100644 (file)
index 0000000..f642355
--- /dev/null
@@ -0,0 +1 @@
+Add admin.js and/or front.js to this directory to have those registered automatically.
\ No newline at end of file