Skip to content

Releases: pantheon-systems/wp_launch_check

v0.8.0

14 Aug 19:12
50c3e32
Compare
Choose a tag to compare

v0.7.7

24 Aug 19:33
8cb45a5
Compare
Choose a tag to compare

v0.7.6

25 May 21:29
e4cfb97
Compare
Choose a tag to compare
  • b7c00e1 - Add CMS Platform to codeowners
  • b40dd82 - Merge pull request #139 from pantheon-systems/update-codeowners
  • 7810a1c - Bump WP Core version to 6.2 and 5.6.10
  • acf9486 - Pass table values through our santization functions
  • e16cecc - bump core version
  • e667a57 - Make sure data exists before processing
  • 99f4652 - add target=_blank to
  • 4e8500e - run switch_to_blog to the main site if we're in multisite
  • 6bee6ed - fix behat test for wp version
  • 77f0832 - Merge remote-tracking branch 'origin/bugs-5879' into bugs-5880
  • 0426a78 - specify the version to the non-failing one
  • cb2f015 - add a todo to remove the version flag when the wp-redis issue is fixed
  • 9bd8881 - Merge pull request #140 from pantheon-systems/wplc-6.2-and-5.6.10
  • de151ae - make sure the insecure check does not flag for wp-redis
  • 39cf83c - Merge branch 'main' into bugs-5880
  • 420c6c8 - version tweaks for behat tests
  • a45c21f - twentytwentytwo doesn't like 5.6 or 5.7? don't use it
  • c0e53fe - update php version matrix
  • 2c987f2 - just test on 7.4
  • 3534a9c - don't need the matrix if we're only testing on one version
  • 57f440a - Revert "Merge remote-tracking branch 'origin/bugs-5879' into bugs-5880"
  • acad9eb - use WP_CLI::add_hook so we don't need to restore_current_blog
  • d85639d - restore wp-redis to the latest version
  • 4780024 - sanitize HTML before loading
  • e10a8a8 - Merge pull request #142 from pantheon-systems/bugs-5880
  • 9f2a845 - Bump WP Core version to 6.2 and 5.6.11
  • de5b6b3 - Merge remote-tracking branch 'origin/main' into bugs-5879
  • 39db0ae - this was removed somehow?
  • 44f4581 - refactor getWpScanApiToken to only return if it's defined don't use PANTHEON_WPVULNDB_API_TOKEN as a fallback
  • 74c1466 - comment out vulnerability-related code we might want this or something similar later when we integrate with Patchstack
  • c4c893c - add a todo reminder to integrate with patchstack
  • 70b8245 - use __() to eventually make strings translatable
  • 6537b47 - use _n to properly i18nize singular v plural nouns
  • 5edaf7d - comment out vunlerability code
  • 07c8c2f - 5.6.20 does not exist. Latest 5.6.x is 5.6.11
  • 870ca53 - actually update to 5.6.11 so there is no minor version update
  • 743a672 - Merge pull request #143 from pantheon-systems/wplc-6.2-and-5.6.11
  • e0ef49f - replace commented out code with code that runs if a token was passed
  • f149b79 - Merge branch 'main' into cmsp-261-remove-wpscan
  • 05f41c7 - fix localization
  • d57cb2b - copy pasta protected function from plugins check if an api token exists
  • c07c4b2 - display theme vulnerabilities only if an api token exists
  • ce4ce33 - remove vulnerability reference from theme.feature behat tests
  • cb98fc2 - change the text to match new localization
  • 98b508a - remove the isset & replace with a check against truthy $vulnerable
  • 854b28f - add a file to provide common functions among checks
  • 50025a4 - use the new get_wp_vuln_api_token function
  • f9637bd - fix missing uses of get_wp_vuln_api_token
  • 7c8aafd - simplify the code handling the vulnerability checks
  • aed3dc4 - remove semicolon
  • 3b9283b - rearrange the variables so they're ordered correctly
  • 15426ba - remove unused function
  • 2293f49 - Merge pull request #141 from pantheon-systems/bugs-5879
  • e4cfb97 - Merge pull request #144 from pantheon-systems/cmsp-261-remove-wpscan

v0.7.5

27 Feb 16:27
469432d
Compare
Choose a tag to compare
  • b255c6c - Bump WP Core version to 5.9.5
  • 19fb607 - Merge pull request #134 from pantheon-systems/wplc-5.9.5
  • 469432d - [BUGS-5759] Adjust logic for checking for options table (#137)

v0.7.4

23 Sep 21:58
3d2fe43
Compare
Choose a tag to compare
  • 6c16b79 - Merge pull request #133 from pantheon-systems/cms-845-native-php
  • c9a324c - Merge pull request #90 from pantheon-systems/add-license-1
  • 8c1bd81 - Merge branch 'main' into patch-1
  • 3673d16 - Merge pull request #106 from ccharlton/patch-1
  • 85e851b - Merge pull request #87 from TheLastCicada/master
  • a901950 - Merge branch 'main' into wplc-6.0-and-5.9.4
  • 3d2fe43 - Merge pull request #132 from pantheon-systems/wplc-6.0-and-5.9.4

v0.7.3

10 Aug 19:28
90bcf1b
Compare
Choose a tag to compare
  • 7f87eab - fail silently if there is no api token don't try to perform vulnerability checks if we don't have the vulnerability api token
  • 25153f6 - Merge pull request #128 from pantheon-systems/fix-token-missing-error
  • 90bcf1b - update actively maintained link anchor (#129)

v0.7.2

04 Aug 15:06
f36d8d5
Compare
Choose a tag to compare
  • 7c964d0 - Ignore IDE config
  • 60a84ef - Add initial theme check
  • 3fa0f2f - Fix theme checking and object access, add documentation
  • 0a79d26 - Default “all” command to use --all
  • 7a2bf06 - Add encrypted WPScan API key
  • 15eaa24 - Reformat .travis.yml
  • 68a2236 - Ignore IDE config
  • 0f9b876 - Add initial theme check
  • 86b2928 - Fix theme checking and object access, add documentation
  • 6066583 - Default “all” command to use --all
  • c940821 - Merge branch 'add-theme-check' of github.com:kyletaylored/wp_launch_check into add-theme-check
  • e35218d - Adding theme feature, remove unused $format vars
  • a391ec0 - Attempt to get plugin updates
  • 9078b40 - Identify updates by name
  • a84e679 - Update wpvulndb.com to wpscan.com, use stable libraries
  • 8e31c58 - Merge branch 'main' into add-theme-check
  • ccd1129 - Merge pull request #103 from kyletaylored/add-theme-check
  • 6aa0195 - fix spacing
  • b3e8c59 - run tests on any branch
  • 8377dc6 - update expected stdout
  • 2f73d53 - no known vulns
  • 2a8fcd0 - update the recommendation
  • 7df8cd8 - update behat to install twentyfifteen before updating
  • 12a8d6a - Merge pull request #126 from pantheon-systems/fix-behat-errors
  • f36d8d5 - re-add checks only on master & main

v0.7.1

12 Apr 15:05
f35e7f0
Compare
Choose a tag to compare
  • be220b0 - [CMS-590] check for WPSCAN_API_TOKEN constant:
  • fbb8406 - Add allow-environments config too
  • 09ed4e8 - Spaces inside parens
  • a6c6cad - Add a CONTRIBUTING.md page (#123)
  • b5684a5 - Consistency with quotations
  • c99c54c - Allow access to PANTHEON_WPVULNDB_API_TOKEN if WPSCAN_API_TOKEN is not defined
  • e5b10f8 - Support multiple PANTHEON_WPSCAN_ENVIRONMENTS
  • f35e7f0 - Merge pull request #122 from pantheon-systems/CMS-590

v0.7.1-RC2

08 Apr 15:08
Compare
Choose a tag to compare
v0.7.1-RC2 Pre-release
Pre-release
  • be220b0 - [CMS-590] check for WPSCAN_API_TOKEN constant:
  • fbb8406 - Add allow-environments config too
  • 09ed4e8 - Spaces inside parens
  • b5684a5 - Consistency with quotations
  • c99c54c - Allow access to PANTHEON_WPVULNDB_API_TOKEN if WPSCAN_API_TOKEN is not defined
  • e5b10f8 - Support multiple PANTHEON_WPSCAN_ENVIRONMENTS
  • 8aebfba - Build phar on this branch (commit to be removed)

v0.7.1-RC1

31 Mar 19:46
Compare
Choose a tag to compare
v0.7.1-RC1 Pre-release
Pre-release
  • be220b0 - [CMS-590] check for WPSCAN_API_TOKEN constant:
  • fbb8406 - Add allow-environments config too
  • 09ed4e8 - Spaces inside parens
  • 7ee03c6 - Allow release builds on all branches