Skip to content

Releases: wpsharks/wp-php-rv

WP PHP RV v160910.71271

10 Sep 19:48
Compare
Choose a tag to compare
  • Adding src/includes/os-utils.php.
  • Adding src/includes/php-utils.php.
  • Adding src/includes/versions.php.
  • Adding ___wp_php_rv_get_php_version().
  • Minor enhancements in wp_php_rv_notice().
  • Minor enhancements in ___wp_php_rv_notice_brand_name().
  • Removing very old (already-deprecated) function wp_php_rv_custom_notice() entirely. You should be using wp_php_rv_notice() instead please.
  • Remove unused filter wp_php_rv_notice_refs_before_markup.
  • Remove unused filter wp_php_rv_notice_refs.
  • New filter: wp_php_rv_notice_markup.

WP PHP RV v160824.6416

24 Aug 01:48
Compare
Choose a tag to compare
  • Bug fix. Array not initialized properly. See: #12

WP PHP RV v160712.42603

12 Jul 11:56
Compare
Choose a tag to compare
  • Bug fix: Required PHP extension checks failing.
  • New Feature: Now possible to require specific PHP functions too; e.g., eval().
  • Updating to latest phing build system.
  • Updating dotfiles.

WP PHP RV v160531.14212

31 May 03:57
Compare
Choose a tag to compare
WP PHP RV v160531.14212 via Phing.

WP PHP RV v160524

24 May 15:33
Compare
Choose a tag to compare
  • Adding support for an array of compatible operating systems.
  • Adding support for a minimum version of WordPress.
  • Adding support for a maximum version of WordPress.

WP PHP RV v160504

05 May 07:44
Compare
Choose a tag to compare
  • Adding support for required bits via $GLOBALS['wp_php_rv']['bits'] = 64;

2016-05-04_23-42-50

WP PHP RV v160503

04 May 07:14
Compare
Choose a tag to compare
  • Enhancing display of notice.
  • Reorganizing functions into multiple files.
  • Backward compatibility was preserved in all cases.

WP PHP RV v160420

20 Apr 12:37
Compare
Choose a tag to compare
  • Adding composer.json and enhancing Composer integration.
  • General cleanup. No significant changes.

WP PHP RV 150511

10 May 10:32
Compare
Choose a tag to compare
Bug fix require_once call.

WP PHP RV 150510

10 May 10:05
Compare
Choose a tag to compare
Adding CHANGELOG.md