Skip to content

Commit

Permalink
Update to 1.5 for WordPress.org
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeshev committed Oct 19, 2014
1 parent 9677e49 commit ec4b924
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dx-plugin-base.php
Expand Up @@ -29,7 +29,7 @@
*
*/

define( 'DXP_VERSION', '1.4' );
define( 'DXP_VERSION', '1.5' );
define( 'DXP_PATH', dirname( __FILE__ ) );
define( 'DXP_PATH_INCLUDES', dirname( __FILE__ ) . '/inc' );
define( 'DXP_FOLDER', basename( DXP_PATH ) );
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: nofearinc, devrix
Tags: plugin, base, startup, framework, foundation, skeleton, backbone, sample, example
Requires at least: 3.1
Tested up to: 4.0
Stable tag: 1.4
Stable tag: 1.5
License: GPLv2 or later

Startup plugin code for new plugin, including the archetype of standard features, admin and core functions to be used in new plugins.
Expand Down Expand Up @@ -48,6 +48,10 @@ I've removed the 'pass-by-reference' call for all array( $this, ... ) entries as

== Changelog ==

= 1.5 =
* Add custom fields to metaboxes
* Save custom fields

= 1.4 =
* Refreshing

Expand Down

0 comments on commit ec4b924

Please sign in to comment.