Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
Version 2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Gijs Jorissen committed Jun 10, 2014
1 parent 7c848ba commit 57f1eb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"authors": [
{
"name": "Gizburdt",
"email": "gizburdt@gmail.com"
"email": "lol@gizburdt.com"
}
],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion cuztom.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static function instance()
private function setup_constants()
{
if( ! defined( 'CUZTOM_VERSION' ) )
define( 'CUZTOM_VERSION', '2.9.8' );
define( 'CUZTOM_VERSION', '2.9.9' );

if( ! defined( 'CUZTOM_DIR' ) )
define( 'CUZTOM_DIR', plugin_dir_path( __FILE__ ) );
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This helper can be used to quickly register Custom Post Types, Taxonomies, Meta Boxes, Menu Pages and Sidebars within your Wordpress projects. Please comment, review, watch, fork and report bugs.

**Version:** 2.9.8
**Version:** 2.9.9
**Requires:** 3.5 / 3.0+

## Basic usage
Expand Down Expand Up @@ -74,6 +74,9 @@ See the <a href="https://github.com/Gizburdt/Wordpress-Cuztom-Helper/wiki">wiki<
## Changelog
You can see the full changelog <a href="https://github.com/Gizburdt/Wordpress-Cuztom-Helper/wiki/Changelog">here</a>.

###2.9.9
* Fixed: #283: Repeatable file upload. Props @anteprimorac

###2.9.8
* Fixed: #281: Repeatable bundle with WYSIWYG

Expand Down

0 comments on commit 57f1eb6

Please sign in to comment.