-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Update guide | ||
|
||
- change WordPress version in Dockerfile (Major version only) | ||
- run `docker-compose up` | ||
-- installs and sets up the WordPress, database and plugins | ||
-- creates a dev login for WP dashboard | ||
- enable API by changing permalink | ||
- add a custom ACF field | ||
- confirm the outcome from JSON endpoint http://localhost:8080/wp-json/acf/v3/posts | ||
- update version and change log in `readme.txt` and `index.php` | ||
- merge to master | ||
- install SVN (brew install svn) (if required) | ||
- run sh ./release.sh {new version} | ||
-- creates version in SVN | ||
-- pushes new tags into WordPress SVN | ||
-- creates new git tag | ||
-- pushes the change to GitHub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Plugin URI: https://github.com/jabranr/nullify-empty-fields-for-acf | ||
* Description: Set Advanced Custom Fields (ACF) empty field value as <code>null</code> instead of <code>false</code> to avoid GraphQL error in GatsbyJS. | ||
* Author: Jabran Rafique <[email protected]> | ||
* Version: 1.2.3 | ||
* Version: 1.2.4 | ||
* Author URI: https://jabran.me?utm_source=nullify-empty-fields-for-acf | ||
* License: MIT License | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters