Skip to content

Releases: InstaWP/wordpress-string-locator

Release 2.6.5

12 Mar 07:12
Compare
Choose a tag to compare

== Changelog ==

= 2.6.5 (2024-03-12) =

  • Verified compatibility with WordPress 6.5

= 2.6.4 (2024-03-12) =

  • Verified compatibility with WordPress 6.4

= 2.6.3 (2023-08-10) =

  • CSS/JS Loading bug fixes

= 2.6.2 (2023-08-10) =

  • Added InstaWP integration.
  • WP ORG Support ticket fixes.

= 2.6.1 (2022-11-02) =

  • Fixed a bug causing certain setups to be unable to perform searches when editing would also be unavailable.
  • Fixed a bug causing certain plugins to prevent the search results list from being displayed properly.
  • Verified compatibility with WordPress 6.1

= 2.6.0 (2022-07-20) =

  • Added database search feature.
  • Added tools for quickly replacing data in the search results.
  • Added many more filters and actions.
  • Added hardening of file path checks.
  • Removed one-time donation notice.
  • Removed jQuery dependency in favor of vanilla JavaScript code.
  • Separated search class into a base class for extenders.
  • Fixed bug with code viewer sizes when resizing your window.
  • Fixed bug in the list view if special characters were in the search string.
  • Fixed a bug where RegEx search validation may have a false positive check for invalid patterns.
  • Fixed missing translator function if Javascript is missing.
  • Improved capability checks for displaying the search interface when editing is disabled.

= Older entries =
See changelog.txt for the version history.

Release 2.6.3

10 Aug 14:01
Compare
Choose a tag to compare

== Changelog ==

= 2.6.3 (2023-08-10) =

  • CSS/JS Loading bug fixes

= 2.6.2 (2023-08-10) =

  • Added InstaWP integration.
  • WP ORG Support ticket fixes.

= 2.6.1 (2022-11-02) =

  • Fixed a bug causing certain setups to be unable to perform searches when editing would also be unavailable.
  • Fixed a bug causing certain plugins to prevent the search results list from being displayed properly.
  • Verified compatibility with WordPress 6.1

= 2.6.0 (2022-07-20) =

  • Added database search feature.
  • Added tools for quickly replacing data in the search results.
  • Added many more filters and actions.
  • Added hardening of file path checks.
  • Removed one-time donation notice.
  • Removed jQuery dependency in favor of vanilla JavaScript code.
  • Separated search class into a base class for extenders.
  • Fixed bug with code viewer sizes when resizing your window.
  • Fixed bug in the list view if special characters were in the search string.
  • Fixed a bug where RegEx search validation may have a false positive check for invalid patterns.
  • Fixed missing translator function if Javascript is missing.
  • Improved capability checks for displaying the search interface when editing is disabled.

= Older entries =
See changelog.txt for the version history.

Release 2.6.2

10 Aug 13:28
7b31550
Compare
Choose a tag to compare

== Changelog ==

= 2.6.2 (2023-08-10) =

  • Added InstaWP integration.
  • WP ORG Support ticket fixes.

= 2.6.1 (2022-11-02) =

  • Fixed a bug causing certain setups to be unable to perform searches when editing would also be unavailable.
  • Fixed a bug causing certain plugins to prevent the search results list from being displayed properly.
  • Verified compatibility with WordPress 6.1

= 2.6.0 (2022-07-20) =

  • Added database search feature.
  • Added tools for quickly replacing data in the search results.
  • Added many more filters and actions.
  • Added hardening of file path checks.
  • Removed one-time donation notice.
  • Removed jQuery dependency in favor of vanilla JavaScript code.
  • Separated search class into a base class for extenders.
  • Fixed bug with code viewer sizes when resizing your window.
  • Fixed bug in the list view if special characters were in the search string.
  • Fixed a bug where RegEx search validation may have a false positive check for invalid patterns.
  • Fixed missing translator function if Javascript is missing.
  • Improved capability checks for displaying the search interface when editing is disabled.

= Older entries =
See changelog.txt for the version history.

Release 2.6.1

02 Nov 00:25
Compare
Choose a tag to compare

What's Changed

  • String updates by @Presskopp
  • Fixed search results display to not assume that only one tag would ever exist by @primathon
  • Fixed a bug in search-capabilities when theme editing is not available by @Clorith

New Contributors

Full Changelog: 2.6.0...2.6.1

Release 2.6.0

20 Jul 22:19
Compare
Choose a tag to compare

== Changelog ==

= 2.6.0 (2022-07-20) =

  • Added database search feature.
  • Added tools for quickly replacing data in the search results.
  • Added many more filters and actions.
  • Added hardening of file path checks.
  • Removed one-time donation notice.
  • Removed jQuery dependency in favor of vanilla JavaScript code.
  • Separated search class into a base class for extenders.
  • Fixed bug with code viewer sizes when resizing your window.
  • Fixed bug in the list view if special characters were in the search string.
  • Fixed a bug where RegEx search validation may have a false positive check for invalid patterns.
  • Fixed missing translator function if Javascript is missing.
  • Improved capability checks for displaying the search interface when editing is disabled.

= Older entries =
See changelog.txt for the version history.

Release 2.6.0-beta2

20 Jul 10:33
Compare
Choose a tag to compare
Release 2.6.0-beta2 Pre-release
Pre-release

== Changelog ==

= 2.6.0 (TBD) =

  • Added database search feature.
  • Added tools for quickly replacing data in the search results.
  • Added many more filters and actions.
  • Added hardening of file path checks.
  • Removed one-time donation notice.
  • Removed jQuery dependency in favor of vanilla JavaScript code.
  • Separated search class into a base class for extenders.
  • Fixed bug with code viewer sizes when resizing your window.
  • Fixed bug in the list view if special characters were in the search string.
  • Fixed a bug where RegEx search validation may have a false positive check for invalid patterns.
  • Fixed missing translator function if Javascript is missing.
  • Improved capability checks for displaying the search interface when editing is disabled.

= Older entries =
See changelog.txt for the version history.

Release 2.5.0

27 Feb 13:33
Compare
Choose a tag to compare

== Changelog ==

= 2.5.0 (2022-02-27) =

  • Fixed a bug where content would have slashes stripped unexpectedly.
  • Improved table spacing on search results.
  • Improved loopback checks to also check admin access.
  • Hardened the search iterator so users can't accidentally perform unexpected directory traversal.
  • Introduced actions and filters in various places to enable extenders, and future enhancements.
  • Moved all ajax requests to dedicated REST endpoints.
  • Refactored file structure.

= Older entries =
See changelog.txt for the version history

Release 2.4.2

05 Dec 14:25
Compare
Choose a tag to compare

== Changelog ==

= 2.4.2 =

  • Fixed the option to restore previous search.
  • Fixed respecting text capitalization in previews when doing a non-regex search.
  • Changed capability checks, now works on hosts that maintain updates for their users.

= Older entries =
See changelog.txt for the version history

2.4.0

24 May 13:49
Compare
Choose a tag to compare
  • Updated the editor screen, to a design which more closely adheres to the WordPress editor styles.
  • Added support for searching files, even if you are not able to edit them.
  • Added support for jumping to not just line number, but also location inside that line.
  • Added alternative to disable loopback checks when saving changes.
  • Improved performance by using transients instead of option entries (lower memory usage overall).
  • Improved handling of errors with links to some documentation when available.
  • Improved the amount of details about the current file that are shown in the editor.
  • Fixed the search results table to look like a normal table when restoring a search.