Skip to content

Commit 01bcf85

Browse files
committed
Update to 1.3.0
1 parent 76b15a4 commit 01bcf85

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fieldmanager.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
* Fieldmanager Base Plugin File.
44
*
55
* @package Fieldmanager
6-
* @version 1.2.6
6+
* @version 1.3.0
77
*/
88

99
/*
1010
Plugin Name: Fieldmanager
1111
Plugin URI: https://github.com/alleyinteractive/wordpress-fieldmanager
1212
Description: Add fields to WordPress programatically.
1313
Author: Alley
14-
Version: 1.2.6
14+
Version: 1.3.0
1515
Author URI: https://www.alley.co/
1616
*/
1717

1818
/**
1919
* Current version of Fieldmanager.
2020
*/
21-
define( 'FM_VERSION', '1.2.6' );
21+
define( 'FM_VERSION', '1.3.0' );
2222

2323
/**
2424
* Filesystem path to Fieldmanager.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Fieldmanager",
33
"description": "Fieldmanager is a comprehensive toolkit for building forms, metaboxes, and custom admin screens for WordPress.",
4-
"version": "1.2.6",
4+
"version": "1.3.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/alleyinteractive/wordpress-fieldmanager"

0 commit comments

Comments
 (0)