Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.66 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.66 KB

Bynder WordPress Plugin

Official distribution channel for the Bynder WordPress Connector

Breaking Changes

  • v5.2.0: Replaced permanent token setting with OAuth 2.0 client credentials (for Bynder portals only). You can find more information on OAuth 2.0 client credentials for Bynder here.

WordPress Requirements

There are currently two versions of the plugin in order to support WordPress 5.8 and earlier. The plugin files can be found in the folders named with the WordPress versions they currently support. In each folder, you will find a ZIP for the plugin and a ZIP that contains the source code if you want to make further customizations to the plugin.

The plugin for Wordpress 5.8 and earlier will not be actively maintained or developed on.

  1. WordPress (Requires at least WordPress 5.9, tested up to 6.3.1)

  2. WordPress-5.8-legacy (Requires WordPress 5.0 to 5.8)

How to Run the Source Code

This project was bootstrapped with Wordpress Create Block.

Below you will find some information on how to run scripts.

You can find the more information here.

👉 npm start

  • Use to compile and run the block in development mode.
  • Watches for any changes and reports back any errors in your code.

👉 npm run build

  • Use to build production code for your block inside build folder.
  • Runs once and reports back the gzip file sizes of the produced code.