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

Commit

Permalink
compatible with github updater
Browse files Browse the repository at this point in the history
add changelog and language pot file
  • Loading branch information
navidkashani committed Nov 1, 2014
1 parent 8e548ca commit ce77b8d
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 20 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

#### 1.2.0
* Compatible with [Github Updater](https://github.com/afragen/github-updater)
* add language pot file
* add changelog file

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

#### 1.0.0
* Initial Release.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,4 @@ This ACF field type is compatible with:
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

## 1.1.0
* Add: choices return value.

## 1.0.0
* Initial Release.
4. Please refer to the description for more info regarding the field type settings
18 changes: 10 additions & 8 deletions acf-rgba-color.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<?php

/*
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.1.0
Author: Reyhoun
Author URI: http://reyhoun.com/
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
* 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
* Author: Reyhoun
* Author URI: http://reyhoun.com/
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* GitHub Plugin URI: https://github.com/reyhoun/acf-rgba-color
* GitHub Branch: master
*/


Expand Down
4 changes: 1 addition & 3 deletions lang/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Translations directory

Use this directory to store .po and .mo files.

This directory can be removed if not used.
Use this directory to store .po and .mo files.
47 changes: 47 additions & 0 deletions lang/acf-rgba_color.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
msgid ""
msgstr ""
"Project-Id-Version: Advanced Custom Fields: RGBA Color\n"
"POT-Creation-Date: 2014-11-01 17:47+0330\n"
"PO-Revision-Date: 2014-11-01 17:47+0330\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.9\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SearchPath-0: .\n"

#: acf-rgba-color-v5.php:32
msgid "RGBA Color"
msgstr ""

#: acf-rgba-color-v5.php:59
msgid "Error! Please enter a higher value"
msgstr ""

#: acf-rgba-color-v5.php:95
msgid "RGBA color"
msgstr ""

#: acf-rgba-color-v5.php:96
msgid "Following this methods for default value: rgba(red, green, blue, alpha)"
msgstr ""

#: acf-rgba-color-v5.php:103
msgid "return value "
msgstr ""

#: acf-rgba-color-v5.php:108
msgid "hex and opacity"
msgstr ""

#: acf-rgba-color-v5.php:109
msgid "css rgba"
msgstr ""

0 comments on commit ce77b8d

Please sign in to comment.