• API: wix-site.revision


    The wix-site API has a new property, revision, that allows you to identify which revision of your site is being used. Learn more
  • API: updateContact

    The wix-crm-backend API has a new function, updateContact(), that allows you to update an existing contact's information from backend code. Learn more
  • Mobile Menu Container API

    The new mobile menu allows you to take elements from your site's header and footer and place them inside a menu box. With two new API functions, open() and close(), you can hide the built-in menu icon and make any element open and close the menu. See an example here.
  • Job Scheduler

    The Job Scheduler lets you set any backend function to run at specified intervals, such as on a daily, weekly, or monthly basis. Learn more
  • API: wix-site.currentPage

    Get information about the current page or lightbox. Learn more
  • API: Upload Button - Video

    Let your site visitors upload videos with the Upload Button element. Learn more 
  • API: Task Management

    You can now manage your Ascend by Wix Tasks and Reminders using the new wix-crm-backend.tasks API. Learn more
  • Wix Stores Orders Collection Fields

    This collection contains information about orders placed in your Wix store. You can connect this data to site elements and query order data with code. Learn more
  • Wix Blog Posts Collection Fields

    When you install a blog on your site, the posts collection is added to your site’s database. The collection contains information about your blog posts. Using the collection you can customize the design of your blog feeds, and create new feeds such as popular posts and featured posts. Learn more
  • API: wix-crm-backend.getContactById()

    Get information about one of your site's contacts from backend code using the contact's ID. Learn more