-
Notifications
You must be signed in to change notification settings - Fork 4
/
readme.txt
42 lines (30 loc) · 1.11 KB
/
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
37
38
39
40
41
42
=== Advanced Custom Fields: Masked Input ===
Contributors: Jony Hayama
Tags: acf, acf-pro, intl-tel-input
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
Adds Masked input to ACF.
== Description ==
Adds Masked input to ACF.
= Links =
* jquery.mask.js[https://github.com/igorescobar/jQuery-Mask-Plugin] by Igor Escobar[https://github.com/igorescobar]
* Advanced Custom Fields[https://www.advancedcustomfields.com/] by Elliot Condon[https://github.com/elliotcondon]
= Compatibility =
This ACF field type is compatible with:
* ACF 5
== Installation ==
1. Copy the `acf-masked-input` folder into your `wp-content/plugins` folder
2. Activate the International Telephone Input plugin via the plugins admin page
3. Create a new field via ACF and select the International Telephone Input type
4. Read the description above for usage instructions
== Changelog ==
= Version 1.0.2 =
- Added "prepend" and "append" options
- Added "save as" option
= Version 1.0.1 =
- Added "reverse mask" option
= Version 1.0.0 - Not tracked =
- Initial Commit