Releases: zendesk/zendesk_apps_tools
Releases · zendesk/zendesk_apps_tools
Bump, commit and tag
- Added the option to commit the bump
- Added the option to tag the bump commit
Fixed default templates
- replaced self closing tags that are not real HTML5 with proper opening/closing tags
Several minor updates
Most importantly: dropped Ruby 1.9 support
Feature
- added app_id parameter for
zat server
- improved configuration handling for
zat server
- added
zat bump
to bump versions of an app
Development
- moved to RSpec 3
v1.21.0
Zendesk Apps Tools v1.21.0
To update to the latest version of ZAT, update the gem with rubygems:
gem update zendesk_apps_tools
Changes from v1.20.0
- Agent password can be read (but not saved to) the .zat cache file
- Fix a bug when following symlinks (credit to @ocke for contributing this fix)
- Bump Zendesk Apps Support gem to v1.16.1
- Add support for using JSON configuration files for settings
Remove promot for domain name
This prompt was used to check framework version but seemingly is not used by anyone.
Fix glitch on app creation
Show error messages when the server job is returning error
Ask for app name if the manifest doesn't have one.
Integrate latest ZAS
v1.14.0 v1.14.0
Bump ZAS to v1.13.0
Added #create and #update
New functionality
- create: create app on your account
- update: update your existing app on the server
required information will be collected by prompting in command line
collected information will be cached in the app folder
Bump ZAS to v1.10.0
v1.10.0