Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.1.4 #190

Merged
merged 4 commits into from
Oct 28, 2023
Merged

v2.1.4 #190

merged 4 commits into from
Oct 28, 2023

Commits on Oct 18, 2023

  1. * Installed mockery

    * Added SQL injection test - currently red
    * Bumped patch version number
    JWardee committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b71cabb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. * Fixed injection vulnerability

    * Added test coverage for vulnerability
    * Moved security focused tests into their own file
    * Deprecated sanitiseForDbQuery in favour of built in wpdb->prepare method
    * Removed unused dd method
    * Bumped tested WP version
    * Docker now always uses latest WP version
    JWardee committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    a29a037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    905a48f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. * Fixed bug deleting a single log

    * Increased default amount of logs shown per page to 20
    * Tested up to 6.4
    JWardee committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    631177b View commit details
    Browse the repository at this point in the history