Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Commit

Permalink
Update to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsternberg committed Apr 6, 2014
1 parent 92e29e1 commit 1caf844
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions init.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?php
/*
Script Name: Custom Metaboxes and Fields
Contributors: Andrew Norcross (@norcross / andrewnorcross.com)
Jared Atchison (@jaredatch / jaredatchison.com)
Bill Erickson (@billerickson / billerickson.net)
Justin Sternberg (@jtsternberg / dsgnwrks.pro)
Description: This will create metaboxes with custom fields that will blow your mind.
Version: 1.1.1
Script Name: Custom Metaboxes and Fields
Contributors: WebDevStudios (@webdevstudios / webdevstudios.com)
Justin Sternberg (@jtsternberg / dsgnwrks.pro)
Jared Atchison (@jaredatch / jaredatchison.com)
Bill Erickson (@billerickson / billerickson.net)
Andrew Norcross (@norcross / andrewnorcross.com)
Description: This will create metaboxes with custom fields that will blow your mind.
Version: 1.1.2
*/

/**
Expand Down Expand Up @@ -54,7 +55,7 @@ class cmb_Meta_Box {
* @var string
* @since 1.0.0
*/
const CMB_VERSION = '1.1.1';
const CMB_VERSION = '1.1.2';

/**
* Metabox Config array
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Contributors**:

* WebDevStudios ( [@webdevstudios](http://twitter.com/jtsternberg ) / [webdevstudios.com](http://webdevstudios.com) )
* WebDevStudios ( [@webdevstudios](http://twitter.com/webdevstudios ) / [webdevstudios.com](http://webdevstudios.com) )
* Justin Sternberg ( [@jtsternberg](http://twitter.com/jtsternberg ) / [webdevstudios.com](http://webdevstudios.com) )
* Jared Atchison ( [@jaredatch](http://twitter.com/jaredatch ) / [jaredatchison.com](http://jaredatchison.com/) )
* Bill Erickson ( [@billerickson](http://twitter.com/billerickson ) / [billerickson.net](http://billerickson.net/) )
Expand Down

0 comments on commit 1caf844

Please sign in to comment.