Skip to content

Commit

Permalink
Update package version to v0.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan committed Jul 2, 2024
1 parent 9c17765 commit f0d4edc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.0.38 (2024-07-03)

* add `tundra.smtp:send` for sending emails via SMTP
* change `./pub/configuration/index.dsp` to include a refresh all button
* change `tundra.content.deliver:mailto` to use `tundra.smtp:send` rather than `pub.client:smtp` for its SMTP implementation
* change `tundra.html:emit` to support specifying the orientation used when emitting `IData` documents
* fix `tundra.excel:emit` when given a String value to suppress number format exceptions (if the value cannot be parsed as a number using the BigDecimal grammar) and fall back to treating the value as a `String`
* fix `tundra.system:reflect` to support both package-level and server-level global variables in Integration Server 10.15
* fix DSP pages to always use light mode/theme to match webMethods page style
* fix scheduling of `tundra.support.log:purge` for log compression and purging to create and remove against target `$self` only
* upgrade Bulma CSS framework to v1.0.0
* upgrade Fontawesome icons to v6.5.1

# 0.0.37 (2023-10-12)

* add `./pub/configuration/` DSP pages for viewing and editing package configuration (note that only server-specific package configuration files are supported for editing via this user interface)
Expand Down
2 changes: 1 addition & 1 deletion manifest.v3
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Values version="2.0">
<value name="enabled">yes</value>
<value name="system_package">no</value>
<value name="version">0.0.37</value>
<value name="version">0.0.38</value>
<record name="startup_services" javaclass="com.wm.util.Values">
<null name="tundra.support:startup"/>
</record>
Expand Down

0 comments on commit f0d4edc

Please sign in to comment.