Skip to:
Content

BuddyPress.org

Changeset 12492


Ignore:
Timestamp:
11/01/2019 06:14:25 AM (5 years ago)
Author:
imath
Message:

Bump WordPress required version to 4.8 & update Travis configuration

Props boonebgorges, netweb

Fixes #8155

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r12399 r12492  
    2828env:
    2929  - WP_VERSION=master BP_TRAVISCI=travis:phpunit
     30  - WP_VERSION=5.3 BP_TRAVISCI=travis:phpunit
    3031  - WP_VERSION=5.2 BP_TRAVISCI=travis:phpunit
    3132  - WP_VERSION=5.1 BP_TRAVISCI=travis:phpunit
     
    3334  - WP_VERSION=4.9 BP_TRAVISCI=travis:phpunit
    3435  - WP_VERSION=4.8 BP_TRAVISCI=travis:phpunit
    35   - WP_VERSION=4.7 BP_TRAVISCI=travis:phpunit
    3636
    3737matrix:
     
    4444      env: WP_VERSION=4.8 BP_TRAVISCI=travis:phpunit
    4545      dist: precise
    46     - php: 5.3
    47       env: WP_VERSION=4.7 BP_TRAVISCI=travis:phpunit
    48       dist: precise
    4946  exclude:
    5047    - php: 7.3
     
    5249    - php: 7.3
    5350      env: WP_VERSION=4.8 BP_TRAVISCI=travis:phpunit
    54     - php: 7.3
    55       env: WP_VERSION=4.7 BP_TRAVISCI=travis:phpunit
    5651    - php: 7.3
    5752      env: WP_VERSION=master BP_TRAVISCI=travis:phpunit
  • trunk/src/readme.txt

    r12475 r12492  
    22Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, hnla, karmatosed, slaFFik, dimensionmedia, henrywright, netweb, offereins, espellcaste, modemlooper, danbp, Venutius, apeatling, shanebp
    33Tags: user profiles, activity streams, messaging, friends, user groups, notifications, community, social networking, intranet
    4 Requires at least: 4.7
     4Requires at least: 4.8
    55Tested up to: 5.2
    66Requires PHP: 5.3
Note: See TracChangeset for help on using the changeset viewer.