Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.
/ wp-mvc-base Public archive

A base mvc-style framework for WordPress plugin development

Notifications You must be signed in to change notification settings

clubdeuce/wp-mvc-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
clubduece
Apr 1, 2014
16eae21 · Apr 1, 2014
Apr 1, 2014
Feb 22, 2014
Mar 28, 2014
Mar 28, 2014
Nov 20, 2013
Jul 13, 2013
Mar 3, 2014
Mar 17, 2014
Apr 1, 2014
Jul 29, 2013
Mar 26, 2014
Mar 26, 2014
Jul 10, 2013
Mar 26, 2014

Repository files navigation

WP MVC Base

TravisCI: Build Status

Scrutinizer-CI: Scrutinizer Quality Score

Coveralls: Coverage Status

VersionEye: Dependency Status

The purpose of this project is to create a base, mvc-style framework for rapid WordPress plugin development. To that end, this framework includes models for custom post types, metaboxes, screen help tabs, etc.

This project is still in early development. As a result there is no guarantee of backwards compatibility at this time.

##Documentation## Detailed documentation is currently under development. Feel free to clone this repository to your local web server to view the documentation.

Contributions

Anyone is welcome to contribute to this project. Before contributing code, however, please read the Coding Standards wiki page.

There are various ways you can contribute to the project:

  1. Raise an [Issue] (https://github.com/dlozupone/wp-mvc-base/issues) on GitHub
  2. Send us a bug fix, enhancement, phpunit test or feature implementation via Pull Request
  3. Send us documentation updates via Pull Request
  4. Translate WP MVC Base into other languages
  5. Provide feedback and suggestions for enhancements

Changelog

Version 0.3.1

  • Bug

    • [WPMVCB-36] - Fix label for custom post type published message
  • Improvement

    • [WPMVCB-34] - Change taxonomy model menu_name argument