From 03708d0ad2fb2c708ba791702ea28b612c51d62d Mon Sep 17 00:00:00 2001 From: Seth Carstens Date: Tue, 15 Nov 2016 20:45:33 -0700 Subject: [PATCH] update class library from fansided-vip plugin - rename class file --- CHANGELOG.md | 3 +++ class-wordpress-options-builder.php | 2 +- composer.json | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9b4d80f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +#### 1.5.2 +* Added changelog +* adjusted composer autoload to work in wordpress plugin diff --git a/class-wordpress-options-builder.php b/class-wordpress-options-builder.php index b18d5fb..e84ae33 100644 --- a/class-wordpress-options-builder.php +++ b/class-wordpress-options-builder.php @@ -3,7 +3,7 @@ * SiteOptions builder class * @author : Seth Carstens * @package: SM-Utilities - * @version: 1.5.1 + * @version: 1.5.2 * @license: GPL 2.0 - please retain comments that express original build of this file by the author. */ diff --git a/composer.json b/composer.json index 30b2aff..d2404b3 100644 --- a/composer.json +++ b/composer.json @@ -12,5 +12,8 @@ "homepage": "http://github.com/scarstens", "role": "Developer" } - ] + ], + "autoload": { + "classmap": ["vendor/wordpress-phoenix/wordpress-options-builder-class/"] + } }