Releases: welabs-ltd/plugin-composer
Releases · welabs-ltd/plugin-composer
1.5.0
Changelog
1.5.0
- New: Gutenberg block (
welabs/plugin-composer) — dynamic block that renders the existing shortcode server-side. Sidebar controls: submit button label, show/hide toggles for Include Plugin Settings? and WP VIP Support fields, submit button background/text colors (normal + hover via CSS variables), and overridable placeholders for all eight inputs. - New: Shortcode attributes mirroring every block control —
placeholder_plugin_*,show_settings_field,show_wpvip_field,button_bg_color/button_text_color/button_bg_hover_color/button_text_hover_color. - New:
vendor_namespaceplaceholder inPluginBuilder— rebrandsWeLabs/welabs(PHP namespace, composer vendor, function prefix, CSS classes, JS strings, URLs) across the generated plugin in one shot. - Fix: Plugin zip download was returning corrupted files when an output buffer (e.g. Redis Object Cache) or gzip handler was active. The handler now clears buffers, disables compression, sends
Content-Length, and exits after streaming.
v1.4.0
What's Changed
- feat: Implement wpvip coding standard support. by @aminurislamarnob in #23
Anyone can now integrate WPVIP coding standard compatibility by selecting “Yes” from the composer build form field Do You Want WP VIP Support?
v1.3.0
What's Changed
- Added code for adding version in the created zip file. by @akhterarif in #18
- Update
get_template()function to pass template args. by @aminurislamarnob
v1.2.0
What's Changed
- feat: Added React based admin settings panel & the settings related files, folders & codes are optional during compose plugin. by @aminurislamarnob in #17
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Add plugin build directory permission on readme.md which was removed anyhow by @aminurislamarnob
- Public & Admin assets constant define issue by @aminurislamarnob
- Introducing plugin dependencies header field by @aminurislamarnob
- Ensure proper escaping on the plugin compose form. by @aminurislamarnob
- Need to handle dependency plugins error. by @aminurislamarnob
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Updated the plugin-composer site link. by @akhterarif in #3
- Dependency plugins error handle by @aminurislamarnob in #2
- Fix plugin dependencies & Ensure proper escaping on the plugin compose form by @aminurislamarnob in #7
- Fix PHPCS error: space before comma in argument list by @haideralibd in #8
- Dynamic plugin name to build.sh file by @aminurislamarnob in #9
New Contributors
- @akhterarif made their first contribution in #3
- @aminurislamarnob made their first contribution in #2
- @haideralibd made their first contribution in #8
Full Changelog: https://github.com/codeiolab/plugin-composer/commits/v1.0.0