Plugin Directory

Changeset 1444765


Ignore:
Timestamp:
06/28/2016 07:57:50 AM (9 years ago)
Author:
modeewine
Message:

New version 3.2:

  • Improved search-engine of strings-translation.
Location:
polylang-theme-strings
Files:
10 added
2 edited

Legend:

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

    r1428144 r1444765  
    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.1
     7    Version: 3.2
    88    Author: Modeewine
    99    Author URI: http://modeewine.com
     
    1616    {
    1717        static $prefix = 'mw_polylang_strings_';
    18         static $plugin_version = '3.1';
     18        static $plugin_version = '3.2';
    1919        static $pll_f = 'pll_register_string';
    2020        private $paths;
     
    6464            $theme_dir_name = (string)$theme_dir_name[count($theme_dir_name) - 1];
    6565
    66             $this->paths = Array(
     66            $this->paths = array(
    6767                'plugin_file_index' => __FILE__,
    6868                'plugin_url'        => plugins_url('/', __FILE__),
     
    239239                            if (preg_match("/\/.*?\.[a-z0-9]+$/uis", $v))
    240240                            {
    241                                 preg_match_all("/\<\?.*?\?\>/uis", file_get_contents($v), $p);
     241                                preg_match_all("/(?:\<\?.*?\?\>)|(?:\<\?.*?[^\?]+[^\>]+)/uis", file_get_contents($v), $p);
    242242
    243243                                if (count($p[0]))
  • polylang-theme-strings/trunk/readme.txt

    r1428144 r1444765  
    55Requires at least: 3.8
    66Tested up to: 4.5
    7 Stable tag: 3.1
     7Stable tag: 3.2
    88License: GPL2
    99
     
    4545
    4646== Changelog ==
     47
     48= 3.2 (2016-06-28) =
     49
     50* Improved search-engine of strings-translation.
    4751
    4852= 3.1 (2016-06-01) =
Note: See TracChangeset for help on using the changeset viewer.