Skip to content

Commit

Permalink
Merge pull request #861 from alleyinteractive/feature/1.6
Browse files Browse the repository at this point in the history
Bump version to 1.6
  • Loading branch information
dlh01 authored Dec 1, 2023
2 parents c41ebdc + c2260e3 commit ee2cd7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Fieldmanager is a powerful library which can make the development of sophisticat
* WordPress: 5.8+
* PHP: 7.4+

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.

## Downloads and Versioning.

You can view [Fieldmanager's official releases here](https://github.com/alleyinteractive/wordpress-fieldmanager/releases).
Expand Down
6 changes: 3 additions & 3 deletions fieldmanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
* Fieldmanager Base Plugin File.
*
* @package Fieldmanager
* @version 1.5.0
* @version 1.6.0
*/

/*
Plugin Name: Fieldmanager
Plugin URI: https://github.com/alleyinteractive/wordpress-fieldmanager
Description: Add fields to WordPress programmatically.
Author: Alley
Version: 1.5.0
Version: 1.6.0
Author URI: https://www.alley.co/
*/

/**
* Current version of Fieldmanager.
*/
define( 'FM_VERSION', '1.5.0' );
define( 'FM_VERSION', '1.6.0' );

/**
* Filesystem path to Fieldmanager.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fieldmanager",
"description": "Fieldmanager is a comprehensive toolkit for building forms, metaboxes, and custom admin screens for WordPress.",
"version": "1.5.0",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/alleyinteractive/wordpress-fieldmanager"
Expand Down

0 comments on commit ee2cd7b

Please sign in to comment.