Skip to content

Releases: welabs-ltd/plugin-composer

1.5.0

20 May 10:10

Choose a tag to compare

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_namespace placeholder in PluginBuilder — rebrands WeLabs / 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

03 Feb 06:08

Choose a tag to compare

What's Changed

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

15 Jan 08:11

Choose a tag to compare

What's Changed

v1.2.0

10 Sep 10:25
374d797

Choose a tag to compare

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

17 Mar 17:22

Choose a tag to compare

v1.0.0

30 Dec 09:39
3f07526

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/codeiolab/plugin-composer/commits/v1.0.0