We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e834ea commit 5f4d1e0Copy full SHA for 5f4d1e0
cmb2-attached-posts-field.php
@@ -3,7 +3,7 @@
3
Plugin Name: CMB2 Field Type: Attached Posts
4
Plugin URI: https://github.com/WebDevStudios/cmb2-attached-posts
5
Description: Attached posts field type for CMB2.
6
-Version: 1.2.1
+Version: 1.2.2
7
Author: WebDevStudios
8
Author URI: http://webdevstudios.com
9
License: GPLv2+
@@ -17,7 +17,7 @@ class WDS_CMB2_Attached_Posts_Field {
17
/**
18
* Current version number
19
*/
20
- const VERSION = '1.2.1';
+ const VERSION = '1.2.2';
21
22
23
* Initialize the plugin by hooking into CMB2
0 commit comments