Skip to content

Commit

Permalink
Merge pull request #10 from jabranr/add-support-for-wp-58
Browse files Browse the repository at this point in the history
Add support for WP 5.8, resolves #8
  • Loading branch information
jabranr authored Nov 4, 2021
2 parents cffad15 + a2d5cf5 commit 189f92f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM wordpress:5.5
FROM wordpress:5.8

COPY ./entrypoint.sh /usr/local/bin/apache2-custom.sh
RUN chmod 755 /usr/local/bin/apache2-custom.sh
Expand Down
2 changes: 1 addition & 1 deletion src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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.1
* Version: 1.2.2
* Author URI: https://jabran.me?utm_source=nullify-empty-fields-for-acf
* License: MIT License
*
Expand Down
7 changes: 5 additions & 2 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: jabranr
Donate link: https://paypal.me/jabranr
Tags: gatsby, graphql, acf, advanced-custom-fields, wordpress
Requires at least: 5.0
Tested up to: 5.5
Stable tag: 1.2.1
Tested up to: 5.8
Stable tag: 1.2.2
Requires PHP: 7.1
License: MIT License
License URI: https://opensource.org/licenses/MIT
Expand All @@ -27,6 +27,9 @@ Set Advanced Custom Fields (ACF) empty field value as `null` instead of `false`

== Changelog ==

= 1.2.2 =
* Support for WordPress 5.8

= 1.2.1 =
* Add icons

Expand Down

0 comments on commit 189f92f

Please sign in to comment.