Releases: helsingborg-stad/release-wp-plugin-action
Releases · helsingborg-stad/release-wp-plugin-action
Avoid installing composer packages
Full Changelog: 1.0.2...1.0.3
Fixes an issue with empty requirement arrays in composer
WordPress defaults to read empty objects as arrays in json_decode. these needs to be typecasted back to an object before writing composer json file requirement in order to create a valid composer.json file.
Full Changelog: 1.0.1...1.0.2
Fix: Do not escape slashes
This release fixes an issue with composer.json and package.json files where slashes (/) where escaped creating faulty json-package files.