Skip to content

Commit

Permalink
Convert to git
Browse files Browse the repository at this point in the history
  • Loading branch information
ytwguru committed May 18, 2018
0 parents commit 04a0baa
Show file tree
Hide file tree
Showing 216 changed files with 184,249 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
### IDE ###
project.xml
project.properties
/nbproject/private/
.buildpath
.project
.settings*
sftp-config.json
.idea/
.iml
.floo
.flooignore

### Dev ###
/build
/node_modules/
/vendor/
composer.lock

### Tests ###
/tmp
/tests/bin/tmp

### Logs ###
*.log
/logs

### SVN ###
.svn
/svn

### OS crap ###
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
.tmp
.temp
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Advanced Custom Fields

Welcome to the official Advanced Custom Fields repository on GitHub. ACF is a WordPress plugin used to take full control of your edit screens & custom field data.

Looking for ACF version 4? Please use the [previous ACF repository](https://github.com/elliotcondon/acf).

Upgrading from ACF version 4? Please read our [Upgrading from v4 to v5 guide](https://www.advancedcustomfields.com/resources/upgrading-v4-v5/).

## Documentation

Do you need help getting started with ACF, or do you have questions about one of the ACF features? You can [search through our documentation here](https://www.advancedcustomfields.com/resources). If you don't find the answers you're looking for, you can [submit a support ticket](https://support.advancedcustomfields.com/new-ticket/) or start a new forum thread in the [support forum](https://support.advancedcustomfields.com/).

## Support

This repository is not suitable for support. Please don't use our issue tracker for support requests, but for core issues only.
Support can take place in the appropriate channels:

* Email based ticket system
* Community forum

These channels can be accessed from our [support website](https://support.advancedcustomfields.com/).

## Contributing

If you have a patch, or stumbled upon an issue with ACF core, you can contribute this back to the code. Please create a new github issue with as much information as possible.
Loading

0 comments on commit 04a0baa

Please sign in to comment.