Skip to content

Commit

Permalink
Merge branch 'release/4.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Jun 1, 2024
2 parents df32742 + c7751e6 commit 6c15c81
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 4.1.1 - 2024-06-01
### Fixed
- Removed debugging dump that caused a crash when creating a new export ([#14](https://github.com/studioespresso/craft-exporter/issues/14))

## 4.1.0 - 2024-04-23
### Added
- Added an option to specify the filename as which the export will be generated ([#6](https://github.com/studioespresso/craft-exporter/issues/6))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Export all things",
"type": "craft-plugin",
"license": "proprietary",
"version": "4.1.0",
"version": "4.1.1",
"authors": [
{
"name": "Studio Espresso",
Expand Down
5 changes: 0 additions & 5 deletions src/templates/sprig/element/step_1.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
{{ hiddenInput('elementId', export.id) }}
{% endif %}

{# TODO: Remove this before we ship the plugin #}
{% if errors is defined %}
{{ d(errors) }}
{% endif %}

{{ forms.textField({
first: true,
label: "Name"|t('exporter'),
Expand Down
5 changes: 0 additions & 5 deletions src/templates/sprig/run.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
{{ hiddenInput('elementId', export.id) }}
{% endif %}

{# TODO: Remove this before we ship the plugin #}
{% if errors is defined %}
{{ d(errors) }}
{% endif %}

<style>
.run-settings .field, .custom-fields .field {
margin: 12px 0;
Expand Down

0 comments on commit 6c15c81

Please sign in to comment.