Shed Coming Soon
無料Simple coming soon and maintenance page. Customize the title, message, background, and colors from the admin dashboard.
対応: WordPress 6.0 / PHP 8.1以上
更新履歴
v1.4.7
- Fix: Remove discouraged load_plugin_textdomain() call (WordPress auto-loads translations since 4.6)
v1.4.6
- Fix: Convert all Japanese msgids to English base strings for WP.org i18n compliance
- Fix: Add languages/ja.po with Japanese translations
- Fix: Replace hardcoded lang="ja" in JS preview builder with dynamic site language
- Fix: Replace deprecated document.execCommand with Clipboard API (execCommand fallback retained)
- Fix: Sanitize $_GET['shedsoon_preview'] via sanitize_key() + wp_unslash() before use
- Fix: Add phpcs:ignore with justification to raw header() calls for 503 SEO headers
- Fix: wp_die() calls now pass HTTP status via ['response' => 403] argument
- Fix: Add phpcs:ignore to inline style block in standalone 503 template
- Fix: Move onclick="this.select()" from inline HTML to JS file
v1.4.5
- Fix: Move inline admin script to enqueued JS file (WP.org compliance)
- Fix: Move inline admin styles to enqueued CSS file (WP.org compliance)
- Fix: Add LICENSE file (GPL-2.0)
- Fix: Plugin header Description updated to English
- Fix: Wrap default message string in template with translation function
- Tested: Confirmed compatibility with WordPress 7.0
v1.4.4
- Tested: Confirmed compatibility with WordPress 7.0
v1.4.3
- Fix: Full i18n — wrap all user-visible strings with translation functions
- Fix: Add uninstall.php to clean up all options on plugin delete
- Fix: Plugin header — GPL-2.0-or-later, License URI, Domain Path, Tested up to
- Fix: Create languages/index.php (Silence is golden)
- Fix: Sanitize $_COOKIE value before comparison
v1.4.2
- Fix: Plugin Check — remove link rel stylesheet literal from admin JS preview builder
v1.4.1
- Fix: Plugin Check compliance — variable prefix, wp_unslash, wp_safe_redirect, phpcs ignore for standalone template
v1.4.0
- Added: Site name display toggle and custom text override
v1.3.0
- Changed: Resizable 2-column admin layout with desktop / tablet / smartphone preview switching
- Added: "Open in new tab" button for full-size preview (admin-only endpoint)
v1.2.0
- Added: Title font size selector (S / M / L / XL)
- Added: WP visual editor (TinyMCE) for message field
- Added: Live preview panel in admin
v1.1.0
- Added: Option to allow or block REST API requests during coming soon mode
v1.0.5
- Added: Cache purge on save for popular caching plugins
- Added: CDN/hosting cache bypass setup guide in admin UI
v1.0.4
- Changed: All function, class, constant, hook, and option prefixes renamed from wscs_/WSCS_ to shedsoon_/SHEDSOON_/Shedsoon_.
v1.0.0
- Initial release.