Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/wp-graphql/wp-graphql-acf

WPGraphQL for Advanced Custom Fields
https://github.com/wp-graphql/wp-graphql-acf

Update README.md

1d2e5ee773bc111f3dcbd8d7e821ab4d9fcec5ef authored about 1 year ago
Merge pull request #357 from OKAMca/bugfix/remove-deprecated-term-function

fix(term): removing deprecated resolve_term_object function

50574f279721921642a6868b08d475de1fe676df authored over 1 year ago
fix(term): removing deprecated resolve_term_object function

574153f1e7410bbd3a20f234a234659a7513a7de authored almost 2 years ago
Merge pull request #347 from rodrigo-arias/bug/resolve-post-object

Replace deprecated function DataSource::resolve_post_object

05636eff8562d4f5ea65979ef82eb6808b4a3fb2 authored about 2 years ago
Merge commit '7a271165e30d8148692bf942aab5f990c4e2e766' into bug/resolve-post-object

e88b060b97c498caab90ca57f14878198509f21c authored about 2 years ago
Merge pull request #345 from markkelnar/cicd-docker-refactor

CI/CD docker refactor

7a271165e30d8148692bf942aab5f990c4e2e766 authored about 2 years ago
Replace deprecated function DataSource::resolve_post_object

48c234907855f6f4ecab96032fbda4a63865506d authored about 2 years ago
Some ci/cd php/wp matrix exclusions

6ab5b27232114b10987966a5a1047445789debd3 authored about 2 years ago
Re-add acf-pro shim plugin for tests to pass

7d792f8d7287546df5906e7705c0368652ba0b02 authored about 2 years ago
Fix tag name for built images

ebf3cb18830bbc0de5a5ee6971ac86b7ad1bd67c authored about 2 years ago
docker compose env variables

45f4c61fa48080653717096045b9527e39328edb authored about 2 years ago
fiddle with set-output for composercache

409b31d3b7e50614169c019e43baef5f9223c55b authored about 2 years ago
Add docker registry to testing image run

7de937fffb123acc377322f066fb79b153ec9dc4 authored about 2 years ago
Specify docker registry to run test image

aa0fbecfd243d6d63e25b94cee887bc20ca0a340 authored about 2 years ago
Add DOCKER_REGISTRY to docker image build

c58c9ec3cfca009064899dbb92b735851a1b6fa2 authored about 2 years ago
Update php versions in github actions

af6fc3dd3371fabd4bd7d76820fd4717b20495d6 authored about 2 years ago
refactor docker image build command

0a007be4b9d8ae18005b72c158d09f4d824c3d7d authored about 2 years ago
Use remote-built wp-graphql docker images

b18c1a5b23d6134361b1ace96e6ef32a4c2d477a authored about 2 years ago
Merge pull request #338 from wp-graphql/release/v0.6.1

Release/v0.6.1

8c6a18563bbc6dde276e1a09429b525df54fe2c2 authored over 2 years ago
Merge commit '4811637d418f300a4c18ae453bdbea88f546e0aa' into release/v0.6.1

79785ad5975abb7d30b218c344adf85ab65fd7d2 authored over 2 years ago
- update version for release

6e71f2e07e18d46ad6c8203e1fb877f17983d286 authored over 2 years ago
Merge pull request #336 from wp-graphql/revert-309-bug/#192-acf-format-value-filters-are-ignored-by-wpgraphql-acf

Revert "filter returned value with acf/format_value"

4811637d418f300a4c18ae453bdbea88f546e0aa authored over 2 years ago
Revert "filter returned value with acf/format_value"

348cc3b106e5d9caf9914f97f0be93f3f9d577a0 authored over 2 years ago
Merge pull request #335 from wp-graphql/release/v0.6.0

Release/v0.6.0

ee09e2feacc075a55e1cccc4b03586bf02058a03 authored over 2 years ago
Merge commit '4fb24c0911ba5458a8585cc58f78ab503c468c65' into release/v0.6.0

a01a3292220bc58e96bd90cc322fc7816721376c authored over 2 years ago
Merge pull request #334 from wp-graphql/revert-304-develop

Revert "Returning false for true_false values"

4fb24c0911ba5458a8585cc58f78ab503c468c65 authored over 2 years ago
Revert "Returning false for true_false values"

2bd4316cb79586b93f9350cd7cfd27246878096c authored over 2 years ago
- update changelog to point to releases (for now)

8b9bb245e65b695949ccd33a5f61e475fb7d4ca1 authored over 2 years ago
- update version, changelog

8444a4df963187ed78dc913dd1af5ec8a6e11b4b authored over 2 years ago
Merge pull request #290 from RodrigoTomeES/patch-1

Update README.md

dc329aa0e2ed402f6fca6bef691e5d8678f40ca2 authored over 2 years ago
Merge pull request #304 from seripap/develop

Returning false for true_false values

cb00ecd3bb17d1a34162fb830636bc198c44490c authored over 2 years ago
Merge pull request #309 from anacoelhovicente/bug/#192-acf-format-value-filters-are-ignored-by-wpgraphql-acf

filter returned value with acf/format_value

4a02e09f7b6ccd638da86b0ed8cfd40be88a4b59 authored over 2 years ago
Merge pull request #313 from fedek6/develop

Fix deprecated error in PHP > 8.0.0

5123c641cbec4ef7b832eb12961999ec6b064855 authored over 2 years ago
Merge pull request #333 from jasonbahl/feature/acf6-compat

feat: ACF v6 support

3659ed5ddbf4933017726845a22ea22e186240e1 authored over 2 years ago
- remove abstraction around `acf_render_field_wrap` as passing additional arguments to the v5 version of acf_render_field_wrap is actually not an issue. The shape of the function didn't change, it just added more arguments. So we can pass the new arguments and v5 just wont do anything with them but v6 will use them.

6ce0160138d42e021059c42bb8c1ad4a64b3cf4e authored over 2 years ago
- add new render_field_wrap function to determine whether to use the ACF v6+ version of acf_reder_field_wrap or the older version

- add space between Type name and label in field list
- update JS that sets the "GraphQL Field Na...

3140ca8b48fae28ac34e060c882a8e02a2882a80 authored over 2 years ago
Merge commit '0ac0529697d67192ce6b0e9fc27c5dfb3807250c' into develop

dafccc4f443b48d42a1ac5643aa7ca3181562340 authored over 2 years ago
Fix deprecated error

Deprecated: Required parameter $param follows optional parameter $and_params

f2828e49218eb6d63576d399a0f32579b3160044 authored almost 3 years ago
filter returnes value with acf/format_value

e324aa2c39a8c535ff693725bd7d417df49559e4 authored almost 3 years ago
Update to support true or false value instead of null

4d054bdbdab1b44328f0116828cc0bd29a1a6f45 authored about 3 years ago
Merge pull request #299 from esamattis/timezone

Use date_i18n() to set correct timezone for date time fields

365951c16c4f3a9ccc63cfbf462f005005bf2949 authored over 3 years ago
Merge pull request #301 from rsm0128/bug/#300-relationship-error-post-deleted

Fix: Internal server error 500 for relationship to non-published post

164f2b3ba35dc37bf8b3acb990a7f5fdf4c5cac3 authored over 3 years ago
updated unite test

61b16a6dcb347ef865ca7a9cc764ddb5ed15497b authored over 3 years ago
fix #300, #85, #100

56cd1d369e99a710afc7601be2817e3e76e94ccb authored over 3 years ago
Use date_i18n() to set correct timezone for date time fields

53372add3104a12933a804f9079b5bb66fa1bd7f authored over 3 years ago
Update README.md

Added highlight to the php code in Registering Fields in PHP section

3ed252ad81a3d7588371a5dc8c378b8d15f36b32 authored over 3 years ago
Merge pull request #280 from wp-graphql/release/v0.5.3

Release/v0.5.3

0ac0529697d67192ce6b0e9fc27c5dfb3807250c authored over 3 years ago
- update test suite to test on php 8

4ec0752c4091b4d2829982a9ad9155071498431d authored over 3 years ago
- update phpunit version

0240c541e05dcaf3f17a7f9e5d0f286b5867e1e5 authored over 3 years ago
Merge commit '4d62d712788ba65ddf134e6fb6923f22d36f8894' into release/v0.5.3

# Conflicts:
# vendor/composer/InstalledVersions.php
# vendor/composer/installed.php

1247257b1a993a1fa6e24eeb8f6b0d81c1b6d47a authored over 3 years ago
- Update version numbers for release

697d5dd8d31883a4b8c0f333ad2abd23850097ff authored over 3 years ago
Merge pull request #279 from wp-graphql/feature/#275-generate-schema-artifact

Generate Schema Artifact

4d62d712788ba65ddf134e6fb6923f22d36f8894 authored over 3 years ago
- install acf in docker

58d25e324a8458b9c14fe8c2f13199d20babe232 authored over 3 years ago
- install acf in docker

faafaaf8dd173ad9e4fe0bb09e9db77e9e93131b authored over 3 years ago
- update docker image name

a8fbf738755fe99381edacb8fae913aeea45e5a6 authored over 3 years ago
- update docker image name

7d2a3f405e5d2a55257fedfec634a269ffc90854 authored over 3 years ago
- update docker image name

0a2403c62fd7edc768adf5bccc192761b893e902 authored over 3 years ago
- copy env.dist if .env doesn't exist

f9e9a97b6ec8588c838998e8a33ea458b8be8b75 authored over 3 years ago
- Update workflow to run on releases

- remove env sorting

b0288696519c73eb212c84d1d9e6fe7ed8343ce3 authored over 3 years ago
- remove printing of the Schema

6b460b997072073bffbbe973747fc8ac68694fc3 authored over 3 years ago
- add action to upload the Schema as an artifact

1583db12308bcb2451a881add3fd2fc8a9808f34 authored over 3 years ago
- update workflow commands

1f9b9ed5470548000b76a0c6f448a525f6799cf5 authored over 3 years ago
- update install-test-env.sh

76ca4f4633880b2f12263120aaec493709f32186 authored over 3 years ago
- update install-test-env.sh

d8795da16227a2c81abaef7ec5711ddad3a8881a authored over 3 years ago
Merge pull request #278 from wp-graphql/feature/#275-generate-schema-artifact

Feature/#275 generate schema artifact

f34bb96ba52af54541439299b04e2b95d4f7564a authored over 3 years ago
- output the env vars

114da2bbdd28224672bff6870e466c969c4c8f44 authored over 3 years ago
- output the env vars

e9fb8ebf1bb5f7210da271e67f29cc0fd20140e3 authored over 3 years ago
- output env variables

d25deb61098a64cb388b08bec5b2bbc947773516 authored over 3 years ago
- update docker files

84b7bd9887993ceb812a0e3665bc142ed0bfdb6c authored over 3 years ago
- update docker files

2fb3c32003bfd10569850a5660ca53d107ab8261 authored over 3 years ago
- remove .env

e11c5a8893a87d9d9ccd208212175fabe7e8d818 authored over 3 years ago
- update install-test-env.sh

- add .env.dist

e88ef9ce571f0425393a3d3bc98f19a8e54f7f23 authored over 3 years ago
Merge pull request #276 from jasonbahl/feature/#275-generate-schema-artifact

#275 - Add Github Workflow to generate schema with ACF Field Group imported

75d44928767f346ffdcfe9bc9172ab0f61c7d506 authored over 3 years ago
- allow workflow to be triggered manually

0302f68f42f2f45f0fb87df8854956d115add48b authored over 3 years ago
- Add workflow to import ACF Field Group and Generate Schema. If successful, upload the Schema as a release asset

912f6ec0d702e6db7ef8fabd1f198a39bbdd8dbc authored over 3 years ago
Merge pull request #273 from jasonbahl/feature/refactor-docs

Re-organize Docs

409a36607c47681514b30649d392fbbeb136d2fe authored over 3 years ago
Move docs for each field type out of the main README.md and into their own files.

No changes to the content of the docs, just organization of the docs.

b140f63a9121df0a80372642a564d10d099b176c authored over 3 years ago
Merge commit '87fb6ecc2ca38d4c8064d95f8bd91ca368e5b7e0' into develop

b954da39d3d6e4428b16b552d796165908ef3448 authored almost 4 years ago
Merge pull request #259 from wp-graphql/release/v0.5.2

Release/v0.5.2

87fb6ecc2ca38d4c8064d95f8bd91ca368e5b7e0 authored almost 4 years ago
Merge branch 'bug/#254-options-pages-return-null' into release/v0.5.2

a5077f266218d9acf427a20e5fc074b21f942ebd authored almost 4 years ago
Merge pull request #257 from jasonbahl/bug/#254-options-pages-return-null

#254 - add back missing type declaration for options pages.

c854e17e5098dc2dbfd9a879e62eebd6db24bcff authored almost 4 years ago
- Update version number for release

0491bff10cf3395040eabdd239f0db3ccd2f3e3e authored almost 4 years ago
- remove unused update_option call

ba76d777ff4a0675a330407d6bfcfe5809011a68 authored almost 4 years ago
- Update Options test to query for a field

00521e937823f495c1cdb9c7c21252c88c85e953 authored almost 4 years ago
#254 - add back missing type declaration for options pages.

See: https://github.com/wp-graphql/wp-graphql-acf/pull/250/files?file-filters%5B%5D=.php&file-fi...

dc5e83d190211baf88978a905ff44a9122fdaff8 authored almost 4 years ago
Merge pull request #255 from wp-graphql/release/v0.5.1

Release/v0.5.1

c2120f6ca6f1985dd1ee5487a4e11fd0ba7532b3 authored almost 4 years ago
Merge pull request #253 from jasonbahl/bug/#251-field-groups-not-in-graphql-are-preventing-other-groups-from-showing

Bug/#251 - field groups not in graphql are preventing other groups from showing

50901fae7a26653a0fd01e5d0f81cced66fda79a authored almost 4 years ago
- Fix to pass the failing test

592d855cc347a49bae4dd241c8f523e963a206a6 authored almost 4 years ago
- add failing test for https://github.com/wp-graphql/wp-graphql-acf/issues/251

fd6f8eb21494690339faa1300bad22fcab45b16f authored almost 4 years ago
Merge branch 'master' into develop

a0ec93c1bbcd2fd4cea2ebb9efe04dae73b87a24 authored almost 4 years ago
- Update additional return statement to be a continue statement

d92f99a2489a8f6fb020b2d9dd694a023cc6b575 authored almost 4 years ago
Merge pull request #250 from wp-graphql/release/v0.5.0

Release/v0.5.0

49bf9558508d6167d0b3795df8798641b95b06e2 authored almost 4 years ago
- Update AJAX callback to get the rules as just values not associative array

- Update get_rules() method to early return quicker
- Update main.js to trigger the change after ...

8478447e9273e49b47aa77d203b1d0eaf6ffbc12 authored almost 4 years ago
- Adjust the JS on the GraphQL Settings to only execute the AJAX request if one is not already pending.

1bad7d6d5214448f8d27bbcd908b24d6552667cb authored almost 4 years ago
Merge pull request #235 from XAce90/develop

added docs for registering fields with php

7ceb546623517b25d821171261f223f82b32697c authored almost 4 years ago
Merge pull request #229 from rsm0128/bugfix-135

Fix #135. Add Explicit options for adding ACF Field Groups to the Schema

3cb22445eb9cad8684a1c4c65a73eecc1abc738e authored almost 4 years ago
- Update .gitignore to not ignore the platform check

- back out the change to remove the prefix from field groups (will be addressed later)

bf4c7812ecf7eb5ce32ae6fab361aeb6d9745067 authored almost 4 years ago
- Update tests to test with multiple versions of WPGraphQL

d0ca31f6391c80cd370d4da71aa185658ee3c5b9 authored almost 4 years ago
- update testing matrix

e35e895bf7d35b7bcc5f4eacc287e9f22de91a02 authored almost 4 years ago
- update testing matrix

8bde1b267b6c2c32263ee4db143fa4e96d73c8ee authored almost 4 years ago