Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Releases: RostiMelk/ACF-Tools

v3.0.2

26 May 19:52
1803ce5
Compare
Choose a tag to compare

Removed unnecessary permission
Removed permission: tabs

v.3.0.1

24 May 01:50
c7204bf
Compare
Choose a tag to compare

Added user settings
By clicking the extension icon you will now be able to customize the output of field code.
For now you can change if you want if statements to be included, and adjust the spacing to your liking.

Standardized field code
ACF Field code will now follow the Wordpress PHP standard.
Example: https://gist.github.com/drivenfaroff/825778a3e0b1653249c8f0322c2b40cc

Added some third party field support
Fields added:

  • Font Awesome (mattkeys)
  • Image Aspect Ratio Crop (Johannes Siipola)
  • Nav Menu Field (Faison Zutavern)
  • RGBA Color Picker (Thomas Meyer )
  • Code Field (Peter Tasker)

v.2.7.1

30 Apr 14:22
Compare
Choose a tag to compare

Fixed a bunch of field code

Added escaping to field code

v2.6.5

30 Apr 02:14
Compare
Choose a tag to compare

Better code output for the Google Maps field type.
Since the field type requires some extra config there is now a step by step code feature.
This includes a whole flexible modal function for future step by step field code as well.

Minor bugfixes

v2.5.3

22 Apr 08:30
Compare
Choose a tag to compare

Swedish translation
Thanks to @killawabbit for this

v2.5.1

15 Apr 08:46
Compare
Choose a tag to compare

Fixed a bug where field name tooltip would not show if display mode was table

upgraded jQuery to v3.5.0 slim

v2.5.0

13 Apr 22:17
d96ee78
Compare
Choose a tag to compare

Added support for i18n
Support for English, Norwegian, German
Thanks to @Renewrmk for the german translation

General cleanup of code

v2.4.2

12 Apr 03:32
0eb6e06
Compare
Choose a tag to compare

Added anchor tags for field name and field type
A more correct way of doing things. Follows wordpress' stying, is tabbable and is recognized by screen readers

New icons

Code cleanup

v2.4.0

06 Apr 19:18
Compare
Choose a tag to compare

Tweaked the notice styling to match the Wordpress notices.

You can now copy a field name directly in a post or page edit screen.
Do this by clicking the "i" beside the Field label. Gif Example:
Copy field name gif example

v2.3.0

31 Mar 22:26
159cd8d
Compare
Choose a tag to compare

You can now copy a repeater or group together with its sub fields.
For now you can only copy on level of child items.

Mozilla Firefox support
You can find the extension in the Firefox add-on libary.

Fixed typo/syntax error for gallery field

General cleanup of code