Skip to content

Commit ee2cd7b

Browse files
authored
Merge pull request #861 from alleyinteractive/feature/1.6
Bump version to 1.6
2 parents c41ebdc + c2260e3 commit ee2cd7b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Fieldmanager is a powerful library which can make the development of sophisticat
1111
* WordPress: 5.8+
1212
* PHP: 7.4+
1313

14-
Fieldmanager is tested down to and works on PHP 5.6, but we don't officially support PHP 5. We strongly encourage using PHP 7.4 or 8.
15-
1614
## Downloads and Versioning.
1715

1816
You can view [Fieldmanager's official releases here](https://github.com/alleyinteractive/wordpress-fieldmanager/releases).

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.5.0
6+
* @version 1.6.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.5.0
14+
Version: 1.6.0
1515
Author URI: https://www.alley.co/
1616
*/
1717

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

0 commit comments

Comments
 (0)