Plugin Directory

Changeset 1458260


Ignore:
Timestamp:
07/21/2016 01:35:20 PM (9 years ago)
Author:
modeewine
Message:

New version (3.2.1):

  • Fixed small bug (Thanks to Peter Bowyer).
Location:
polylang-theme-strings
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • polylang-theme-strings/trunk/mw-polylang-theme-strings.php

    r1444765 r1458260  
    55    Plugin URI: http://modeewine.com/en-polylang-theme-strings
    66    Description: Automatic scanning of strings translation in the theme and registration of them in Polylang plugin. Extension for Polylang plugin.
    7     Version: 3.2
     7    Version: 3.2.1
    88    Author: Modeewine
    99    Author URI: http://modeewine.com
     
    1616    {
    1717        static $prefix = 'mw_polylang_strings_';
    18         static $plugin_version = '3.2';
     18        static $plugin_version = '3.2.1';
    1919        static $pll_f = 'pll_register_string';
    2020        private $paths;
     
    6767                'plugin_file_index' => __FILE__,
    6868                'plugin_url'        => plugins_url('/', __FILE__),
    69                 'themes'            => WP_CONTENT_DIR . get_theme_roots(),
    7069                'theme'             => $theme,
    7170                'theme_dir_name'    => $theme_dir_name,
  • polylang-theme-strings/trunk/readme.txt

    r1444765 r1458260  
    55Requires at least: 3.8
    66Tested up to: 4.5
    7 Stable tag: 3.2
     7Stable tag: 3.2.1
    88License: GPL2
    99
     
    4545
    4646== Changelog ==
     47
     48= 3.2.1 (2016-07-21) =
     49
     50* Fixed small bug (Thanks to Peter Bowyer).
    4751
    4852= 3.2 (2016-06-28) =
Note: See TracChangeset for help on using the changeset viewer.