Skip to content

ElementTest Pro 2.5.9

Choose a tag to compare

@DougState DougState released this 09 Jul 04:29
· 5 commits to main since this release

ElementTest Pro 2.5.9

WordPress.org Plugin Check compliance release — the plugin now passes Plugin Check with zero errors (verified with Plugin Check 1.6.0 against the distribution tree).

Compliance

  • Chart.js bundled locally. Exported HTML reports no longer load Chart.js from the jsdelivr CDN; the library (v4.5.1) ships at assets/vendor/chart.umd.min.js and is inlined into exported reports so they remain self-contained and work offline.
  • Dev-only artifacts removed from distribution. Standalone CLI test scripts and shell scripts are no longer shipped in the distributed plugin.
  • Table names inlined for the Plugin Check SQL sniff. SQL now interpolates {$wpdb->prefix}elementtest_* directly (values were already parameterized via $wpdb->prepare(); no behavior change). Remaining direct-query warnings carry documented phpcs justifications — the plugin's custom tables have no WP API equivalent.
  • i18n and packaging fixes. Added a missing translators comment, created the languages/ folder declared by the Domain Path header, and corrected the readme Stable tag.

Compatibility

  • Tested up to WordPress 7.0.

Install by uploading elementtest-pro-2.5.9.zip via Plugins → Add New → Upload Plugin, or sync from this repository.