Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Releases: statamic/v2-hub

Alpha 13

05 Nov 18:11
Compare
Choose a tag to compare
  • [new] Relate fieldtype (Taxonomy, Collection, and Users fieldtypes)
  • [new] Composer dependencies are installed as part of updater
  • [new] File::mimeType()
  • [new] String::removeLeft() and String::removeRight()
  • [fix] Change encryption cipher to AES-256-CBC
  • [fix] Addon route use @ instead of : to define the HTTP verb
  • [fix] $collection->entries() will sort appropriately
  • [break] Remove Whoops!
  • [break] Changed visibility of File::fs() to protected

Alpha 12

03 Nov 16:45
Compare
Choose a tag to compare
  • [new] Addons can have Composer dependencies.
  • [fix] Updater gives more meaningful errors on failure

Alpha 11

02 Nov 19:59
Compare
Choose a tag to compare
  • [new] General UX improvements regarding page titles, flash messaging, localization, etc
  • [new] Asset UX improvements. Clicking selects the asset, double clicking edits it.
  • [fix] Fix taxonomy setup. Taxonomies are the groupings, Terms are the items within them.
  • [fix] Use appropriate file visibility
  • [fix] Fix upgrade and downgrade wording being backwards
  • [fix] Fix broken fonts
  • [fix] Fix Asset fieldtype saving temp- filenames
  • [fix] Fix editing an Asset
  • [fix] Fix error when clicking the account icon
  • [fix] Change Publish button to Save
  • [fix] Fix missing JS on login page
  • [fix] Fix error when adding taxonomy
  • [fix] Enabling debug mode and debug bar actually enables them
  • [fix] HTML files are recognized as content files.
  • [fix] The cache:clear command will clear the Stache
  • [fix] Redwood uses actual taxonomies
  • [fix] Improve sorting of collections. Non date-based collections no longer fail.
  • [fix] Fieldset builder UI improvements.
  • [fix] Fields and sets can be deleted
  • [fix] Publish page uses fieldtypes to preprocess data
  • [fix] Fix Array fieldtype from incorrectly saving data
  • [fix] Fix smartypants error
  • [fix] Disable Sneak Peek button when editing a user
  • [fix] Fix users not being saved when user group fieldtype isn't in the fieldset
  • [break] Remove Bloodhound

Alpha 10

30 Oct 03:10
Compare
Choose a tag to compare
  • [new] API class for interacting with zip files.
  • [fix] Updater is better at updating.
  • [fix] Updater now backs up the statamic folder.
  • [fix] Folder::make() checks for existence first
  • [fix] Remove user_id from the sample user file.
  • [fix] Adjust casing of a use import.
  • [fix] The theme:make command creates a sass folder.

Alpha 9

29 Oct 18:16
Compare
Choose a tag to compare

A new release to test fixed permissions and...

  • [new] New default user for speed of testing. admin@statamic.com / password

Alpha 8

29 Oct 18:01
Compare
Choose a tag to compare

One small but really significant change...

  • [fix] Statamic should now create all files and folders with 777 permissions.

Alpha 7

29 Oct 15:36
Compare
Choose a tag to compare
  • [new] theme:output to render the contents of a file
  • [fix] Dynamic theme tags
  • [fix] Table fieldtype
  • [fix] Settings/routes page
  • [fix] Assets now upload to the right folder when you navigate through other folders
  • [fix] Saving non-date-based Entries
  • [fix] Other less-sexy refactors and cleanups and abstractions
  • [break] Removed theme:svg in favor of new theme:output

Alpha 6

28 Oct 13:01
Compare
Choose a tag to compare
  • [new] theme:svg tag to inline SVGs
  • [fix] Fixed a bunch of config calls pointing at old locations which threw errors basically everywhere except our dev site
  • [fix] Clean up some unused things around the code base

Alpha 5

27 Oct 19:56
Compare
Choose a tag to compare
  • [fix] Release script to include the proper control panel assets
  • [fix] Calls to deprecated asset path method
  • [fix] Config::getThemePath() and getOtherLocales()

Alpha 4

27 Oct 17:38
Compare
Choose a tag to compare
  • [new] Settings are now broken out into more granular sections
  • [new] Managing locales is now easier with the help of a new customized fieldtype
  • [fix] Old CP assets are now wiped as part of the update process
  • [fix] Don't show the cog on the settings page
  • [fix] Fix an issue where the variable cascade was backwards
  • [fix] Version checker is now pointed at the correct URL and therefore...works.
  • [fix] Fixed some typos and language strings