Version Description
- Fixed an issue between the Image field and databases using utf8mb4 character set
Download this release
Release Info
| Developer | christianglingener |
| Plugin | |
| Version | 2.2.13 |
| Comparing to | |
| See all releases | |
Code changes from version 2.2.12 to 2.2.13
- readme.txt +4 -1
- wpcf.php +3 -3
readme.txt
CHANGED
|
@@ -7,7 +7,7 @@ Domain Path: /embedded/locale
|
|
| 7 |
License: GPLv2
|
| 8 |
Requires at least: 3.7
|
| 9 |
Tested up to: 4.8
|
| 10 |
-
Stable tag: 2.2.
|
| 11 |
|
| 12 |
The complete and reliable plugin for managing custom post types, custom taxonomies and custom fields.
|
| 13 |
|
|
@@ -158,6 +158,9 @@ Additionally, Types is the only plugin that lets you define parent/child relatio
|
|
| 158 |
|
| 159 |
== Changelog ==
|
| 160 |
|
|
|
|
|
|
|
|
|
|
| 161 |
= 2.2.12 =
|
| 162 |
* Improved the performance of the Image field.
|
| 163 |
|
| 7 |
License: GPLv2
|
| 8 |
Requires at least: 3.7
|
| 9 |
Tested up to: 4.8
|
| 10 |
+
Stable tag: 2.2.13
|
| 11 |
|
| 12 |
The complete and reliable plugin for managing custom post types, custom taxonomies and custom fields.
|
| 13 |
|
| 158 |
|
| 159 |
== Changelog ==
|
| 160 |
|
| 161 |
+
= 2.2.13 =
|
| 162 |
+
* Fixed an issue between the Image field and databases using utf8mb4 character set
|
| 163 |
+
|
| 164 |
= 2.2.12 =
|
| 165 |
* Improved the performance of the Image field.
|
| 166 |
|
wpcf.php
CHANGED
|
@@ -5,7 +5,7 @@ Plugin URI: http://wordpress.org/extend/plugins/types/
|
|
| 5 |
Description: Toolset Types defines custom content in WordPress. Easily create custom post types, fields and taxonomy and connect everything together.
|
| 6 |
Author: OnTheGoSystems
|
| 7 |
Author URI: http://www.onthegosystems.com
|
| 8 |
-
Version: 2.2.
|
| 9 |
License: GPLv2 or later
|
| 10 |
|
| 11 |
Types is free software: you can redistribute it and/or modify
|
|
@@ -28,7 +28,7 @@ if( !function_exists( 'add_action' ) )
|
|
| 28 |
|
| 29 |
// version
|
| 30 |
if( ! defined( 'TYPES_VERSION' ) )
|
| 31 |
-
define( 'TYPES_VERSION', '2.2.
|
| 32 |
|
| 33 |
// backward compatibility
|
| 34 |
if ( ! defined( 'WPCF_VERSION' ) )
|
|
@@ -37,7 +37,7 @@ if ( ! defined( 'WPCF_VERSION' ) )
|
|
| 37 |
// release notes
|
| 38 |
if( ! defined( 'TYPES_RELEASE_NOTES' ) )
|
| 39 |
// Mind the end of the URL string, it contains the plugin version.
|
| 40 |
-
define( 'TYPES_RELEASE_NOTES', 'https://wp-types.com/version/types-2-2-
|
| 41 |
|
| 42 |
/*
|
| 43 |
* Path Constants
|
| 5 |
Description: Toolset Types defines custom content in WordPress. Easily create custom post types, fields and taxonomy and connect everything together.
|
| 6 |
Author: OnTheGoSystems
|
| 7 |
Author URI: http://www.onthegosystems.com
|
| 8 |
+
Version: 2.2.13
|
| 9 |
License: GPLv2 or later
|
| 10 |
|
| 11 |
Types is free software: you can redistribute it and/or modify
|
| 28 |
|
| 29 |
// version
|
| 30 |
if( ! defined( 'TYPES_VERSION' ) )
|
| 31 |
+
define( 'TYPES_VERSION', '2.2.13' );
|
| 32 |
|
| 33 |
// backward compatibility
|
| 34 |
if ( ! defined( 'WPCF_VERSION' ) )
|
| 37 |
// release notes
|
| 38 |
if( ! defined( 'TYPES_RELEASE_NOTES' ) )
|
| 39 |
// Mind the end of the URL string, it contains the plugin version.
|
| 40 |
+
define( 'TYPES_RELEASE_NOTES', 'https://wp-types.com/version/types-2-2-13/?utm_source=typesplugin&utm_campaign=types&utm_medium=release-notes-admin-notice&utm_term=Types%202.2.13%20release%20notes' );
|
| 41 |
|
| 42 |
/*
|
| 43 |
* Path Constants
|
