Skip to content

Commit f5cc00c

Browse files
authored
Merge pull request #824 from alleyinteractive/feature/1.4
Bump to 1.4
2 parents 711915f + d97dca3 commit f5cc00c

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.4.0-RC1
6+
* @version 1.4.0
77
*/
88

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

1818
/**
1919
* Current version of Fieldmanager.
2020
*/
21-
define( 'FM_VERSION', '1.4.0-RC1' );
21+
define( 'FM_VERSION', '1.4.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.4.0-RC1",
4+
"version": "1.4.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/alleyinteractive/wordpress-fieldmanager"

0 commit comments

Comments
 (0)