Plugin Directory

Changeset 1578571


Ignore:
Timestamp:
01/20/2017 09:26:16 AM (8 years ago)
Author:
modeewine
Message:

New version 3.3:

  • Added compatibility for strings with special characters.
  • Tested and optimized compatibility with WordPress 4.7.
  • Tested and optimized compatibility with Polylang 2.
Location:
polylang-theme-strings
Files:
10 added
2 edited

Legend:

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

    r1458260 r1578571  
    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.1
     7    Version: 3.3
    88    Author: Modeewine
    99    Author URI: http://modeewine.com
     
    1616    {
    1717        static $prefix = 'mw_polylang_strings_';
    18         static $plugin_version = '3.2.1';
     18        static $plugin_version = '3.3';
    1919        static $pll_f = 'pll_register_string';
    2020        private $paths;
     
    244244                                    foreach ($p[0] as $pv)
    245245                                    {
    246                                         preg_match_all("/pll_[_e][\s]*\([\s]*[\'\"](.*?)[\'\"].*?\)/uis", $pv, $m);
     246                                        preg_match_all("/pll_[_e][\s]*\([\s]*[\'\"](.*?)[\'\"][\s]*\)/uis", $pv, $m);
    247247
    248248                                        if (count($m[0]))
  • polylang-theme-strings/trunk/readme.txt

    r1458260 r1578571  
    44Tags: extension, polylang, multilingual, translate, translation, language, multilanguage, international, localization
    55Requires at least: 3.8
    6 Tested up to: 4.5
    7 Stable tag: 3.2.1
     6Tested up to: 4.7
     7Stable tag: 3.3
    88License: GPL2
    99
     
    4545
    4646== Changelog ==
     47
     48= 3.3 (2017-01-20) =
     49
     50* Added compatibility for strings with special characters.
     51* Tested and optimized compatibility with WordPress 4.7.
     52* Tested and optimized compatibility with Polylang 2.
    4753
    4854= 3.2.1 (2016-07-21) =
Note: See TracChangeset for help on using the changeset viewer.