Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Latest commit

 

History

History
240 lines (144 loc) · 6.92 KB

CHANGELOG.md

File metadata and controls

240 lines (144 loc) · 6.92 KB

Change Log

1.6.0

Requires WordPress 5.9 Tested up to WordPress 6.3 Requires BuddyPress >= 10.0 & < 12

Description

BP Rewrites feature as a plugin maintenance release, please upgrade. With BP Rewrites activated, you'll get full control on any BuddyPress URLs.

Changes

  • Interrupt the plugin loading process if BuddyPress is >= 12.0.0
  • Bump WordPress "Tested up to" 6.3
  • Make sure directory rewrite rules match exact directory slugs. See #49.
  • Only check if a BP directory is set as the site homepage if the requested URL is this homepage.
  • Core_Nav_Compat: only send warning notices in right contexts. See #50.

Props

@imath, @shawfactor


1.5.0

Requires WordPress 5.9 Tested up to WordPress 6.1 Requires BuddyPress 10.0 Tested up to BuddyPress 11.0

Description

BP Rewrites feature as a plugin feature release, please upgrade. With BP Rewrites activated, you'll get full control on any BuddyPress URLs.

Changes

  • Introduce a visibility feature to restrict community pages’ access to members only. See #44.

Props

@imath, @dcavins.


1.4.0

Requires WordPress 5.9 Tested up to WordPress 6.1 Requires BuddyPress 10.0 Tested up to BuddyPress 11.0-alpha

Description

BP Rewrites feature as a plugin maintenance release, please upgrade. With BP Rewrites activated, you'll get full control on any BuddyPress URLs.

Changes

  • Prevents a fatal error when trying to edit a nav too early. See #42.
  • Adds BP Specific exceptions to the "was called too early" notices. See #43.

Props

@imath.


1.3.0

Requires WordPress 5.4 Tested up to WordPress 6.0 Requires BuddyPress 10.0 Tested up to BuddyPress 11.0-alpha

Description

BP Rewrites feature as a plugin maintenance release, please upgrade. With BP Rewrites activated, you'll get full control on any BuddyPress URLs.

Changes

  • Do not trigger "was called too early" notices when submitting comments. See #40.
  • Do not trigger "was called too early" notices for other WordPress specific contexts: signup, activation and trackbacks management.
  • Bring BP Rewrites support to bbPress. See #41.

Props

@shawfactor & @imath.


1.2.0

Requires WordPress 5.4 Tested up to WordPress 6.0 Requires BuddyPress 10.0 Tested up to BuddyPress 11.0-alpha

Description

BP Rewrites feature as a plugin maintenance release, please upgrade. With BP Rewrites activated, you'll get full control on any BuddyPress URLs.

Changes

  • Make sure the primary nav is set before resetting it. See #39.
  • Make sure the Global Notices link is reset for BP Nouveau.

Props

@shawfactor & @imath.


1.1.0

Requires WordPress 5.4 Tested up to WordPress 6.0-beta3 Requires BuddyPress 10.0 Tested up to BuddyPress 11.0-alpha

Description

This is the first maintenance release of the BuddyPress Rewrites feature as a plugin. Thanks to it you'll get full control on any BuddyPress URLs.

Changes

  • Make sure Members Invitations URLs are handled. See #37.
  • Rewrite the Member's header private message link.

Props

@shawfactor & @imath.


1.0.1

Requires WordPress 5.4 Tested up to WordPress 6.0-beta2 Requires BuddyPress 10.0 Tested up to BuddyPress 11.0-alpha

Description

This is the first security release of the BuddyPress Rewrites feature as a plugin. It applies the security fixes recommanded into the review of WordPress.org Plugins team. Please upgrade asap.

Changes

  • Sanitize, escape, and validate $_POST, $_GET, $_REQUEST and $_FILE missed calls in the plugin. See #36.

Props

The WP Plugin review team & @imath.


1.0.0

Requires WordPress 5.4 Tested up to WordPress 6.0-beta1 Requires BuddyPress 10.0 Tested up to BuddyPress 11.0-alpha

Description

This is the first stable version of the BuddyPress Rewrites feature as a plugin. Thanks to it you'll get full control on any BuddyPress URLs.

Changes

  • Create the readme.txt used by the WordPress.org plugin directory.
  • Submit the request about hosting the plugin on this directory.

Props

@adiloztaser, @eha1, @shanebp, @boonebgorges, @r-a-y, @imath.


1.0.0-RC1

Requires WordPress 5.4 Tested up to WordPress 6.0-alpha Requires BuddyPress 10.0 Tested up to BuddyPress 11.0-alpha

Description

This is the BuddyPress Rewrites feature as a plugin. Thanks to it you'll get full control on any BuddyPress URLs. Please note this plugin is still under active development: you should probably use a local/staging site to play with it 😉.

Bug fixes

  • Make sure BP Rewrites loads when BuddyPress is network activated. See #32.
  • Avoid a fatar error when trying to access to a BP Core Nav too early. See #33.

Props

@adiloztaser, @eha1, @imath.


1.0.0-beta2

Requires WordPress 5.4 Tested up to WordPress 6.0-alpha Requires BuddyPress 10.0 Tested up to BuddyPress 11.0-alpha

Description

This is the BuddyPress Rewrites feature as a plugin. Thanks to it you'll get full control on any BuddyPress URLs. Please note this plugin is still under active development: you should probably use a local/staging site to play with it 😉.

Bug fixes

  • Anticipate WordPress 6.0 changes about the WP Request to make sure BP Ajax requests are using the Rewrite API. See #31.
  • Make sure BuddyPress is active before trying to change anything into the site's set up. See #29.
  • Remove the BP Pages settings tab to prevent any rewrite rule errors. See #27.
  • Fix bpRewritesUI() function call when readyState is not fired. See #26
  • Remove superfluous parameters on remove_filter() calls. See #25.

Props

@adiloztaser, @imath.


1.0.0-beta1

Requires WordPress 5.4 Tested up to WordPress 5.9 Requires BuddyPress 10.0 Tested up to BuddyPress 10.0

Description

This is the BuddyPress Rewrites feature as a plugin. Thanks to it you'll get full control on any BuddyPress URLs. Please note this plugin is still under active development: you should probably use a local/staging site to play with it 😉.

Props

@shanebp, @boonebgorges, @r-a-y, @imath.