Skip to content

Commit

Permalink
General: update PHP requirements to match 7.5.1 release
Browse files Browse the repository at this point in the history
This ports part of the changes from 9c6f243

The other changes were addressed in #12939 and #12940
  • Loading branch information
jeherve committed Jul 3, 2019
1 parent 67ce718 commit 5c74e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

define( 'JETPACK__MINIMUM_WP_VERSION', '5.1' );
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.3.2' );
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
define( 'JETPACK__VERSION', '7.6-alpha' );
define( 'JETPACK_MASTER_USER', true );
define( 'JETPACK__API_VERSION', 1 );
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: automattic, adamkheckler, aduth, akirk, allendav, alternatekev, an
Tags: Jetpack, WordPress.com, backup, security, related posts, CDN, speed, anti-spam, social sharing, SEO, video, stats
Stable tag: 7.4.1
Requires at least: 5.1
Requires PHP: 5.3
Requires PHP: 5.6
Tested up to: 5.2

The ideal plugin for stats, related posts, search engine optimization, social sharing, protection, backups, security, and more.
Expand Down

0 comments on commit 5c74e60

Please sign in to comment.