Skip to:
Content

BuddyPress.org

Ticket #8709: 8709.patch

File 8709.patch, 1.9 KB (added by imath, 2 years ago)
  • .github/workflows/unit-tests.yml

    diff --git .github/workflows/unit-tests.yml .github/workflows/unit-tests.yml
    index cb42ba82f..536ca2611 100644
    jobs: 
    1919          - php: '7.4'
    2020            wp_version: '6.0'
    2121          - php: '7.4'
    22             wp_version: '5.4'
     22            wp_version: '5.7'
    2323    env:
    2424      WP_ENV_PHP_VERSION: ${{ matrix.php }}
    2525      WP_VERSION: ${{ matrix.wp_version }}
    jobs: 
    5959          composer-options: "--ignore-platform-reqs"
    6060
    6161      - name: Adjust wp-phpunit version
    62         run: if [ ${{ env.WP_VERSION }} == '5.4' ]; then composer require --dev "wp-phpunit/wp-phpunit:5.4"; fi
     62        run: if [ ${{ env.WP_VERSION }} == '5.7' ]; then composer require --dev "wp-phpunit/wp-phpunit:5.7"; fi
    6363
    6464      - name: Cache node modules
    6565        uses: actions/cache@v2
  • bp-loader.php

    diff --git bp-loader.php bp-loader.php
    index 03286e7eb..bbd66ad90 100644
     
    2020 * Text Domain:       buddypress
    2121 * Domain Path:       /bp-languages/
    2222 * Requires PHP:      5.6
    23  * Requires at least: 5.4
     23 * Requires at least: 5.7
    2424 * Version:           11.0.0-alpha
    2525 */
    2626
  • src/bp-loader.php

    diff --git src/bp-loader.php src/bp-loader.php
    index e35c02d70..59a2f1a65 100644
     
    2020 * Text Domain:       buddypress
    2121 * Domain Path:       /bp-languages/
    2222 * Requires PHP:      5.6
    23  * Requires at least: 5.4
     23 * Requires at least: 5.7
    2424 * Version:           11.0.0-alpha
    2525 */
    2626
  • src/readme.txt

    diff --git src/readme.txt src/readme.txt
    index bad47db5a..8cf88654d 100644
    Tags: profiles, groups, activity, direct messaging, notifications, 
    44License:           GNU General Public License v2 or later
    55License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    66Requires PHP:      5.6
    7 Requires at least: 5.4
     7Requires at least: 5.7
    88Tested up to:      6.0
    99Stable tag:        10.3.0
    1010