| 开发者 | creativestrategy24 |
|---|---|
| 更新时间 | 2026年6月19日 13:16 |
| PHP版本: | 8.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/.No. The plugin itself is free and GPL-licensed. If you enable Stripe payments, Stripe's standard transaction fees apply and payments go directly to your own Stripe account — this plugin does not take any percentage.
Yes. The plugin is fully internationalized and includes Japanese translations. PDF documents use IPA fonts for proper Japanese rendering.
WordPress 6.9 or later, PHP 8.4 or later, and MariaDB 10.5 or later (or MySQL 8.0+).
Email addresses, phone numbers, and postal addresses are encrypted with AES-256-GCM before being stored. The encryption key is stored in wp-config.php or generated and stored in wp_options on first activation.
__()/_e() and the conferencemanager text domain, so the plugin can be translated into any language via translate.wordpress.org. The bundled Japanese translation (languages/conferencemanager-ja.po/.mo and the React translation JSON) provides the complete Japanese UI as before.chillerlan/php-qrcode and web-auth/webauthn-lib dependencies (passkey support is implemented with native PHP), updated stripe/stripe-php to 20.2.0, and updated the bundled setasign/fpdi to 2.6.7 (security advisory CVE-2026-45802).wp-content/uploads/conf-manager/fonts/ instead of inside the plugin folder, so plugin updates and read-only installs are unaffected./public/events/{id}/fee) now returns 404 for non-published events, matching the event-detail endpoint, so unpublished pricing is never exposed.build/admin-app.js and build/public-app.js bundles is now shipped inside the plugin (src/), together with the build configuration (webpack.config.js, package.json, package-lock.json). See the new "Development / Building from source" section.require_once ABSPATH . 'wp-admin/includes/file.php' so it immediately precedes the download_url() / wp_handle_upload() call that needs it.permission_callback.templates/default-terms-content.php)..ttf upload option was added to the Dashboard for servers that cannot reach the download host. The download URL is filterable via conf_manager_font_source_url.<style> tags from PDF templates; PDF stylesheets are now loaded from dedicated CSS files.permission_callback is set appropriately for the route's access requirements.load_plugin_textdomain() (translations are now loaded automatically by WordPress).composer.json to the distribution package.conferencemanager; added translators comments and phpcs:ignore comments for safe dynamic SQL queries.