Version Description
- Fixed error from 1.0.4 require_once
Download this release
Release Info
Developer | madalin.ungureanu |
Plugin | Custom Post Types and Custom Fields creator – WCK |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
- readme.txt +4 -1
- wck.php +1 -1
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: custom fields, custom field, wordpress custom fields, advanced custom fiel
|
|
6 |
|
7 |
Requires at least: 3.1
|
8 |
Tested up to: 3.7.1
|
9 |
-
Stable tag: 1.0.
|
10 |
|
11 |
A must have tool for creating custom fields, custom post types and taxonomies, fast and without any programming knowledge.
|
12 |
|
@@ -138,6 +138,9 @@ Creating a taxonomy generally automatically creates a special query variable usi
|
|
138 |
10. Taxonomy listing
|
139 |
|
140 |
== Changelog ==
|
|
|
|
|
|
|
141 |
= 1.0.4 =
|
142 |
* Added Custom Fields Api
|
143 |
* Added option to enable/disable WCK tools(CFC, CPTC, FEP...) that you want/don't want to use
|
6 |
|
7 |
Requires at least: 3.1
|
8 |
Tested up to: 3.7.1
|
9 |
+
Stable tag: 1.0.5
|
10 |
|
11 |
A must have tool for creating custom fields, custom post types and taxonomies, fast and without any programming knowledge.
|
12 |
|
138 |
10. Taxonomy listing
|
139 |
|
140 |
== Changelog ==
|
141 |
+
= 1.0.5 =
|
142 |
+
* Fixed error from 1.0.4 require_once
|
143 |
+
|
144 |
= 1.0.4 =
|
145 |
* Added Custom Fields Api
|
146 |
* Added option to enable/disable WCK tools(CFC, CPTC, FEP...) that you want/don't want to use
|
wck.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WCK - Custom Fields and Custom Post Types Creator
|
4 |
Description: WordPress Creation Kit consists of three tools that can help you create and maintain custom post types, custom taxonomies and most importantly, custom fields and metaboxes for your posts, pages or CPT's.
|
5 |
Author: Reflection Media, Madalin Ungureanu, sareiodata
|
6 |
-
Version: 1.0.
|
7 |
Author URI: http://www.reflectionmedia.ro
|
8 |
|
9 |
License: GPL2
|
3 |
Plugin Name: WCK - Custom Fields and Custom Post Types Creator
|
4 |
Description: WordPress Creation Kit consists of three tools that can help you create and maintain custom post types, custom taxonomies and most importantly, custom fields and metaboxes for your posts, pages or CPT's.
|
5 |
Author: Reflection Media, Madalin Ungureanu, sareiodata
|
6 |
+
Version: 1.0.5
|
7 |
Author URI: http://www.reflectionmedia.ro
|
8 |
|
9 |
License: GPL2
|