Skip to content

Commit

Permalink
Run Grunt tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
dlh01 committed Jan 3, 2017
1 parent e503b2c commit 51a65f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Fieldmanager Beta: Customize #
**Contributors:** [dlh](https://profiles.wordpress.org/dlh), [alleyinteractive](https://profiles.wordpress.org/alleyinteractive)
**Contributors:** [dlh](https://profiles.wordpress.org/dlh), [jamesburke](https://profiles.wordpress.org/jamesburke), [alleyinteractive](https://profiles.wordpress.org/alleyinteractive)
**Requires at least:** 4.4
**Tested up to:** 4.7
**Stable tag:** 0.2.1
**Stable tag:** 0.3.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

A Fieldmanager Beta plugin for the Customize Context.

## Description ##

This is the proposed Customize context for Fieldmanager. You can install the plugin alongside a stable Fieldmanager release to help test and refine the context.
This is a proposed Customize context for Fieldmanager. You can install the plugin alongside a stable Fieldmanager release to help test and refine the context.

The official Pull Request for the Customize context, plus tests, is [on GitHub](https://github.com/alleyinteractive/wordpress-fieldmanager/pull/399).
The official Pull Request for this context, plus tests, is [on GitHub](https://github.com/alleyinteractive/wordpress-fieldmanager/pull/399).

## Installation ##

Expand Down Expand Up @@ -41,6 +41,12 @@ For more code examples, browse `php/demos/class-fieldmanager-beta-customize-demo

## Changelog ##

### 0.3.0 ###
* Changed: `Fieldmanager_RichTextArea` is now supported natively; using `Fieldmanager_Beta_Customize_RichTextArea` is no longer required.
* Changed: Move remaining scripts that overrode Fieldmanager core assets into separate files.
* Fixed: Fix invisible TinyMCE popups.
* Deprecated: `Fieldmanager_Beta_Customize_RichTextArea`, per above.

### 0.2.1 ###
* Fix JavaScript errors.

Expand All @@ -52,8 +58,3 @@ For more code examples, browse `php/demos/class-fieldmanager-beta-customize-demo

### 0.1.0 ###
* Initial release.

## Fieldmanager-specific quirks ##

* RichTextAreas: These are supported via the `Fieldmanager_Beta_Customize_RichTextArea` class included with this plugin. Use a `Fieldmanager_Beta_Customize_RichTextArea` in place of `Fieldmanager_RichTextArea` when you want to use TinyMCE in the Customizer.
* Scripts: Some Fieldmanager JavaScript files require changes for the Customize context. This plugin includes the updated versions of those files and filters Fieldmanager to return them.
10 changes: 5 additions & 5 deletions languages/fieldmanager-beta-customize.pot
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright (C) 2016 David Herrera, Alley Interactive
# Copyright (C) 2017 David Herrera, James Burke, Alley Interactive
# This file is distributed under the same license as the Fieldmanager Beta: Customize package.
msgid ""
msgstr ""
"Project-Id-Version: Fieldmanager Beta: Customize 0.1.0\n"
"Project-Id-Version: Fieldmanager Beta: Customize 0.3.0\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/fieldmanager-beta-customize\n"
"POT-Creation-Date: 2016-10-12 02:04:05+00:00\n"
"POT-Creation-Date: 2017-01-03 01:14:23+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: grunt-wp-i18n 0.5.4\n"
Expand Down Expand Up @@ -70,7 +70,7 @@ msgid "Add Fieldmanager fields to the Customizer."
msgstr ""

#. Author of the plugin/theme
msgid "David Herrera, Alley Interactive"
msgid "David Herrera, James Burke, Alley Interactive"
msgstr ""

#. Author URI of the plugin/theme
Expand Down

0 comments on commit 51a65f4

Please sign in to comment.