Plugin Directory

Changeset 1522521


Ignore:
Timestamp:
10/26/2016 02:49:31 PM (9 years ago)
Author:
funkjedi
Message:

Syncing with Github

Location:
acf-qtranslate/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • acf-qtranslate/trunk/acf-qtranslate.php

    r1522237 r1522521  
    44Plugin URI: http://github.com/funkjedi/acf-qtranslate
    55Description: Provides multilingual versions of the text, text area, and wysiwyg fields.
    6 Version: 1.7.13
     6Version: 1.7.14
    77Author: funkjedi
    88Author URI: http://funkjedi.com
  • acf-qtranslate/trunk/readme.txt

    r1522237 r1522521  
    44Requires at least: 3.5.0
    55Tested up to: 4.2.1
    6 Version: 1.7.13
    7 Stable tag: 1.7.13
     6Version: 1.7.14
     7Stable tag: 1.7.14
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5959
    6060== Changelog ==
     61
     62= 1.7.14 =
     63* Bug Fix: Bumped `after_setup_theme` priority to fix ACF4 field inclusion
    6164
    6265= 1.7.13 =
  • acf-qtranslate/trunk/src/plugin.php

    r1520411 r1522521  
    1515     */
    1616    public function __construct() {
    17         add_action('after_setup_theme',               array($this, 'after_setup_theme'), 3);
     17        add_action('after_setup_theme',               array($this, 'after_setup_theme'), -10);
    1818        add_action('acf/input/admin_enqueue_scripts', array($this, 'admin_enqueue_scripts'));
    1919        add_action('admin_menu',                      array($this, 'admin_menu'));
Note: See TracChangeset for help on using the changeset viewer.