Version Description
- Release date: 2015-04-10
- Fixed problem with File Field which do not work when edited from the Parent Post Type. https://wp-types.com/forums/topic/1-6-6-seems-to-break-child-fields-when-parent-has-an-image-field/
Download this release
Release Info
Developer | iworks |
Plugin | Toolset Types – Custom Post Types, Custom Fields and Taxonomies |
Version | 1.6.6.2 |
Comparing to | |
See all releases |
Code changes from version 1.6.6.1 to 1.6.6.2
- admin.php +1 -1
- classes/class.wpcf-marketing-messages.php +1 -1
- classes/class.wpcf-marketing-tutorial.php +1 -1
- classes/class.wpcf-marketing.php +1 -1
- embedded/admin.php +1 -1
- embedded/bootstrap.php +4 -4
- embedded/classes/class.wpcf-post-types.php +1 -1
- embedded/classes/field.php +1 -1
- embedded/classes/fields.php +1 -1
- embedded/classes/forms.php +1 -1
- embedded/classes/loader.php +1 -1
- embedded/classes/path.php +1 -1
- embedded/classes/post-types/messages.php +1 -1
- embedded/classes/relationship.php +1 -1
- embedded/common/classes/class.toolset.promo.php +1 -1
- embedded/common/classes/forms.php +1 -1
- embedded/common/debug/debug-information.php +1 -1
- embedded/common/debug/functions_debug_information.php +1 -1
- embedded/common/toolset-forms/api.php +1 -1
- embedded/common/toolset-forms/bootstrap.php +1 -1
- embedded/common/toolset-forms/classes/class.audio.php +1 -1
- embedded/common/toolset-forms/classes/class.checkbox.php +1 -1
- embedded/common/toolset-forms/classes/class.checkboxes.php +1 -1
- embedded/common/toolset-forms/classes/class.colorpicker.php +1 -1
- embedded/common/toolset-forms/classes/class.credaudio.php +1 -1
- embedded/common/toolset-forms/classes/class.credfile.php +1 -1
- embedded/common/toolset-forms/classes/class.credimage.php +1 -1
- embedded/common/toolset-forms/classes/class.credvideo.php +1 -1
- embedded/common/toolset-forms/classes/class.eforms.php +1 -1
- embedded/common/toolset-forms/classes/class.field_factory.php +1 -1
- embedded/common/toolset-forms/classes/class.fieldconfig.php +1 -1
- embedded/common/toolset-forms/classes/class.file.php +1 -1
- embedded/common/toolset-forms/classes/class.form_factory.php +1 -1
- embedded/common/toolset-forms/classes/class.image.php +1 -1
- embedded/common/toolset-forms/classes/class.radios.php +1 -1
- embedded/common/toolset-forms/classes/class.repetitive.php +1 -1
- embedded/common/toolset-forms/classes/class.select.php +1 -1
- embedded/common/toolset-forms/classes/class.skype.php +1 -1
- embedded/common/toolset-forms/classes/class.submit.php +1 -1
- embedded/common/toolset-forms/classes/class.taxonomy.php +1 -1
- embedded/common/toolset-forms/classes/class.taxonomyhierarchical.php +1 -1
- embedded/common/toolset-forms/classes/class.textarea.php +1 -1
- embedded/common/toolset-forms/classes/class.textfield.php +1 -1
- embedded/common/toolset-forms/classes/class.types.php +1 -1
- embedded/common/toolset-forms/classes/class.video.php +1 -1
- embedded/common/toolset-forms/classes/class.wysiwyg.php +1 -1
- embedded/common/toolset-forms/js/conditional.js +1 -1
- embedded/common/toolset-forms/js/repetitive.js +1 -1
- embedded/common/toolset-forms/js/validation.js +1 -1
- embedded/common/toolset-forms/templates/metaform-item.php +1 -1
- embedded/common/toolset-forms/templates/metaform.php +1 -1
- embedded/frontend.php +1 -1
- embedded/functions.php +3 -3
- embedded/includes/custom-types.php +3 -3
- embedded/includes/fields-post.php +1 -1
- embedded/includes/fields/audio.php +1 -1
- embedded/includes/fields/checkbox.php +1 -1
- embedded/includes/fields/file.php +1 -1
- embedded/includes/fields/image.php +1 -1
- embedded/includes/fields/skype.php +1 -1
- embedded/includes/fields/textarea.php +1 -1
- embedded/includes/fields/video.php +1 -1
- embedded/includes/import-export.php +1 -1
- embedded/includes/module-manager.php +1 -1
- embedded/includes/post-relationship.php +1 -1
- embedded/includes/relationship/child-table-row.php +0 -11
- embedded/includes/wpml.php +1 -1
- embedded/plugin.php +4 -4
- embedded/readme.txt +1 -1
- embedded/resources/css/dashicons.css +1 -1
- embedded/resources/js/basic.js +1 -1
- embedded/resources/js/fields-form.js +1 -1
- embedded/usermeta-init.php +1 -1
- help.php +1 -1
- includes/common-functions.php +1 -1
- includes/custom-taxonomies-form.php +1 -1
- includes/custom-types-form.php +1 -1
- includes/fields-control.php +1 -1
- includes/fields-form.php +1 -1
- includes/fields-list.php +1 -1
- includes/fields.php +1 -1
- includes/import-export.php +1 -1
- includes/migration.php +1 -1
- includes/usermeta-control.php +1 -1
- includes/usermeta-form.php +1 -1
- marketing/helpful-links.php +1 -1
- plus/types-access.php +1 -1
- readme.txt +6 -1
- resources/js/basic.js +1 -1
- resources/js/custom-types-form.js +1 -1
- wpcf.php +5 -5
admin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
*
|
4 |
* Admin functions
|
5 |
*
|
6 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
7 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
8 |
* $LastChangedRevision: 1120400 $
|
9 |
* $LastChangedBy: iworks $
|
3 |
*
|
4 |
* Admin functions
|
5 |
*
|
6 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/admin.php $
|
7 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
8 |
* $LastChangedRevision: 1120400 $
|
9 |
* $LastChangedBy: iworks $
|
classes/class.wpcf-marketing-messages.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
*
|
4 |
* Types Marketing Class
|
5 |
*
|
6 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
7 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
8 |
* $LastChangedRevision: 1120400 $
|
9 |
* $LastChangedBy: iworks $
|
3 |
*
|
4 |
* Types Marketing Class
|
5 |
*
|
6 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/classes/class.wpcf-marketing-messages.php $
|
7 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
8 |
* $LastChangedRevision: 1120400 $
|
9 |
* $LastChangedBy: iworks $
|
classes/class.wpcf-marketing-tutorial.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
*
|
4 |
* Types Tutorial Class
|
5 |
*
|
6 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
7 |
* $LastChangedDate: 2015-02-18 14:28:53 +0000 (Wed, 18 Feb 2015) $
|
8 |
* $LastChangedRevision: 1093394 $
|
9 |
* $LastChangedBy: iworks $
|
3 |
*
|
4 |
* Types Tutorial Class
|
5 |
*
|
6 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/classes/class.wpcf-marketing-tutorial.php $
|
7 |
* $LastChangedDate: 2015-02-18 14:28:53 +0000 (Wed, 18 Feb 2015) $
|
8 |
* $LastChangedRevision: 1093394 $
|
9 |
* $LastChangedBy: iworks $
|
classes/class.wpcf-marketing.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
*
|
4 |
* Types Marketing Class
|
5 |
*
|
6 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
7 |
* $LastChangedDate: 2015-02-18 14:28:53 +0000 (Wed, 18 Feb 2015) $
|
8 |
* $LastChangedRevision: 1093394 $
|
9 |
* $LastChangedBy: iworks $
|
3 |
*
|
4 |
* Types Marketing Class
|
5 |
*
|
6 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/classes/class.wpcf-marketing.php $
|
7 |
* $LastChangedDate: 2015-02-18 14:28:53 +0000 (Wed, 18 Feb 2015) $
|
8 |
* $LastChangedRevision: 1093394 $
|
9 |
* $LastChangedBy: iworks $
|
embedded/admin.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
6 |
* $LastChangedRevision: 1125405 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/admin.php $
|
5 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
6 |
* $LastChangedRevision: 1125405 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/bootstrap.php
CHANGED
@@ -7,9 +7,9 @@
|
|
7 |
*
|
8 |
* @since Types 1.2
|
9 |
*
|
10 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
11 |
-
* $LastChangedDate: 2015-04-
|
12 |
-
* $LastChangedRevision:
|
13 |
* $LastChangedBy: iworks $
|
14 |
*
|
15 |
*/
|
@@ -138,7 +138,7 @@ function wpcf_embedded_init() {
|
|
138 |
// Define necessary constants if plugin is not present
|
139 |
// This ones are skipped if used as embedded code!
|
140 |
if ( !defined( 'WPCF_VERSION' ) ) {
|
141 |
-
define( 'WPCF_VERSION', '1.6.6.
|
142 |
define( 'WPCF_META_PREFIX', 'wpcf-' );
|
143 |
}
|
144 |
|
7 |
*
|
8 |
* @since Types 1.2
|
9 |
*
|
10 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/bootstrap.php $
|
11 |
+
* $LastChangedDate: 2015-04-10 07:30:43 +0000 (Fri, 10 Apr 2015) $
|
12 |
+
* $LastChangedRevision: 1131818 $
|
13 |
* $LastChangedBy: iworks $
|
14 |
*
|
15 |
*/
|
138 |
// Define necessary constants if plugin is not present
|
139 |
// This ones are skipped if used as embedded code!
|
140 |
if ( !defined( 'WPCF_VERSION' ) ) {
|
141 |
+
define( 'WPCF_VERSION', '1.6.6.2' );
|
142 |
define( 'WPCF_META_PREFIX', 'wpcf-' );
|
143 |
}
|
144 |
|
embedded/classes/class.wpcf-post-types.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
*
|
4 |
* Post Types Class
|
5 |
*
|
6 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
7 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
8 |
* $LastChangedRevision: 1113864 $
|
9 |
* $LastChangedBy: iworks $
|
3 |
*
|
4 |
* Post Types Class
|
5 |
*
|
6 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/classes/class.wpcf-post-types.php $
|
7 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
8 |
* $LastChangedRevision: 1113864 $
|
9 |
* $LastChangedBy: iworks $
|
embedded/classes/field.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Field class.
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
7 |
* $LastChangedRevision: 1125405 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Field class.
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/classes/field.php $
|
6 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
7 |
* $LastChangedRevision: 1125405 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/classes/fields.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Fields class.
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2014-05-07 06:56:23 +0000 (Wed, 07 May 2014) $
|
7 |
* $LastChangedRevision: 909470 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/**
|
3 |
* Fields class.
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/classes/fields.php $
|
6 |
* $LastChangedDate: 2014-05-07 06:56:23 +0000 (Wed, 07 May 2014) $
|
7 |
* $LastChangedRevision: 909470 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/classes/forms.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* Returns HTML formatted output for elements and handles form submission.
|
6 |
*
|
7 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
8 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
9 |
* $LastChangedRevision: 1113864 $
|
10 |
* $LastChangedBy: iworks $
|
4 |
*
|
5 |
* Returns HTML formatted output for elements and handles form submission.
|
6 |
*
|
7 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/classes/forms.php $
|
8 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
9 |
* $LastChangedRevision: 1113864 $
|
10 |
* $LastChangedBy: iworks $
|
embedded/classes/loader.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
*
|
4 |
* Loader class
|
5 |
*
|
6 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
7 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
8 |
* $LastChangedRevision: 1120400 $
|
9 |
* $LastChangedBy: iworks $
|
3 |
*
|
4 |
* Loader class
|
5 |
*
|
6 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/classes/loader.php $
|
7 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
8 |
* $LastChangedRevision: 1120400 $
|
9 |
* $LastChangedBy: iworks $
|
embedded/classes/path.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* WPCF_Path
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
7 |
* $LastChangedRevision: 1027712 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/**
|
3 |
* WPCF_Path
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/classes/path.php $
|
6 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
7 |
* $LastChangedRevision: 1027712 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/classes/post-types/messages.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Messages.
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
7 |
* $LastChangedRevision: 1027712 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Messages.
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/classes/post-types/messages.php $
|
6 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
7 |
* $LastChangedRevision: 1027712 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/classes/relationship.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Post relationship class.
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Post relationship class.
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/classes/relationship.php $
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/common/classes/class.toolset.promo.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/**
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
|
3 |
/**
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/classes/class.toolset.promo.php $
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/common/classes/forms.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Returns HTML formatted output for elements and handles form submission.
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
7 |
* $LastChangedRevision: 1113864 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/**
|
3 |
* Returns HTML formatted output for elements and handles form submission.
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/classes/forms.php $
|
6 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
7 |
* $LastChangedRevision: 1113864 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/common/debug/debug-information.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* produce debug information
|
5 |
*
|
6 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
7 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
8 |
* $LastChangedRevision: 1027712 $
|
9 |
* $LastChangedBy: iworks $
|
3 |
/**
|
4 |
* produce debug information
|
5 |
*
|
6 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/debug/debug-information.php $
|
7 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
8 |
* $LastChangedRevision: 1027712 $
|
9 |
* $LastChangedBy: iworks $
|
embedded/common/debug/functions_debug_information.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* produce debug information
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
7 |
* $LastChangedRevision: 1113864 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/**
|
3 |
* produce debug information
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/debug/functions_debug_information.php $
|
6 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
7 |
* $LastChangedRevision: 1113864 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/api.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/**
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
7 |
* $LastChangedRevision: 1113864 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
|
3 |
/**
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/api.php $
|
6 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
7 |
* $LastChangedRevision: 1113864 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/bootstrap.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/**
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
7 |
* $LastChangedRevision: 1125405 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
|
3 |
/**
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/bootstrap.php $
|
6 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
7 |
* $LastChangedRevision: 1125405 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.audio.php
CHANGED
@@ -6,7 +6,7 @@ require_once 'class.file.php';
|
|
6 |
*
|
7 |
* @author Srdjan
|
8 |
*
|
9 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
10 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
11 |
* $LastChangedRevision: 1027712 $
|
12 |
* $LastChangedBy: iworks $
|
6 |
*
|
7 |
* @author Srdjan
|
8 |
*
|
9 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.audio.php $
|
10 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
11 |
* $LastChangedRevision: 1027712 $
|
12 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.checkbox.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-01-16 14:28:15 +0000 (Fri, 16 Jan 2015) $
|
6 |
* $LastChangedRevision: 1069430 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.checkbox.php $
|
5 |
* $LastChangedDate: 2015-01-16 14:28:15 +0000 (Fri, 16 Jan 2015) $
|
6 |
* $LastChangedRevision: 1069430 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.checkboxes.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @author Srdjan
|
6 |
*
|
7 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
8 |
* $LastChangedDate: 2015-01-16 14:28:15 +0000 (Fri, 16 Jan 2015) $
|
9 |
* $LastChangedRevision: 1069430 $
|
10 |
* $LastChangedBy: iworks $
|
4 |
*
|
5 |
* @author Srdjan
|
6 |
*
|
7 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.checkboxes.php $
|
8 |
* $LastChangedDate: 2015-01-16 14:28:15 +0000 (Fri, 16 Jan 2015) $
|
9 |
* $LastChangedRevision: 1069430 $
|
10 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.colorpicker.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
6 |
* $LastChangedRevision: 1120400 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.colorpicker.php $
|
5 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
6 |
* $LastChangedRevision: 1120400 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.credaudio.php
CHANGED
@@ -7,7 +7,7 @@ require_once 'class.audio.php';
|
|
7 |
*
|
8 |
* @author Srdjan
|
9 |
*
|
10 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
11 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
12 |
* $LastChangedRevision: 1027712 $
|
13 |
* $LastChangedBy: iworks $
|
7 |
*
|
8 |
* @author Srdjan
|
9 |
*
|
10 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.credaudio.php $
|
11 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
12 |
* $LastChangedRevision: 1027712 $
|
13 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.credfile.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
6 |
* $LastChangedRevision: 1027712 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.credfile.php $
|
5 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
6 |
* $LastChangedRevision: 1027712 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.credimage.php
CHANGED
@@ -7,7 +7,7 @@ require_once 'class.image.php';
|
|
7 |
*
|
8 |
* @author Srdjan
|
9 |
*
|
10 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
11 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
12 |
* $LastChangedRevision: 1027712 $
|
13 |
* $LastChangedBy: iworks $
|
7 |
*
|
8 |
* @author Srdjan
|
9 |
*
|
10 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.credimage.php $
|
11 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
12 |
* $LastChangedRevision: 1027712 $
|
13 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.credvideo.php
CHANGED
@@ -7,7 +7,7 @@ require_once 'class.video.php';
|
|
7 |
*
|
8 |
* @author Srdjan
|
9 |
*
|
10 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
11 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
12 |
* $LastChangedRevision: 1027712 $
|
13 |
* $LastChangedBy: iworks $
|
7 |
*
|
8 |
* @author Srdjan
|
9 |
*
|
10 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.credvideo.php $
|
11 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
12 |
* $LastChangedRevision: 1027712 $
|
13 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.eforms.php
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
* @link http://enlimbo.net/forms
|
29 |
* @author srdjan <srdjan@enlimbo.net>
|
30 |
*
|
31 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
32 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
33 |
* $LastChangedRevision: 1120400 $
|
34 |
* $LastChangedBy: iworks $
|
28 |
* @link http://enlimbo.net/forms
|
29 |
* @author srdjan <srdjan@enlimbo.net>
|
30 |
*
|
31 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.eforms.php $
|
32 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
33 |
* $LastChangedRevision: 1120400 $
|
34 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.field_factory.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/**
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-02 10:49:00 +0000 (Mon, 02 Mar 2015) $
|
7 |
* $LastChangedRevision: 1103173 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
|
3 |
/**
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.field_factory.php $
|
6 |
* $LastChangedDate: 2015-03-02 10:49:00 +0000 (Mon, 02 Mar 2015) $
|
7 |
* $LastChangedRevision: 1103173 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.fieldconfig.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/**
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-01-16 14:28:15 +0000 (Fri, 16 Jan 2015) $
|
7 |
* $LastChangedRevision: 1069430 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
|
3 |
/**
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.fieldconfig.php $
|
6 |
* $LastChangedDate: 2015-01-16 14:28:15 +0000 (Fri, 16 Jan 2015) $
|
7 |
* $LastChangedRevision: 1069430 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.file.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
6 |
* $LastChangedRevision: 1120400 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.file.php $
|
5 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
6 |
* $LastChangedRevision: 1120400 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.form_factory.php
CHANGED
@@ -10,7 +10,7 @@ define( "CLASS_NAME_PREFIX", "WPToolset_Field_" );
|
|
10 |
* Creation Form Class
|
11 |
* @author onTheGo System
|
12 |
*
|
13 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
14 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
15 |
* $LastChangedRevision: 1125405 $
|
16 |
* $LastChangedBy: iworks $
|
10 |
* Creation Form Class
|
11 |
* @author onTheGo System
|
12 |
*
|
13 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.form_factory.php $
|
14 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
15 |
* $LastChangedRevision: 1125405 $
|
16 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.image.php
CHANGED
@@ -6,7 +6,7 @@ require_once 'class.file.php';
|
|
6 |
*
|
7 |
* @author Srdjan
|
8 |
*
|
9 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
10 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
11 |
* $LastChangedRevision: 1027712 $
|
12 |
* $LastChangedBy: iworks $
|
6 |
*
|
7 |
* @author Srdjan
|
8 |
*
|
9 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.image.php $
|
10 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
11 |
* $LastChangedRevision: 1027712 $
|
12 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.radios.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-02-18 14:28:53 +0000 (Wed, 18 Feb 2015) $
|
6 |
* $LastChangedRevision: 1093394 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.radios.php $
|
5 |
* $LastChangedDate: 2015-02-18 14:28:53 +0000 (Wed, 18 Feb 2015) $
|
6 |
* $LastChangedRevision: 1093394 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.repetitive.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Repetitive controller
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
7 |
* $LastChangedRevision: 1027712 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Repetitive controller
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.repetitive.php $
|
6 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
7 |
* $LastChangedRevision: 1027712 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.select.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-02-18 14:28:53 +0000 (Wed, 18 Feb 2015) $
|
6 |
* $LastChangedRevision: 1093394 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.select.php $
|
5 |
* $LastChangedDate: 2015-02-18 14:28:53 +0000 (Wed, 18 Feb 2015) $
|
6 |
* $LastChangedRevision: 1093394 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.skype.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
6 |
* $LastChangedRevision: 1120400 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.skype.php $
|
5 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
6 |
* $LastChangedRevision: 1120400 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.submit.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
6 |
* $LastChangedRevision: 1120400 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.submit.php $
|
5 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
6 |
* $LastChangedRevision: 1120400 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.taxonomy.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/**
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
|
3 |
/**
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.taxonomy.php $
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.taxonomyhierarchical.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/**
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
7 |
* $LastChangedRevision: 1113864 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
|
3 |
/**
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.taxonomyhierarchical.php $
|
6 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
7 |
* $LastChangedRevision: 1113864 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.textarea.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
6 |
* $LastChangedRevision: 1027712 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.textarea.php $
|
5 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
6 |
* $LastChangedRevision: 1027712 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.textfield.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-03-02 10:49:00 +0000 (Mon, 02 Mar 2015) $
|
6 |
* $LastChangedRevision: 1103173 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.textfield.php $
|
5 |
* $LastChangedDate: 2015-03-02 10:49:00 +0000 (Mon, 02 Mar 2015) $
|
6 |
* $LastChangedRevision: 1103173 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.types.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Types fields specific
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-02 10:49:00 +0000 (Mon, 02 Mar 2015) $
|
7 |
* $LastChangedRevision: 1103173 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/**
|
3 |
* Types fields specific
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.types.php $
|
6 |
* $LastChangedDate: 2015-03-02 10:49:00 +0000 (Mon, 02 Mar 2015) $
|
7 |
* $LastChangedRevision: 1103173 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.video.php
CHANGED
@@ -6,7 +6,7 @@ require_once 'class.file.php';
|
|
6 |
*
|
7 |
* @author Srdjan
|
8 |
*
|
9 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
10 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
11 |
* $LastChangedRevision: 1027712 $
|
12 |
* $LastChangedBy: iworks $
|
6 |
*
|
7 |
* @author Srdjan
|
8 |
*
|
9 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.video.php $
|
10 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
11 |
* $LastChangedRevision: 1027712 $
|
12 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/classes/class.wysiwyg.php
CHANGED
@@ -6,7 +6,7 @@ require_once 'class.textarea.php';
|
|
6 |
*
|
7 |
* @author Srdjan
|
8 |
*
|
9 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
10 |
* $LastChangedDate: 2014-10-29 15:57:36 +0000 (Wed, 29 Oct 2014) $
|
11 |
* $LastChangedRevision: 1016002 $
|
12 |
* $LastChangedBy: iworks $
|
6 |
*
|
7 |
* @author Srdjan
|
8 |
*
|
9 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/classes/class.wysiwyg.php $
|
10 |
* $LastChangedDate: 2014-10-29 15:57:36 +0000 (Wed, 29 Oct 2014) $
|
11 |
* $LastChangedRevision: 1016002 $
|
12 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/js/conditional.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
/**
|
2 |
* @see WPToolset_Forms_Conditional (classes/conditional.php)
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
6 |
* $LastChangedRevision: 1125405 $
|
7 |
* $LastChangedBy: iworks $ Riccardo
|
1 |
/**
|
2 |
* @see WPToolset_Forms_Conditional (classes/conditional.php)
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/js/conditional.js $
|
5 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
6 |
* $LastChangedRevision: 1125405 $
|
7 |
* $LastChangedBy: iworks $ Riccardo
|
embedded/common/toolset-forms/js/repetitive.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
/*
|
2 |
* Repetitive JS.
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
6 |
* $LastChangedRevision: 1027712 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
/*
|
2 |
* Repetitive JS.
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/js/repetitive.js $
|
5 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
6 |
* $LastChangedRevision: 1027712 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/js/validation.js
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
*
|
8 |
* @see class WPToolset_Validation
|
9 |
*
|
10 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
11 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
12 |
* $LastChangedRevision: 1125405 $
|
13 |
* $LastChangedBy: iworks $
|
7 |
*
|
8 |
* @see class WPToolset_Validation
|
9 |
*
|
10 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/js/validation.js $
|
11 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
12 |
* $LastChangedRevision: 1125405 $
|
13 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/templates/metaform-item.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
6 |
* $LastChangedRevision: 1120400 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/templates/metaform-item.php $
|
5 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
6 |
* $LastChangedRevision: 1120400 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/common/toolset-forms/templates/metaform.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
6 |
* $LastChangedRevision: 1027712 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/common/toolset-forms/templates/metaform.php $
|
5 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
6 |
* $LastChangedRevision: 1027712 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/frontend.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Frontend functions.
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-10 06:46:08 +0000 (Tue, 10 Mar 2015) $
|
7 |
* $LastChangedRevision: 1109249 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Frontend functions.
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/frontend.php $
|
6 |
* $LastChangedDate: 2015-03-10 06:46:08 +0000 (Tue, 10 Mar 2015) $
|
7 |
* $LastChangedRevision: 1109249 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/functions.php
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
* Basic and init functions.
|
4 |
* Since Types 1.2 moved from /embedded/types.php
|
5 |
*
|
6 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
7 |
-
* $LastChangedDate: 2015-04-03
|
8 |
-
* $LastChangedRevision:
|
9 |
* $LastChangedBy: iworks $
|
10 |
*
|
11 |
*/
|
3 |
* Basic and init functions.
|
4 |
* Since Types 1.2 moved from /embedded/types.php
|
5 |
*
|
6 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/functions.php $
|
7 |
+
* $LastChangedDate: 2015-04-03 10:15:58 +0000 (Fri, 03 Apr 2015) $
|
8 |
+
* $LastChangedRevision: 1126927 $
|
9 |
* $LastChangedBy: iworks $
|
10 |
*
|
11 |
*/
|
embedded/includes/custom-types.php
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
*
|
4 |
* Custom Post Types embedded code.
|
5 |
*
|
6 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
7 |
-
* $LastChangedDate: 2015-04-03
|
8 |
-
* $LastChangedRevision:
|
9 |
* $LastChangedBy: iworks $
|
10 |
*
|
11 |
*/
|
3 |
*
|
4 |
* Custom Post Types embedded code.
|
5 |
*
|
6 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/includes/custom-types.php $
|
7 |
+
* $LastChangedDate: 2015-04-03 10:15:58 +0000 (Fri, 03 Apr 2015) $
|
8 |
+
* $LastChangedRevision: 1126927 $
|
9 |
* $LastChangedBy: iworks $
|
10 |
*
|
11 |
*/
|
embedded/includes/fields-post.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Edit post page functions
|
5 |
*
|
6 |
*
|
7 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
8 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
9 |
* $LastChangedRevision: 1120400 $
|
10 |
* $LastChangedBy: iworks $
|
4 |
* Edit post page functions
|
5 |
*
|
6 |
*
|
7 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/includes/fields-post.php $
|
8 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
9 |
* $LastChangedRevision: 1120400 $
|
10 |
* $LastChangedBy: iworks $
|
embedded/includes/fields/audio.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
6 |
* $LastChangedRevision: 1027712 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/includes/fields/audio.php $
|
5 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
6 |
* $LastChangedRevision: 1027712 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/includes/fields/checkbox.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
6 |
* $LastChangedRevision: 1027712 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/includes/fields/checkbox.php $
|
5 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
6 |
* $LastChangedRevision: 1027712 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/includes/fields/file.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
6 |
* $LastChangedRevision: 1113864 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/*
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/includes/fields/file.php $
|
5 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
6 |
* $LastChangedRevision: 1113864 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/includes/fields/image.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
6 |
* $LastChangedRevision: 1113864 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/includes/fields/image.php $
|
5 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
6 |
* $LastChangedRevision: 1113864 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/includes/fields/skype.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-02-18 14:28:53 +0000 (Wed, 18 Feb 2015) $
|
6 |
* $LastChangedRevision: 1093394 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/includes/fields/skype.php $
|
5 |
* $LastChangedDate: 2015-02-18 14:28:53 +0000 (Wed, 18 Feb 2015) $
|
6 |
* $LastChangedRevision: 1093394 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/includes/fields/textarea.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
6 |
* $LastChangedRevision: 1027712 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/includes/fields/textarea.php $
|
5 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
6 |
* $LastChangedRevision: 1027712 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/includes/fields/video.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
6 |
* $LastChangedRevision: 1113864 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
<?php
|
2 |
/**
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/includes/fields/video.php $
|
5 |
* $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
|
6 |
* $LastChangedRevision: 1113864 $
|
7 |
* $LastChangedBy: iworks $
|
embedded/includes/import-export.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Import/export data.
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Import/export data.
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/includes/import-export.php $
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/includes/module-manager.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* Since Types 1.2
|
6 |
*
|
7 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
8 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
9 |
* $LastChangedRevision: 1120400 $
|
10 |
* $LastChangedBy: iworks $
|
4 |
*
|
5 |
* Since Types 1.2
|
6 |
*
|
7 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/includes/module-manager.php $
|
8 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
9 |
* $LastChangedRevision: 1120400 $
|
10 |
* $LastChangedBy: iworks $
|
embedded/includes/post-relationship.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Post relationship code.
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
7 |
* $LastChangedRevision: 1125405 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Post relationship code.
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/includes/post-relationship.php $
|
6 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
7 |
* $LastChangedRevision: 1125405 $
|
8 |
* $LastChangedBy: iworks $
|
embedded/includes/relationship/child-table-row.php
CHANGED
@@ -53,17 +53,6 @@
|
|
53 |
<?php
|
54 |
endif;
|
55 |
|
56 |
-
?>
|
57 |
-
<script type="text/javascript">
|
58 |
-
//<![CDATA[
|
59 |
-
jQuery(document).ready(function(){
|
60 |
-
if ( 'undefined' != typeof(wptFile)) {
|
61 |
-
wptFile.initRow('#types-child-row-<?php echo $child_id; ?>');
|
62 |
-
}
|
63 |
-
});
|
64 |
-
//]]>
|
65 |
-
</script>
|
66 |
-
<?php
|
67 |
// Trigger Conditional
|
68 |
// TODO Move to conditional.php
|
69 |
if ( defined( 'DOING_AJAX' ) && !defined( 'WPTOOLSET_FORMS_VERSION' ) ):
|
53 |
<?php
|
54 |
endif;
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
// Trigger Conditional
|
57 |
// TODO Move to conditional.php
|
58 |
if ( defined( 'DOING_AJAX' ) && !defined( 'WPTOOLSET_FORMS_VERSION' ) ):
|
embedded/includes/wpml.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* Values:
|
9 |
* 0 nothing (ignore), 1 copy, 2 translate
|
10 |
*
|
11 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
12 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
13 |
* $LastChangedRevision: 1120400 $
|
14 |
* $LastChangedBy: iworks $
|
8 |
* Values:
|
9 |
* 0 nothing (ignore), 1 copy, 2 translate
|
10 |
*
|
11 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/includes/wpml.php $
|
12 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
13 |
* $LastChangedRevision: 1120400 $
|
14 |
* $LastChangedBy: iworks $
|
embedded/plugin.php
CHANGED
@@ -5,13 +5,13 @@
|
|
5 |
Description: Define custom post types, custom taxonomy and custom fields.
|
6 |
Author: OnTheGoSystems
|
7 |
Author URI: http://www.onthegosystems.com
|
8 |
-
Version: 1.6.6.
|
9 |
*/
|
10 |
/**
|
11 |
*
|
12 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
13 |
-
* $LastChangedDate: 2015-04-
|
14 |
-
* $LastChangedRevision:
|
15 |
* $LastChangedBy: iworks $
|
16 |
*
|
17 |
*/
|
5 |
Description: Define custom post types, custom taxonomy and custom fields.
|
6 |
Author: OnTheGoSystems
|
7 |
Author URI: http://www.onthegosystems.com
|
8 |
+
Version: 1.6.6.2
|
9 |
*/
|
10 |
/**
|
11 |
*
|
12 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/plugin.php $
|
13 |
+
* $LastChangedDate: 2015-04-10 07:30:43 +0000 (Fri, 10 Apr 2015) $
|
14 |
+
* $LastChangedRevision: 1131818 $
|
15 |
* $LastChangedBy: iworks $
|
16 |
*
|
17 |
*/
|
embedded/readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: CMS, custom field, custom fields, custom post type, custom post types, pos
|
|
5 |
License: GPLv2
|
6 |
Requires at least: 3.4
|
7 |
Tested up to: 4.1.1
|
8 |
-
Stable tag: 1.6.6.
|
9 |
|
10 |
The Embedded version lets you create custom types, taxonomy and fields for your theme or plugin, without requiring any plugin.
|
11 |
|
5 |
License: GPLv2
|
6 |
Requires at least: 3.4
|
7 |
Tested up to: 4.1.1
|
8 |
+
Stable tag: 1.6.6.2
|
9 |
|
10 |
The Embedded version lets you create custom types, taxonomy and fields for your theme or plugin, without requiring any plugin.
|
11 |
|
embedded/resources/css/dashicons.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
/**
|
2 |
*
|
3 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
4 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
5 |
* $LastChangedRevision: 1027712 $
|
6 |
* $LastChangedBy: iworks $
|
1 |
/**
|
2 |
*
|
3 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/resources/css/dashicons.css $
|
4 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
5 |
* $LastChangedRevision: 1027712 $
|
6 |
* $LastChangedBy: iworks $
|
embedded/resources/js/basic.js
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* For now full and embedded version use this script.
|
5 |
* Before moving full-version-only code - make sure it's not needed here.
|
6 |
*
|
7 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
8 |
* $LastChangedDate: 2015-03-10 06:46:08 +0000 (Tue, 10 Mar 2015) $
|
9 |
* $LastChangedRevision: 1109249 $
|
10 |
* $LastChangedBy: iworks $
|
4 |
* For now full and embedded version use this script.
|
5 |
* Before moving full-version-only code - make sure it's not needed here.
|
6 |
*
|
7 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/resources/js/basic.js $
|
8 |
* $LastChangedDate: 2015-03-10 06:46:08 +0000 (Tue, 10 Mar 2015) $
|
9 |
* $LastChangedRevision: 1109249 $
|
10 |
* $LastChangedBy: iworks $
|
embedded/resources/js/fields-form.js
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* @since Types 1.1.5
|
10 |
* @autor srdjan
|
11 |
*
|
12 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
13 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
14 |
* $LastChangedRevision: 1120400 $
|
15 |
* $LastChangedBy: iworks $
|
9 |
* @since Types 1.1.5
|
10 |
* @autor srdjan
|
11 |
*
|
12 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/resources/js/fields-form.js $
|
13 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
14 |
* $LastChangedRevision: 1120400 $
|
15 |
* $LastChangedBy: iworks $
|
embedded/usermeta-init.php
CHANGED
@@ -10,7 +10,7 @@ $fields_access = new Post_Fields_Access;
|
|
10 |
* @author Gen gen.i@icanlocalize.com
|
11 |
* @since Types 1.3
|
12 |
*
|
13 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
14 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
15 |
* $LastChangedRevision: 1125405 $
|
16 |
* $LastChangedBy: iworks $
|
10 |
* @author Gen gen.i@icanlocalize.com
|
11 |
* @since Types 1.3
|
12 |
*
|
13 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/embedded/usermeta-init.php $
|
14 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
15 |
* $LastChangedRevision: 1125405 $
|
16 |
* $LastChangedBy: iworks $
|
help.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Plugin contextual help
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2014-05-29 08:44:10 +0000 (Thu, 29 May 2014) $
|
7 |
* $LastChangedRevision: 922956 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Plugin contextual help
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/help.php $
|
6 |
* $LastChangedDate: 2014-05-29 08:44:10 +0000 (Thu, 29 May 2014) $
|
7 |
* $LastChangedRevision: 922956 $
|
8 |
* $LastChangedBy: iworks $
|
includes/common-functions.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
*
|
4 |
* Custom types form - common functions
|
5 |
*
|
6 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
7 |
* $LastChangedDate: 2015-01-16 14:28:15 +0000 (Fri, 16 Jan 2015) $
|
8 |
* $LastChangedRevision: 1069430 $
|
9 |
* $LastChangedBy: iworks $
|
3 |
*
|
4 |
* Custom types form - common functions
|
5 |
*
|
6 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/includes/common-functions.php $
|
7 |
* $LastChangedDate: 2015-01-16 14:28:15 +0000 (Fri, 16 Jan 2015) $
|
8 |
* $LastChangedRevision: 1069430 $
|
9 |
* $LastChangedBy: iworks $
|
includes/custom-taxonomies-form.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
*
|
4 |
* Custom taxonomies form
|
5 |
*
|
6 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
7 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
8 |
* $LastChangedRevision: 1125405 $
|
9 |
* $LastChangedBy: iworks $
|
3 |
*
|
4 |
* Custom taxonomies form
|
5 |
*
|
6 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/includes/custom-taxonomies-form.php $
|
7 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
8 |
* $LastChangedRevision: 1125405 $
|
9 |
* $LastChangedBy: iworks $
|
includes/custom-types-form.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
*
|
4 |
* Custom types form
|
5 |
*
|
6 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
7 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
8 |
* $LastChangedRevision: 1125405 $
|
9 |
* $LastChangedBy: iworks $
|
3 |
*
|
4 |
* Custom types form
|
5 |
*
|
6 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/includes/custom-types-form.php $
|
7 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
8 |
* $LastChangedRevision: 1125405 $
|
9 |
* $LastChangedBy: iworks $
|
includes/fields-control.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Custom Fields Control Screen
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Custom Fields Control Screen
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/includes/fields-control.php $
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
includes/fields-form.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Fields and groups form functions.
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Fields and groups form functions.
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/includes/fields-form.php $
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
includes/fields-list.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Fields and groups list functions
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-02 10:49:00 +0000 (Mon, 02 Mar 2015) $
|
7 |
* $LastChangedRevision: 1103173 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Fields and groups list functions
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/includes/fields-list.php $
|
6 |
* $LastChangedDate: 2015-03-02 10:49:00 +0000 (Mon, 02 Mar 2015) $
|
7 |
* $LastChangedRevision: 1103173 $
|
8 |
* $LastChangedBy: iworks $
|
includes/fields.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Fields and groups functions
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Fields and groups functions
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/includes/fields.php $
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
includes/import-export.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Import/export data.
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Import/export data.
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/includes/import-export.php $
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
includes/migration.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Migration functions
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
7 |
* $LastChangedRevision: 1125405 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Migration functions
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/includes/migration.php $
|
6 |
* $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
|
7 |
* $LastChangedRevision: 1125405 $
|
8 |
* $LastChangedBy: iworks $
|
includes/usermeta-control.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Custom Fields Control Screen
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Custom Fields Control Screen
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/includes/usermeta-control.php $
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
includes/usermeta-form.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Fields and groups form functions.
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Fields and groups form functions.
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/includes/usermeta-form.php $
|
6 |
* $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
|
7 |
* $LastChangedRevision: 1120400 $
|
8 |
* $LastChangedBy: iworks $
|
marketing/helpful-links.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* $HeadURL: https://www.onthegosystems.com/misc_svn/cck/tags/1.6.6.
|
4 |
* $LastChangedDate: 2015-02-26 07:51:21 +0100 (czw, 26 lut 2015) $
|
5 |
* $LastChangedRevision: 31922 $
|
6 |
* $LastChangedBy: marcin $
|
1 |
<?php
|
2 |
/**
|
3 |
+
* $HeadURL: https://www.onthegosystems.com/misc_svn/cck/tags/1.6.6.2/marketing/helpful-links.php $
|
4 |
* $LastChangedDate: 2015-02-26 07:51:21 +0100 (czw, 26 lut 2015) $
|
5 |
* $LastChangedRevision: 31922 $
|
6 |
* $LastChangedBy: marcin $
|
plus/types-access.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Types Access teaser.
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2015-03-02 10:49:00 +0000 (Mon, 02 Mar 2015) $
|
7 |
* $LastChangedRevision: 1103173 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
/*
|
3 |
* Types Access teaser.
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/plus/types-access.php $
|
6 |
* $LastChangedDate: 2015-03-02 10:49:00 +0000 (Mon, 02 Mar 2015) $
|
7 |
* $LastChangedRevision: 1103173 $
|
8 |
* $LastChangedBy: iworks $
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: CMS, custom field, custom fields, custom post type, custom post types, pos
|
|
5 |
License: GPLv2
|
6 |
Requires at least: 3.4
|
7 |
Tested up to: 4.1.1
|
8 |
-
Stable tag: 1.6.6.
|
9 |
|
10 |
The complete and reliable plugin for managing custom post types, custom taxonomy and custom fields.
|
11 |
|
@@ -155,6 +155,11 @@ Additionally, Types is the only plugin that lets you define parent/child relatio
|
|
155 |
|
156 |
== Changelog ==
|
157 |
|
|
|
|
|
|
|
|
|
|
|
158 |
= 1.6.6.1 =
|
159 |
|
160 |
* Release date: 2015-04-03
|
5 |
License: GPLv2
|
6 |
Requires at least: 3.4
|
7 |
Tested up to: 4.1.1
|
8 |
+
Stable tag: 1.6.6.2
|
9 |
|
10 |
The complete and reliable plugin for managing custom post types, custom taxonomy and custom fields.
|
11 |
|
155 |
|
156 |
== Changelog ==
|
157 |
|
158 |
+
= 1.6.6.2 =
|
159 |
+
|
160 |
+
* Release date: 2015-04-10
|
161 |
+
* Fixed problem with File Field which do not work when edited from the Parent Post Type. https://wp-types.com/forums/topic/1-6-6-seems-to-break-child-fields-when-parent-has-an-image-field/
|
162 |
+
|
163 |
= 1.6.6.1 =
|
164 |
|
165 |
* Release date: 2015-04-03
|
resources/js/basic.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
/** * * Use this file only for scripts needed in full version.
|
2 |
* Before moving from embedded JS - make sure it's needed only here.
|
3 |
*
|
4 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
5 |
* $LastChangedDate: 2015-01-16 14:28:15 +0000 (Fri, 16 Jan 2015) $
|
6 |
* $LastChangedRevision: 1069430 $
|
7 |
* $LastChangedBy: iworks $
|
1 |
/** * * Use this file only for scripts needed in full version.
|
2 |
* Before moving from embedded JS - make sure it's needed only here.
|
3 |
*
|
4 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/resources/js/basic.js $
|
5 |
* $LastChangedDate: 2015-01-16 14:28:15 +0000 (Fri, 16 Jan 2015) $
|
6 |
* $LastChangedRevision: 1069430 $
|
7 |
* $LastChangedBy: iworks $
|
resources/js/custom-types-form.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
*
|
3 |
* Custom Types form JS
|
4 |
*
|
5 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
6 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
7 |
* $LastChangedRevision: 1027712 $
|
8 |
* $LastChangedBy: iworks $
|
2 |
*
|
3 |
* Custom Types form JS
|
4 |
*
|
5 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/resources/js/custom-types-form.js $
|
6 |
* $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
|
7 |
* $LastChangedRevision: 1027712 $
|
8 |
* $LastChangedBy: iworks $
|
wpcf.php
CHANGED
@@ -5,13 +5,13 @@
|
|
5 |
Description: Define custom post types, custom taxonomy and custom fields.
|
6 |
Author: OnTheGoSystems
|
7 |
Author URI: http://www.onthegosystems.com
|
8 |
-
Version: 1.6.6.
|
9 |
*/
|
10 |
/**
|
11 |
*
|
12 |
-
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.
|
13 |
-
* $LastChangedDate: 2015-04-
|
14 |
-
* $LastChangedRevision:
|
15 |
* $LastChangedBy: iworks $
|
16 |
*
|
17 |
*/
|
@@ -20,7 +20,7 @@ if ( !defined( 'WPCF_VERSION' ) ) {
|
|
20 |
/**
|
21 |
* make sure that WPCF_VERSION in embedded/bootstrap.php is the same!
|
22 |
*/
|
23 |
-
define( 'WPCF_VERSION', '1.6.6.
|
24 |
}
|
25 |
|
26 |
define( 'WPCF_REPOSITORY', 'http://api.wp-types.com/' );
|
5 |
Description: Define custom post types, custom taxonomy and custom fields.
|
6 |
Author: OnTheGoSystems
|
7 |
Author URI: http://www.onthegosystems.com
|
8 |
+
Version: 1.6.6.2
|
9 |
*/
|
10 |
/**
|
11 |
*
|
12 |
+
* $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.2/wpcf.php $
|
13 |
+
* $LastChangedDate: 2015-04-10 07:30:43 +0000 (Fri, 10 Apr 2015) $
|
14 |
+
* $LastChangedRevision: 1131818 $
|
15 |
* $LastChangedBy: iworks $
|
16 |
*
|
17 |
*/
|
20 |
/**
|
21 |
* make sure that WPCF_VERSION in embedded/bootstrap.php is the same!
|
22 |
*/
|
23 |
+
define( 'WPCF_VERSION', '1.6.6.2' );
|
24 |
}
|
25 |
|
26 |
define( 'WPCF_REPOSITORY', 'http://api.wp-types.com/' );
|