Skip to:
Content

bbPress.org

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#3298 closed defect (bug) (fixed)

Add/fix required PHP version

Reported by:jrf's profile jrfOwned by:johnjamesjacoby's profile johnjamesjacoby
Milestone:2.6.3Priority:normal
Severity:normalVersion:trunk
Component:GeneralKeywords:has- commit
Cc:

Description

Based on the current readme.txt in trunk, bbPress now requires WP 5.3.

With that in mind, the PHP requirement in the src/composer.json file should be set to PHP 5.6.20.

Additionally, adding the Requires PHP header to the readme.txt file to expose this information in the plugins repository too.

Attachments (1)

201912-add-requires-php-header. (649 bytes) - added by jrf 5 years ago.

Download all attachments as: .zip

Change History (4)

#1 @johnjamesjacoby
5 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 2.6.3
  • Owner set to johnjamesjacoby
  • Status changed from new to assigned

#2 @johnjamesjacoby
5 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 7016:

Requirements: bump PHP version to 5.6.20.

This commit adds support for the "Requires PHP" readme tag, and also bumps the version for Composer.

Props jrf. Fixes #3298. For 2.6.3, branches/2.6.

#3 @johnjamesjacoby
5 years ago

In 7017:

Requirements: bump PHP version to 5.6.20.

This commit adds support for the "Requires PHP" readme tag, and also bumps the version for Composer.

Props jrf. Fixes #3298. For 2.7, trunk.

Note: See TracTickets for help on using tickets.