Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Version 0.1.0 "Caterpillar"
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzikri Aziz committed Apr 16, 2014
0 parents commit d3438e3
Show file tree
Hide file tree
Showing 6 changed files with 702 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
assets export-ignore
readme.md export-ignore
Binary file added assets/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!-- DO NOT EDIT THIS FILE; it is auto-generated from readme.txt -->
# Settings Page Meta Boxes

A helper class to easily create custom meta boxes on plugin/theme settings page.

**Contributors:** [kucrut](http://profiles.wordpress.org/kucrut)
**Tags:** [settings](http://wordpress.org/plugins/tags/settings), [meta-box](http://wordpress.org/plugins/tags/meta-box)
**Requires at least:** 3.8
**Tested up to:** 3.9-RC1
**Stable tag:** 0.1.0
**License:** [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html)
**Donate Link:** http://kucrut.org/#coffee

## Description ##

### Usage ###
See `settings-meta-boxes-demo.php`.

Development of this plugin is done on [GitHub](https://github.com/kucrut/wp-settings-meta-boxes). **Pull requests welcome**. Please see [issues reported](https://github.com/kucrut/wp-settings-meta-boxes/issues) there before going to the plugin forum.


## Screenshots ##

### Settings Page with Meta Boxes

![Settings Page with Meta Boxes](assets/screenshot-1.png)

## Installation ##

1. Upload `settings-meta-boxes` to the `/wp-content/plugins/` directory
1. Activate the plugin through the *Plugins* menu in WordPress

or...

1. Drop settings-meta-boxes.php into `/wp-content/mu-plugins/` directory

## Changelog ##

### 0.1.0 ###
* Initial public release


39 changes: 39 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
=== Settings Page Meta Boxes ===
Contributors: kucrut
Donate Link: http://kucrut.org/#coffee
Tags: settings, meta-box
Requires at least: 3.8
Tested up to: 3.9-RC1
Stable tag: 0.1.0
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A helper class to easily create custom meta boxes on plugin/theme settings page.


== Description ==
No more boring settings page. Spice it up with meta boxes!

= Usage =
See `settings-meta-boxes-demo.php`.

Development of this plugin is done on [GitHub](https://github.com/kucrut/wp-settings-meta-boxes). **Pull requests welcome**. Please see [issues reported](https://github.com/kucrut/wp-settings-meta-boxes/issues) there before going to the plugin forum.


== Screenshots ==
1. Settings Page with Meta Boxes


== Installation ==

1. Upload `settings-meta-boxes` to the `/wp-content/plugins/` directory
1. Activate the plugin through the *Plugins* menu in WordPress

or...

1. Drop settings-meta-boxes.php into `/wp-content/mu-plugins/` directory


== Changelog ==
= 0.1.0 =
* Initial public release
Loading

0 comments on commit d3438e3

Please sign in to comment.