Skip to content

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 9cb6edb commit 5c9df6a
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

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

#### 1.0.0
* Initial Release.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,4 @@ This ACF field type is compatible with:
1. Copy the `acf-menu-chooser` folder into your `wp-content/plugins` folder
2. Activate the Menu Chooser plugin via the plugins admin page
3. Create a new field via ACF and select the Menu Chooser type
4. Please refer to the description for more info regarding the field type settings

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

/*
Plugin Name: Advanced Custom Fields: Menu Chooser
Plugin URI: https://github.com/reyhoun/acf-menu-chooser
Description: List WordPress Menus in a select ACF field.
Version: 1.0.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: Menu Chooser
* Plugin URI: https://github.com/reyhoun/acf-menu-chooser
* Description: List WordPress Menus in a select ACF field.
* 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
* GitHub Plugin URI: https://github.com/reyhoun/acf-menu-chooser
* GitHub Branch: master
*/


Expand All @@ -22,5 +24,6 @@
function include_field_types_menu_chooser( $version ) {
include_once('acf-menu-chooser-v5.php');
}

add_action('acf/include_field_types', 'include_field_types_menu_chooser');
?>
27 changes: 27 additions & 0 deletions lang/acf-menu-chooser.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
msgid ""
msgstr ""
"Project-Id-Version: Advanced Custom Fields: Menu Chooser\n"
"POT-Creation-Date: 2014-11-01 18:00+0330\n"
"PO-Revision-Date: 2014-11-01 18:00+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-menu-chooser-v5.php:32
msgid "Menu Chooser"
msgstr ""

#: acf-menu-chooser-v5.php:55
msgid "Error! Please enter a higher value"
msgstr ""

0 comments on commit 5c9df6a

Please sign in to comment.