We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1ee34 commit 656366fCopy full SHA for 656366f
fieldmanager.php
@@ -3,22 +3,22 @@
3
* Fieldmanager Base Plugin File.
4
*
5
* @package Fieldmanager
6
- * @version 1.0-alpha
+ * @version 1.0.0-beta
7
*/
8
9
/*
10
Plugin Name: Fieldmanager
11
Plugin URI: https://github.com/alleyinteractive/wordpress-fieldmanager
12
Description: Add fields to content types programatically.
13
Author: Austin Smith
14
-Version: 1.0-alpha
+Version: 1.0.0-beta
15
Author URI: http://www.alleyinteractive.com/
16
17
18
/**
19
* Current version of Fieldmanager.
20
21
-define( 'FM_VERSION', '1.0-alpha' );
+define( 'FM_VERSION', '1.0.0-beta' );
22
23
24
* Filesystem path to Fieldmanager.
0 commit comments