Toolset Types – Custom Post Types, Custom Fields and Taxonomies - Version 1.6.6.6

Version Description

  • Release date: 2015-06-10
  • Fixed problem with "playlist" word. https://wp-types.com/forums/topic/front-end-warning-from-wysiwyg-php/
Download this release

Release Info

Developer iworks
Plugin Icon 128x128 Toolset Types – Custom Post Types, Custom Fields and Taxonomies
Version 1.6.6.6
Comparing to
See all releases

Code changes from version 1.6.6.5 to 1.6.6.6

Files changed (92) hide show
  1. admin.php +3 -3
  2. classes/class.wpcf-marketing-messages.php +3 -3
  3. classes/class.wpcf-marketing-tutorial.php +3 -3
  4. classes/class.wpcf-marketing.php +3 -3
  5. embedded/admin.php +3 -3
  6. embedded/bootstrap.php +4 -4
  7. embedded/classes/class.wpcf-post-types.php +3 -3
  8. embedded/classes/field.php +3 -3
  9. embedded/classes/fields.php +3 -3
  10. embedded/classes/forms.php +3 -3
  11. embedded/classes/loader.php +3 -3
  12. embedded/classes/path.php +3 -3
  13. embedded/classes/post-types/messages.php +3 -3
  14. embedded/classes/relationship.php +3 -3
  15. embedded/common/classes/class.toolset.promo.php +1 -1
  16. embedded/common/classes/forms.php +3 -3
  17. embedded/common/debug/debug-information.php +1 -1
  18. embedded/common/debug/functions_debug_information.php +1 -1
  19. embedded/common/toolset-forms/api.php +1 -1
  20. embedded/common/toolset-forms/bootstrap.php +3 -3
  21. embedded/common/toolset-forms/classes/class.audio.php +1 -1
  22. embedded/common/toolset-forms/classes/class.checkbox.php +1 -1
  23. embedded/common/toolset-forms/classes/class.checkboxes.php +1 -1
  24. embedded/common/toolset-forms/classes/class.colorpicker.php +1 -1
  25. embedded/common/toolset-forms/classes/class.credaudio.php +1 -1
  26. embedded/common/toolset-forms/classes/class.credfile.php +1 -1
  27. embedded/common/toolset-forms/classes/class.credimage.php +1 -1
  28. embedded/common/toolset-forms/classes/class.credvideo.php +1 -1
  29. embedded/common/toolset-forms/classes/class.eforms.php +1 -1
  30. embedded/common/toolset-forms/classes/class.field_factory.php +1 -1
  31. embedded/common/toolset-forms/classes/class.fieldconfig.php +1 -1
  32. embedded/common/toolset-forms/classes/class.file.php +3 -3
  33. embedded/common/toolset-forms/classes/class.form_factory.php +1 -1
  34. embedded/common/toolset-forms/classes/class.image.php +1 -1
  35. embedded/common/toolset-forms/classes/class.radios.php +1 -1
  36. embedded/common/toolset-forms/classes/class.repetitive.php +1 -1
  37. embedded/common/toolset-forms/classes/class.select.php +1 -1
  38. embedded/common/toolset-forms/classes/class.skype.php +1 -1
  39. embedded/common/toolset-forms/classes/class.submit.php +1 -1
  40. embedded/common/toolset-forms/classes/class.taxonomy.php +1 -1
  41. embedded/common/toolset-forms/classes/class.taxonomyhierarchical.php +3 -3
  42. embedded/common/toolset-forms/classes/class.textarea.php +1 -1
  43. embedded/common/toolset-forms/classes/class.textfield.php +1 -1
  44. embedded/common/toolset-forms/classes/class.types.php +1 -1
  45. embedded/common/toolset-forms/classes/class.video.php +1 -1
  46. embedded/common/toolset-forms/classes/class.wysiwyg.php +1 -1
  47. embedded/common/toolset-forms/js/conditional.js +1 -1
  48. embedded/common/toolset-forms/js/file-wp35.js +1 -1
  49. embedded/common/toolset-forms/js/repetitive.js +1 -1
  50. embedded/common/toolset-forms/js/validation.js +1 -1
  51. embedded/common/toolset-forms/templates/metaform-item.php +1 -1
  52. embedded/common/toolset-forms/templates/metaform.php +1 -1
  53. embedded/frontend.php +3 -3
  54. embedded/functions.php +3 -3
  55. embedded/includes/custom-types.php +3 -3
  56. embedded/includes/fields-post.php +3 -3
  57. embedded/includes/fields/audio.php +3 -3
  58. embedded/includes/fields/checkbox.php +3 -3
  59. embedded/includes/fields/file.php +3 -3
  60. embedded/includes/fields/image.php +3 -3
  61. embedded/includes/fields/skype.php +3 -3
  62. embedded/includes/fields/textarea.php +3 -3
  63. embedded/includes/fields/video.php +3 -3
  64. embedded/includes/fields/wysiwyg.php +2 -1
  65. embedded/includes/import-export.php +3 -3
  66. embedded/includes/module-manager.php +3 -3
  67. embedded/includes/post-relationship.php +3 -3
  68. embedded/includes/wpml.php +3 -3
  69. embedded/plugin.php +4 -4
  70. embedded/readme.txt +1 -1
  71. embedded/resources/css/dashicons.css +3 -3
  72. embedded/resources/js/basic.js +3 -3
  73. embedded/resources/js/fields-form.js +3 -3
  74. embedded/usermeta-init.php +3 -3
  75. help.php +3 -3
  76. includes/common-functions.php +3 -3
  77. includes/custom-taxonomies-form.php +3 -3
  78. includes/custom-types-form.php +3 -3
  79. includes/fields-control.php +3 -3
  80. includes/fields-form.php +3 -3
  81. includes/fields-list.php +3 -3
  82. includes/fields.php +3 -3
  83. includes/import-export.php +3 -3
  84. includes/migration.php +3 -3
  85. includes/usermeta-control.php +3 -3
  86. includes/usermeta-form.php +3 -3
  87. marketing/helpful-links.php +4 -4
  88. plus/types-access.php +3 -3
  89. readme.txt +5 -1
  90. resources/js/basic.js +3 -3
  91. resources/js/custom-types-form.js +3 -3
  92. wpcf.php +5 -5
admin.php CHANGED
@@ -3,9 +3,9 @@
3
  *
4
  * Admin functions
5
  *
6
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/admin.php $
7
- * $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
8
- * $LastChangedRevision: 1120400 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
3
  *
4
  * Admin functions
5
  *
6
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/admin.php $
7
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
8
+ * $LastChangedRevision: 1131821 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
classes/class.wpcf-marketing-messages.php CHANGED
@@ -3,9 +3,9 @@
3
  *
4
  * Types Marketing Class
5
  *
6
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/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 $
10
  *
11
  */
3
  *
4
  * Types Marketing Class
5
  *
6
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/classes/class.wpcf-marketing-messages.php $
7
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
8
+ * $LastChangedRevision: 1131821 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
classes/class.wpcf-marketing-tutorial.php CHANGED
@@ -3,9 +3,9 @@
3
  *
4
  * Types Tutorial Class
5
  *
6
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/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 $
10
  *
11
  */
3
  *
4
  * Types Tutorial Class
5
  *
6
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/classes/class.wpcf-marketing-tutorial.php $
7
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
8
+ * $LastChangedRevision: 1131821 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
classes/class.wpcf-marketing.php CHANGED
@@ -3,9 +3,9 @@
3
  *
4
  * Types Marketing Class
5
  *
6
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/classes/class.wpcf-marketing.php $
7
- * $LastChangedDate: 2015-02-18 14:28:53 +0000 (Wed, 18 Feb 2015) $
8
- * $LastChangedRevision: 1093394 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
3
  *
4
  * Types Marketing Class
5
  *
6
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/classes/class.wpcf-marketing.php $
7
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
8
+ * $LastChangedRevision: 1131821 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
embedded/admin.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /**
3
  *
4
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/admin.php $
5
- * $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
6
- * $LastChangedRevision: 1125405 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/admin.php $
5
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
6
+ * $LastChangedRevision: 1131821 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
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.5/embedded/bootstrap.php $
11
- * $LastChangedDate: 2015-05-20 11:41:05 +0000 (Wed, 20 May 2015) $
12
- * $LastChangedRevision: 1164110 $
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.5' );
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.6/embedded/bootstrap.php $
11
+ * $LastChangedDate: 2015-06-10 15:52:44 +0000 (Wed, 10 Jun 2015) $
12
+ * $LastChangedRevision: 1178330 $
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.6' );
142
  define( 'WPCF_META_PREFIX', 'wpcf-' );
143
  }
144
 
embedded/classes/class.wpcf-post-types.php CHANGED
@@ -3,9 +3,9 @@
3
  *
4
  * Post Types Class
5
  *
6
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/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 $
10
  *
11
  */
3
  *
4
  * Post Types Class
5
  *
6
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/classes/class.wpcf-post-types.php $
7
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
8
+ * $LastChangedRevision: 1131821 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
embedded/classes/field.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  * Field class.
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/classes/field.php $
6
- * $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
7
- * $LastChangedRevision: 1125405 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /*
3
  * Field class.
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/classes/field.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
embedded/classes/fields.php CHANGED
@@ -2,9 +2,9 @@
2
  /**
3
  * Fields class.
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/classes/fields.php $
6
- * $LastChangedDate: 2014-05-07 06:56:23 +0000 (Wed, 07 May 2014) $
7
- * $LastChangedRevision: 909470 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /**
3
  * Fields class.
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/classes/fields.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
embedded/classes/forms.php CHANGED
@@ -4,9 +4,9 @@
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.5/embedded/classes/forms.php $
8
- * $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
9
- * $LastChangedRevision: 1113864 $
10
  * $LastChangedBy: iworks $
11
  *
12
  *
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.6/embedded/classes/forms.php $
8
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
9
+ * $LastChangedRevision: 1131821 $
10
  * $LastChangedBy: iworks $
11
  *
12
  *
embedded/classes/loader.php CHANGED
@@ -3,9 +3,9 @@
3
  *
4
  * Loader class
5
  *
6
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/classes/loader.php $
7
- * $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
8
- * $LastChangedRevision: 1120400 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
3
  *
4
  * Loader class
5
  *
6
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/classes/loader.php $
7
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
8
+ * $LastChangedRevision: 1131821 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
embedded/classes/path.php CHANGED
@@ -2,9 +2,9 @@
2
  /**
3
  * WPCF_Path
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/classes/path.php $
6
- * $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
7
- * $LastChangedRevision: 1027712 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /**
3
  * WPCF_Path
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/classes/path.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
embedded/classes/post-types/messages.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  * Messages.
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/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 $
9
  *
10
  */
2
  /*
3
  * Messages.
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/classes/post-types/messages.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
embedded/classes/relationship.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  * Post relationship class.
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/classes/relationship.php $
6
- * $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
7
- * $LastChangedRevision: 1120400 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /*
3
  * Post relationship class.
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/classes/relationship.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
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.5/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 $
2
 
3
  /**
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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,9 +2,9 @@
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.5/embedded/common/classes/forms.php $
6
- * $LastChangedDate: 2015-05-12 12:24:38 +0000 (Tue, 12 May 2015) $
7
- * $LastChangedRevision: 1158787 $
8
  * $LastChangedBy: iworks $
9
  *
10
  * @version 1.0
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/embedded/common/classes/forms.php $
6
+ * $LastChangedDate: 2015-05-12 12:41:09 +0000 (Tue, 12 May 2015) $
7
+ * $LastChangedRevision: 1158795 $
8
  * $LastChangedBy: iworks $
9
  *
10
  * @version 1.0
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.5/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 $
3
  /**
4
  * produce debug information
5
  *
6
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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.5/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 $
2
  /**
3
  * produce debug information
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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.5/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 $
2
 
3
  /**
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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,9 +2,9 @@
2
 
3
  /**
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/common/toolset-forms/bootstrap.php $
6
- * $LastChangedDate: 2015-05-12 12:24:38 +0000 (Tue, 12 May 2015) $
7
- * $LastChangedRevision: 1158787 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
 
3
  /**
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/common/toolset-forms/bootstrap.php $
6
+ * $LastChangedDate: 2015-05-12 12:41:09 +0000 (Tue, 12 May 2015) $
7
+ * $LastChangedRevision: 1158795 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
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.5/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 $
6
  *
7
  * @author Srdjan
8
  *
9
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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/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 $
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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.5/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 $
4
  *
5
  * @author Srdjan
6
  *
7
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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/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 $
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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.5/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 $
7
  *
8
  * @author Srdjan
9
  *
10
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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/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 $
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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.5/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 $
7
  *
8
  * @author Srdjan
9
  *
10
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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.5/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 $
7
  *
8
  * @author Srdjan
9
  *
10
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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.5/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 $
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.6/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.5/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 $
2
 
3
  /**
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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.5/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 $
2
 
3
  /**
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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,9 +1,9 @@
1
  <?php
2
  /**
3
  *
4
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/common/toolset-forms/classes/class.file.php $
5
- * $LastChangedDate: 2015-05-12 12:24:38 +0000 (Tue, 12 May 2015) $
6
- * $LastChangedRevision: 1158787 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/common/toolset-forms/classes/class.file.php $
5
+ * $LastChangedDate: 2015-05-12 12:41:09 +0000 (Tue, 12 May 2015) $
6
+ * $LastChangedRevision: 1158795 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
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.5/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 $
10
  * Creation Form Class
11
  * @author onTheGo System
12
  *
13
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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.5/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 $
6
  *
7
  * @author Srdjan
8
  *
9
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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/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 $
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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.5/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 $
2
  /*
3
  * Repetitive controller
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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/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 $
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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/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 $
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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/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 $
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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.5/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 $
2
 
3
  /**
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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,9 +2,9 @@
2
 
3
  /**
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/common/toolset-forms/classes/class.taxonomyhierarchical.php $
6
- * $LastChangedDate: 2015-05-12 12:24:38 +0000 (Tue, 12 May 2015) $
7
- * $LastChangedRevision: 1158787 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
 
3
  /**
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/common/toolset-forms/classes/class.taxonomyhierarchical.php $
6
+ * $LastChangedDate: 2015-05-12 12:41:09 +0000 (Tue, 12 May 2015) $
7
+ * $LastChangedRevision: 1158795 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
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/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 $
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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/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 $
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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.5/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 $
2
  /**
3
  * Types fields specific
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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.5/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 $
6
  *
7
  * @author Srdjan
8
  *
9
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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.5/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 $
6
  *
7
  * @author Srdjan
8
  *
9
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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/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
1
  /**
2
  * @see WPToolset_Forms_Conditional (classes/conditional.php)
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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/file-wp35.js CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  *
3
  * $HeadURL: https://www.onthegosystems.com/misc_svn/common/tags/1.5.1/toolset-forms/js/file-wp35.js $
4
- * $LastChangedDate: 2015-05-04 06:57:42 +0000 (Mon, 04 May 2015) $
5
  * $LastChangedRevision: 33205 $
6
  * $LastChangedBy: marcin $
7
  *
1
  /**
2
  *
3
  * $HeadURL: https://www.onthegosystems.com/misc_svn/common/tags/1.5.1/toolset-forms/js/file-wp35.js $
4
+ * $LastChangedDate: 2015-05-04 08:57:42 +0200 (Mon, 04 May 2015) $
5
  * $LastChangedRevision: 33205 $
6
  * $LastChangedBy: marcin $
7
  *
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/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 $
1
  /*
2
  * Repetitive JS.
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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.5/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 $
7
  *
8
  * @see class WPToolset_Validation
9
  *
10
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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/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 $
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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/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 $
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/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,9 +2,9 @@
2
  /*
3
  * Frontend functions.
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/frontend.php $
6
- * $LastChangedDate: 2015-03-10 06:46:08 +0000 (Tue, 10 Mar 2015) $
7
- * $LastChangedRevision: 1109249 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /*
3
  * Frontend functions.
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/frontend.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
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.5/embedded/functions.php $
7
- * $LastChangedDate: 2015-04-03 10:15:58 +0000 (Fri, 03 Apr 2015) $
8
- * $LastChangedRevision: 1126927 $
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.6/embedded/functions.php $
7
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
8
+ * $LastChangedRevision: 1131821 $
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.5/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
  */
3
  *
4
  * Custom Post Types embedded code.
5
  *
6
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/includes/custom-types.php $
7
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
8
+ * $LastChangedRevision: 1131821 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
embedded/includes/fields-post.php CHANGED
@@ -4,9 +4,9 @@
4
  * Edit post page functions
5
  *
6
  *
7
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/includes/fields-post.php $
8
- * $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
9
- * $LastChangedRevision: 1120400 $
10
  * $LastChangedBy: iworks $
11
  *
12
  * Core file with stable and working functions.
4
  * Edit post page functions
5
  *
6
  *
7
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/includes/fields-post.php $
8
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
9
+ * $LastChangedRevision: 1131821 $
10
  * $LastChangedBy: iworks $
11
  *
12
  * Core file with stable and working functions.
embedded/includes/fields/audio.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /**
3
  *
4
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/includes/fields/audio.php $
5
- * $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
6
- * $LastChangedRevision: 1027712 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/includes/fields/audio.php $
5
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
6
+ * $LastChangedRevision: 1131821 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
embedded/includes/fields/checkbox.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /**
3
  *
4
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/includes/fields/checkbox.php $
5
- * $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
6
- * $LastChangedRevision: 1027712 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/includes/fields/checkbox.php $
5
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
6
+ * $LastChangedRevision: 1131821 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
embedded/includes/fields/file.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /*
3
  *
4
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/includes/fields/file.php $
5
- * $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
6
- * $LastChangedRevision: 1113864 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
1
  <?php
2
  /*
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/includes/fields/file.php $
5
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
6
+ * $LastChangedRevision: 1131821 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
embedded/includes/fields/image.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /**
3
  *
4
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/includes/fields/image.php $
5
- * $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
6
- * $LastChangedRevision: 1113864 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/includes/fields/image.php $
5
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
6
+ * $LastChangedRevision: 1131821 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
embedded/includes/fields/skype.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /**
3
  *
4
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/includes/fields/skype.php $
5
- * $LastChangedDate: 2015-02-18 14:28:53 +0000 (Wed, 18 Feb 2015) $
6
- * $LastChangedRevision: 1093394 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/includes/fields/skype.php $
5
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
6
+ * $LastChangedRevision: 1131821 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
embedded/includes/fields/textarea.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /**
3
  *
4
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/includes/fields/textarea.php $
5
- * $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
6
- * $LastChangedRevision: 1027712 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/includes/fields/textarea.php $
5
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
6
+ * $LastChangedRevision: 1131821 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
embedded/includes/fields/video.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /**
3
  *
4
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/includes/fields/video.php $
5
- * $LastChangedDate: 2015-03-16 12:03:31 +0000 (Mon, 16 Mar 2015) $
6
- * $LastChangedRevision: 1113864 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
1
  <?php
2
  /**
3
  *
4
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/includes/fields/video.php $
5
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
6
+ * $LastChangedRevision: 1131821 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
embedded/includes/fields/wysiwyg.php CHANGED
@@ -146,8 +146,9 @@ function wpcf_fields_wysiwyg_view( $params ) {
146
  */
147
  remove_shortcode('playlist', 'wp_playlist_shortcode');
148
  $output .= apply_filters( 'the_content', htmlspecialchars_decode( stripslashes( $params['field_value'] ) ) );
149
- if ( preg_match_all('/playlist[^\]]+/', $output, $matches ) ) {
150
  foreach( $matches[0] as $one ) {
 
151
  $re = '/'.$one.'/';
152
  $one = preg_replace('/\&\#(8221|8243);/', '"', $one);
153
  $output = preg_replace($re, $one, $output);
146
  */
147
  remove_shortcode('playlist', 'wp_playlist_shortcode');
148
  $output .= apply_filters( 'the_content', htmlspecialchars_decode( stripslashes( $params['field_value'] ) ) );
149
+ if ( preg_match_all('/\[playlist[^\]]+\]/', $output, $matches ) ) {
150
  foreach( $matches[0] as $one ) {
151
+ $one = preg_replace('/[\[\]]+/', '', $one);
152
  $re = '/'.$one.'/';
153
  $one = preg_replace('/\&\#(8221|8243);/', '"', $one);
154
  $output = preg_replace($re, $one, $output);
embedded/includes/import-export.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  * Import/export data.
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/includes/import-export.php $
6
- * $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
7
- * $LastChangedRevision: 1120400 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /*
3
  * Import/export data.
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/includes/import-export.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
embedded/includes/module-manager.php CHANGED
@@ -4,9 +4,9 @@
4
  *
5
  * Since Types 1.2
6
  *
7
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/includes/module-manager.php $
8
- * $LastChangedDate: 2015-05-12 12:24:38 +0000 (Tue, 12 May 2015) $
9
- * $LastChangedRevision: 1158787 $
10
  * $LastChangedBy: iworks $
11
  *
12
  */
4
  *
5
  * Since Types 1.2
6
  *
7
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/includes/module-manager.php $
8
+ * $LastChangedDate: 2015-05-12 12:41:09 +0000 (Tue, 12 May 2015) $
9
+ * $LastChangedRevision: 1158795 $
10
  * $LastChangedBy: iworks $
11
  *
12
  */
embedded/includes/post-relationship.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  * Post relationship code.
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/includes/post-relationship.php $
6
- * $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
7
- * $LastChangedRevision: 1125405 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /*
3
  * Post relationship code.
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/includes/post-relationship.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
embedded/includes/wpml.php CHANGED
@@ -8,9 +8,9 @@
8
  * Values:
9
  * 0 nothing (ignore), 1 copy, 2 translate
10
  *
11
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/includes/wpml.php $
12
- * $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
13
- * $LastChangedRevision: 1120400 $
14
  * $LastChangedBy: iworks $
15
  *
16
  */
8
  * Values:
9
  * 0 nothing (ignore), 1 copy, 2 translate
10
  *
11
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/includes/wpml.php $
12
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
13
+ * $LastChangedRevision: 1131821 $
14
  * $LastChangedBy: iworks $
15
  *
16
  */
embedded/plugin.php CHANGED
@@ -5,13 +5,13 @@
5
  Description: Define custom post types, custom taxonomies and custom fields.
6
  Author: OnTheGoSystems
7
  Author URI: http://www.onthegosystems.com
8
- Version: 1.6.6.5
9
  */
10
  /**
11
  *
12
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/plugin.php $
13
- * $LastChangedDate: 2015-05-20 11:41:05 +0000 (Wed, 20 May 2015) $
14
- * $LastChangedRevision: 1164110 $
15
  * $LastChangedBy: iworks $
16
  *
17
  */
5
  Description: Define custom post types, custom taxonomies and custom fields.
6
  Author: OnTheGoSystems
7
  Author URI: http://www.onthegosystems.com
8
+ Version: 1.6.6.6
9
  */
10
  /**
11
  *
12
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/plugin.php $
13
+ * $LastChangedDate: 2015-06-10 15:52:44 +0000 (Wed, 10 Jun 2015) $
14
+ * $LastChangedRevision: 1178330 $
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, fie
5
  License: GPLv2
6
  Requires at least: 3.4
7
  Tested up to: 4.2.2
8
- Stable tag: 1.6.6.5
9
 
10
  The Embedded version lets you create custom types, taxonomies 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.2.2
8
+ Stable tag: 1.6.6.6
9
 
10
  The Embedded version lets you create custom types, taxonomies and fields for your theme or plugin, without requiring any plugin.
11
 
embedded/resources/css/dashicons.css CHANGED
@@ -1,8 +1,8 @@
1
  /**
2
  *
3
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/embedded/resources/css/dashicons.css $
4
- * $LastChangedDate: 2014-11-18 06:47:25 +0000 (Tue, 18 Nov 2014) $
5
- * $LastChangedRevision: 1027712 $
6
  * $LastChangedBy: iworks $
7
  *
8
  */
1
  /**
2
  *
3
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/resources/css/dashicons.css $
4
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
5
+ * $LastChangedRevision: 1131821 $
6
  * $LastChangedBy: iworks $
7
  *
8
  */
embedded/resources/js/basic.js CHANGED
@@ -4,9 +4,9 @@
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.5/embedded/resources/js/basic.js $
8
- * $LastChangedDate: 2015-03-10 06:46:08 +0000 (Tue, 10 Mar 2015) $
9
- * $LastChangedRevision: 1109249 $
10
  * $LastChangedBy: iworks $
11
  *
12
  */
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.6/embedded/resources/js/basic.js $
8
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
9
+ * $LastChangedRevision: 1131821 $
10
  * $LastChangedBy: iworks $
11
  *
12
  */
embedded/resources/js/fields-form.js CHANGED
@@ -9,9 +9,9 @@
9
  * @since Types 1.1.5
10
  * @autor srdjan
11
  *
12
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/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 $
16
  *
17
  */
9
  * @since Types 1.1.5
10
  * @autor srdjan
11
  *
12
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/embedded/resources/js/fields-form.js $
13
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
14
+ * $LastChangedRevision: 1131821 $
15
  * $LastChangedBy: iworks $
16
  *
17
  */
embedded/usermeta-init.php CHANGED
@@ -10,9 +10,9 @@ $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.5/embedded/usermeta-init.php $
14
- * $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
15
- * $LastChangedRevision: 1125405 $
16
  * $LastChangedBy: iworks $
17
  *
18
  */
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.6/embedded/usermeta-init.php $
14
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
15
+ * $LastChangedRevision: 1131821 $
16
  * $LastChangedBy: iworks $
17
  *
18
  */
help.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  * Plugin contextual help
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/help.php $
6
- * $LastChangedDate: 2014-05-29 08:44:10 +0000 (Thu, 29 May 2014) $
7
- * $LastChangedRevision: 922956 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /*
3
  * Plugin contextual help
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/help.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
includes/common-functions.php CHANGED
@@ -3,9 +3,9 @@
3
  *
4
  * Custom types form - common functions
5
  *
6
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/includes/common-functions.php $
7
- * $LastChangedDate: 2015-01-16 14:28:15 +0000 (Fri, 16 Jan 2015) $
8
- * $LastChangedRevision: 1069430 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
3
  *
4
  * Custom types form - common functions
5
  *
6
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/includes/common-functions.php $
7
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
8
+ * $LastChangedRevision: 1131821 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
includes/custom-taxonomies-form.php CHANGED
@@ -3,9 +3,9 @@
3
  *
4
  * Custom taxonomies form
5
  *
6
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/includes/custom-taxonomies-form.php $
7
- * $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
8
- * $LastChangedRevision: 1125405 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
3
  *
4
  * Custom taxonomies form
5
  *
6
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/includes/custom-taxonomies-form.php $
7
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
8
+ * $LastChangedRevision: 1131821 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
includes/custom-types-form.php CHANGED
@@ -3,9 +3,9 @@
3
  *
4
  * Custom types form
5
  *
6
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/includes/custom-types-form.php $
7
- * $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
8
- * $LastChangedRevision: 1125405 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
3
  *
4
  * Custom types form
5
  *
6
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/includes/custom-types-form.php $
7
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
8
+ * $LastChangedRevision: 1131821 $
9
  * $LastChangedBy: iworks $
10
  *
11
  */
includes/fields-control.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  * Custom Fields Control Screen
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/includes/fields-control.php $
6
- * $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
7
- * $LastChangedRevision: 1120400 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /*
3
  * Custom Fields Control Screen
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/includes/fields-control.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
includes/fields-form.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  * Fields and groups form functions.
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/includes/fields-form.php $
6
- * $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
7
- * $LastChangedRevision: 1120400 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /*
3
  * Fields and groups form functions.
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/includes/fields-form.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
includes/fields-list.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  * Fields and groups list functions
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/includes/fields-list.php $
6
- * $LastChangedDate: 2015-03-02 10:49:00 +0000 (Mon, 02 Mar 2015) $
7
- * $LastChangedRevision: 1103173 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /*
3
  * Fields and groups list functions
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/includes/fields-list.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
includes/fields.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  * Fields and groups functions
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/includes/fields.php $
6
- * $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
7
- * $LastChangedRevision: 1120400 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /*
3
  * Fields and groups functions
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/includes/fields.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
includes/import-export.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  * Import/export data.
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/includes/import-export.php $
6
- * $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
7
- * $LastChangedRevision: 1120400 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /*
3
  * Import/export data.
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/includes/import-export.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
includes/migration.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  * Migration functions
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/includes/migration.php $
6
- * $LastChangedDate: 2015-04-01 14:15:17 +0000 (Wed, 01 Apr 2015) $
7
- * $LastChangedRevision: 1125405 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /*
3
  * Migration functions
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/includes/migration.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
includes/usermeta-control.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  * Custom Fields Control Screen
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/includes/usermeta-control.php $
6
- * $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
7
- * $LastChangedRevision: 1120400 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /*
3
  * Custom Fields Control Screen
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/includes/usermeta-control.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
includes/usermeta-form.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  * Fields and groups form functions.
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/includes/usermeta-form.php $
6
- * $LastChangedDate: 2015-03-25 12:38:40 +0000 (Wed, 25 Mar 2015) $
7
- * $LastChangedRevision: 1120400 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /*
3
  * Fields and groups form functions.
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/includes/usermeta-form.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
marketing/helpful-links.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /**
3
- * $HeadURL: https://www.onthegosystems.com/misc_svn/cck/tags/1.6.6.5/marketing/helpful-links.php $
4
- * $LastChangedDate: 2015-02-26 06:51:21 +0000 (Thu, 26 Feb 2015) $
5
- * $LastChangedRevision: 31922 $
6
- * $LastChangedBy: marcin $
7
  *
8
  */
9
  ?><h3><?php _e('Need Help?', 'wpcf'); ?></h3>
1
  <?php
2
  /**
3
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/marketing/helpful-links.php $
4
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
5
+ * $LastChangedRevision: 1131821 $
6
+ * $LastChangedBy: iworks $
7
  *
8
  */
9
  ?><h3><?php _e('Need Help?', 'wpcf'); ?></h3>
plus/types-access.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  * Types Access teaser.
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/plus/types-access.php $
6
- * $LastChangedDate: 2015-03-02 10:49:00 +0000 (Mon, 02 Mar 2015) $
7
- * $LastChangedRevision: 1103173 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
2
  /*
3
  * Types Access teaser.
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/plus/types-access.php $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: CMS, custom field, custom fields, custom post type, custom post types, fie
5
  License: GPLv2
6
  Requires at least: 3.4
7
  Tested up to: 4.2.2
8
- Stable tag: 1.6.6.5
9
 
10
  The complete and reliable plugin for managing custom post types, custom taxonomies and custom fields.
11
 
@@ -155,6 +155,10 @@ Additionally, Types is the only plugin that lets you define parent/child relatio
155
 
156
  == Changelog ==
157
 
 
 
 
 
158
  = 1.6.6.5 =
159
 
160
  * Release date: 2015-05-20
5
  License: GPLv2
6
  Requires at least: 3.4
7
  Tested up to: 4.2.2
8
+ Stable tag: 1.6.6.6
9
 
10
  The complete and reliable plugin for managing custom post types, custom taxonomies and custom fields.
11
 
155
 
156
  == Changelog ==
157
 
158
+ = 1.6.6.6 =
159
+ * Release date: 2015-06-10
160
+ * Fixed problem with "playlist" word. https://wp-types.com/forums/topic/front-end-warning-from-wysiwyg-php/
161
+
162
  = 1.6.6.5 =
163
 
164
  * Release date: 2015-05-20
resources/js/basic.js CHANGED
@@ -1,9 +1,9 @@
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/resources/js/basic.js $
5
- * $LastChangedDate: 2015-01-16 14:28:15 +0000 (Fri, 16 Jan 2015) $
6
- * $LastChangedRevision: 1069430 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
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.6/resources/js/basic.js $
5
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
6
+ * $LastChangedRevision: 1131821 $
7
  * $LastChangedBy: iworks $
8
  *
9
  */
resources/js/custom-types-form.js CHANGED
@@ -2,9 +2,9 @@
2
  *
3
  * Custom Types form JS
4
  *
5
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/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 $
9
  *
10
  */
2
  *
3
  * Custom Types form JS
4
  *
5
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/resources/js/custom-types-form.js $
6
+ * $LastChangedDate: 2015-04-10 07:43:49 +0000 (Fri, 10 Apr 2015) $
7
+ * $LastChangedRevision: 1131821 $
8
  * $LastChangedBy: iworks $
9
  *
10
  */
wpcf.php CHANGED
@@ -5,13 +5,13 @@
5
  Description: Define custom post types, custom taxonomies and custom fields.
6
  Author: OnTheGoSystems
7
  Author URI: http://www.onthegosystems.com
8
- Version: 1.6.6.5
9
  */
10
  /**
11
  *
12
- * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.5/wpcf.php $
13
- * $LastChangedDate: 2015-05-20 11:41:05 +0000 (Wed, 20 May 2015) $
14
- * $LastChangedRevision: 1164110 $
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.5' );
24
  }
25
 
26
  define( 'WPCF_REPOSITORY', 'http://api.wp-types.com/' );
5
  Description: Define custom post types, custom taxonomies and custom fields.
6
  Author: OnTheGoSystems
7
  Author URI: http://www.onthegosystems.com
8
+ Version: 1.6.6.6
9
  */
10
  /**
11
  *
12
+ * $HeadURL: http://plugins.svn.wordpress.org/types/tags/1.6.6.6/wpcf.php $
13
+ * $LastChangedDate: 2015-06-10 15:52:44 +0000 (Wed, 10 Jun 2015) $
14
+ * $LastChangedRevision: 1178330 $
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.6' );
24
  }
25
 
26
  define( 'WPCF_REPOSITORY', 'http://api.wp-types.com/' );