Plugin Directory

Changeset 2993454

Timestamp:
11/09/2023 06:43:22 PM (9 months ago)
Author:
blobaugh
Message:

v2.2.6 Release

  • Fix pagination on search

During search, the pagination was showing wonky due to a bad value being
returned. This patch forces it to an int, as well as some minor cleanup.

See https://trello.com/c/FIVvp83v/12-patch-fix-for-pagination-showing-incorrectly-on-search

  • Bugfix: Make votes work when votes_limits_reimburse_votes is not set

See https://wordpress.org/support/topic/fix-patch-below-voting-doesnt-seem-to-work-on-wp-6-2/

  • Bugfix: Updated deprecated usort call

The PHP usort function expects different values. This updates to that.

See https://trello.com/c/8CgSKIok/9-heres-the-fix-for-deprecated-usort-in-php8-from-gpt-4

  • Bugfix: Swap out deprecated filter_var constant

See https://trello.com/c/6lv2nqub/10-deprecated-constant-filtersanitizestring-is-deprecated

  • Bugfix: Undefined $feature_request

The object $feature_request is being called without being defined or
instantiated. It is part of building back_to_archive_link to support
multiple boards, however it does not ever get called. This patch
temporarily removes the offending code. To be reevaluated later.

See https://trello.com/c/Sg0UGEdL/16-undefined-featurerequest

  • Bugfix: Resolve warnings from trim

The php function trim() throws a php warning if the input is null.
This patch includes a helper function to make trim work as expected.

See https://trello.com/c/REqzjVam/14-resolve-warnings-with-trim

  • Bugfix: Resolve warning when votes_limits_reimburse_votes is unset
  • Update Freemius SDK to 2.6.0
  • Updated plugin version and changelog
  • Update - Swap Licence button for Pro upgrade link
  • Updates per PR feedback
Location:
simple-feature-requests
Files:
80 edited
1 copied

Changeset view not shown, since the total size (6.0 MB) exceeds 4.0 MB

Note: See TracChangeset for help on using the changeset viewer.