-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathreadme.txt
36 lines (26 loc) · 896 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
=== Advanced Custom Fields: SVG Icon Field ===
Contributors: Xavier Zalawa
Tags: acf, field, svg, symbol, icon
Requires at least: 3.6.0
Tested up to: 4.9.0
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Add a new ACF field type: "SVG Icon" which allows you to select icon(s) from a SVG sprite.
== Description ==
…
= Compatibility =
This ACF field type is compatible with:
* ACF PRO 5 (version 5.5.0 or higher)
== Installation ==
1. Copy the `acf-svg-icon` folder into your `wp-content/plugins` folder
2. Activate the SVG Icon plugin via the plugins admin page
3. Create a new field via ACF and select the SVG Icon type
4. Read the description above for usage instructions
== Changelog ==
= 1.0.1 =
* Add compatibility for ACF Pro 5.7.x
* Introduce SVGO custom task `stripComments`
* Fix mistakes in README
= 1.0.0 =
* Initial Release.