@newfold/wp-module-facebook
v1.3.3
Published
Connects to customer Facebook profile and fetches data.
Keywords
Readme
facebook-module-connect
How it works?
- This module will pull user information from Facebook for site generation.
- It will facilitate the OAuth flow and handle the storage of the token in WP.
What it does?
- When connection does not exist, then facebook-module-connect will display a FB connect CTA to customer.
- When connection is successfully established, module will provide utility functions with access to the facebook APIs, which can be utilized by other newfold lab modules.
Releases
Run the Newfold Prepare Release github action to automatically bump the version (either patch, minor or major version), and update build and language files all at once. It will create a PR with changed files for review. Using this workflow, we can skip all the manual steps below (1-5).
Manual Release
- Update the version number in the following files:
- package.json
- bootstrap.php
Update build files.
Update language files.
Push changes to a release branch.
Create a release PR for review.
Finally, merge release PR (after approved) and issue a release via github release.
Workflows will publish the release in the appropriate places.
