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

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
update readme.txt file
  • Loading branch information
navidkashani committed Dec 16, 2014
1 parent e4138db commit 412f95f
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 21 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Changelog

#### 1.3.0
* fix: use in repeater field.

#### 1.2.0
* multiple methods for changing color and opacity with the keyboard by @jgraup
* clear button by @jgraup
* Compatible with [Github Updater](https://github.com/afragen/github-updater)
* add language pot file
* add changelog file

#### 1.1.0
* Add: choices return value.
* choices return value

#### 1.0.0
* Initial Release.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,32 @@
# Advanced Custom Fields: RGBA Color Field
Contributors: Reyhoun Team
Tags: acf, advanced custom field, color, rgba
Contributors: reyhoun
Tags: acf, advanced custom field, color, rgba, custom field
Requires at least: 3.9
Tested up to: 4.0
Stable tag: trunk
Stable tag: 1.3.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

RGBA Color field type for advanced custom field.

## Description

RGBA Color field type for advanced custom field.

### Compatibility
## Compatibility

This ACF field type is compatible with:
* ACF 5

## Installation

1. Copy the `acf-rgba_color` folder into your `wp-content/plugins` folder
1. Copy the `acf-rgba-color` folder into your `wp-content/plugins` folder
2. Activate the RGBA Color plugin via the plugins admin page
3. Create a new field via ACF and select the RGBA Color type
4. Please refer to the description for more info regarding the field type settings
4. Please refer to the description for more info regarding the field type settings

## Frequently Asked Questions

#### is this plugin compatible with Advanced Custom Field 4?

No. you must use ACF Pro(5).
2 changes: 1 addition & 1 deletion acf-rgba-color.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Advanced Custom Fields: RGBA Color
* Plugin URI: https://github.com/reyhoun/acf-rgba-color
* Description: RGBA Color field type for advanced custom field plugin.
* Version: 1.2.0
* Version: 1.3.0
* Author: Reyhoun
* Author URI: http://reyhoun.com/
* License: GPLv2 or later
Expand Down
38 changes: 25 additions & 13 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,50 @@
=== Advanced Custom Fields: RGBA Color Field ===
Contributors: Reyhoun Team
Tags: acf, advanced custom field, color, rgba
Contributors: reyhoun
Tags: acf, advanced custom field, color, rgba, custom field
Requires at least: 3.9
Tested up to: 4.0
Stable tag: trunk
Stable tag: 1.3.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

DESCRIPTION
RGBA Color field type for advanced custom field.

== Description ==

RGBA Color field type for advanced custom field.

=== Compatibility ===
== Compatibility ==

This ACF field type is compatible with:
* ACF 5

== Installation ==

1. Copy the `acf-rgba_color` folder into your `wp-content/plugins` folder
1. Copy the `acf-rgba-color` folder into your `wp-content/plugins` folder
2. Activate the RGBA Color plugin via the plugins admin page
3. Create a new field via ACF and select the RGBA Color type
4. Please refer to the description for more info regarding the field type settings

=== Changelog ===
== Frequently Asked Questions ==

= is this plugin compatible with Advanced Custom Field 4? =

No. you must use ACF Pro(5).

== Changelog ==

= 1.3.0 =
* fix: use in repeater field.

== 1.2.0 ==
* |Add: @jgraup: multiple methods for changing color and opacity with the keyboard
* |Add: @jgraup: clear button
= 1.2.0 =
* multiple methods for changing color and opacity with the keyboard by @jgraup
* clear button by @jgraup
* Compatible with Github Updater
* add language pot file
* add changelog file

== 1.1.0 ==
* |Add: choices return value
= 1.1.0 =
* choices return value

== 1.0.0 ==
= 1.0.0 =
* Initial Release.

0 comments on commit 412f95f

Please sign in to comment.