release: build v1.0.8 package#11
Merged
Merged
Conversation
Bump version to 1.0.8 (header, WP_PULLER_VERSION, $version) — consistent with the @SInCE 1.0.8 tags on the recent hardening — and rebuild wp-puller.zip from the current source so the release artifact matches main. The package was validated by extracting it in a live WordPress: all files pass php -l and get_plugin_data() reports "WP Puller" v1.0.8. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cuts the v1.0.8 build for live testing.
1.0.8in all three places (plugin header,WP_PULLER_VERSION,$version), consistent with the@since 1.0.8tags added in the recent hardening.wp-puller.zipfrom currentmainso the downloadable artifact includes everything merged since 1.0.7: backup-size fix (Fix backup size unit display #7), security hardening (Security updates: harden wp-puller against 17 identified issues. #6), admin UI polish (fix: admin heading spacing and button icon alignment #9), and the trusted-proxy / atomic-restore / encrypted-secret round (security: trusted-proxy rate limiting, atomic restore, encrypted webhook secret #10).What's in this build vs 1.0.7
v2:encryption for the PAT and webhook secret (backward compatible)Validation
Built clean (no
__MACOSX/.DS_Store/VCS junk; single top-levelwp-puller/folder). Extracted in a live WordPress 7.0 / PHP 8.2 install: every file passesphp -landget_plugin_data()reports WP Puller 1.0.8.How to try it live
Download
wp-puller.zipfrom this branch (or frommainafter merge) → WP Admin → Plugins → Add New → Upload Plugin.