Skip to content

Commit

Permalink
update class library from fansided-vip plugin - rename class file
Browse files Browse the repository at this point in the history
  • Loading branch information
scarstens committed Nov 16, 2016
1 parent 2e3613a commit 03708d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### 1.5.2
* Added changelog
* adjusted composer autoload to work in wordpress plugin
2 changes: 1 addition & 1 deletion class-wordpress-options-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"homepage": "http://github.com/scarstens",
"role": "Developer"
}
]
],
"autoload": {
"classmap": ["vendor/wordpress-phoenix/wordpress-options-builder-class/"]
}
}

0 comments on commit 03708d0

Please sign in to comment.