Skip to content

Commit

Permalink
Merge pull request #9 from trendwerk/8-acf-compatibility
Browse files Browse the repository at this point in the history
Fix ACF support and simplify code
  • Loading branch information
haroldangenent authored Jan 22, 2021
2 parents 84d1bdf + 6202190 commit 52a7c85
Show file tree
Hide file tree
Showing 26 changed files with 12 additions and 3,021 deletions.
36 changes: 0 additions & 36 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ACF Forms
[![Build Status](https://travis-ci.org/trendwerk/acf-forms.svg?branch=master)](https://travis-ci.org/trendwerk/acf-forms) [![codecov](https://codecov.io/gh/trendwerk/acf-forms/branch/master/graph/badge.svg)](https://codecov.io/gh/trendwerk/acf-forms)
**Active development for this package has been discontinued.**

Helper package to use ACF forms in the front-end. What it does:

Expand Down
127 changes: 0 additions & 127 deletions bin/install-wp-tests.sh

This file was deleted.

34 changes: 1 addition & 33 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,39 +14,7 @@
"Trendwerk\\AcfForms\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Trendwerk\\AcfForms\\Test\\": "tests/AcfForms/"
}
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "advanced-custom-fields/advanced-custom-fields-pro",
"version": "5.5.1",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://connect.advancedcustomfields.com/index.php?p=pro&a=download"
},
"require": {
"philippbaschke/acf-pro-installer": "^1.0",
"composer/installers": "^1.0"
}
}
}
],
"require": {
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "5.7.*",
"squizlabs/php_codesniffer": "2.*",
"advanced-custom-fields/advanced-custom-fields-pro": "*"
"php": ">=7.1"
}
}
Loading

0 comments on commit 52a7c85

Please sign in to comment.