-
When you edit the slug of a piece or page manually and a slug conflict with another piece or page is created, you can now optionally click a button in order to edit the conflicting piece or page, and change its slug to eliminate the conflict.
-
Bug fix for the new simplified static asset bundling: URLs beginning with
/
in CSS files are correctly rewritten to point to the bundle in the cloud when using the simple bundle feature (APOS_BUNDLE=1
). This was already done for the old method. -
In the browser, the lean methods
apos.utils.post
andapos.utils.get
now accept non-JSON responses from APIs. To maximize bc, if the response has theapplication/json
content type, it is always parsed for you; if not, it is still parsed for you if it is valid JSON, but otherwise it is delivered to you as-is (as a string).