Plugin Directory

Changeset 987127


Ignore:
Timestamp:
09/11/2014 09:44:50 AM (12 years ago)
Author:
artstorm
Message:

Update trunk

Location:
wp-humanstxt/trunk
Files:
9 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • wp-humanstxt/trunk/lang/wp-humans-txt.pot

    r895480 r987127  
    99"Project-Id-Version: PACKAGE VERSION\n"
    1010"Report-Msgid-Bugs-To: \n"
    11 "POT-Creation-Date: 2013-04-16 17:53+0700\n"
     11"POT-Creation-Date: 2014-09-11 16:01+0700\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <[email protected]>\n"
     15"Language: \n"
    1516"MIME-Version: 1.0\n"
    1617"Content-Type: text/plain; charset=CHARSET\n"
     
    3031msgstr ""
    3132
    32 #: views/admin.php:31 views/help_usage.php:15 lib/WPHumansTxt/Admin.php:22
     33#: views/admin.php:31 views/help_usage.php:15 src/WPHumansTxt/Admin.php:22
    3334msgid "Options"
    3435msgstr ""
     
    8990msgstr ""
    9091
    91 #: views/help_intro.php:1 lib/WPHumansTxt/Help.php:25
     92#: views/help_intro.php:1 src/WPHumansTxt/Help.php:25
    9293msgid "Introduction"
    9394msgstr ""
     
    198199msgstr ""
    199200
    200 #: lib/WPHumansTxt/Admin.php:45
     201#: src/WPHumansTxt/Admin.php:45
    201202msgid "None"
    202203msgstr ""
    203204
    204 #: lib/WPHumansTxt/Admin.php:47
     205#: src/WPHumansTxt/Admin.php:47
    205206msgid "Humans.txt blank isolated"
    206207msgstr ""
    207208
    208 #: lib/WPHumansTxt/Admin.php:49
     209#: src/WPHumansTxt/Admin.php:49
    209210msgid "Humans.txt orange isolated"
    210211msgstr ""
    211212
    212 #: lib/WPHumansTxt/Admin.php:51
     213#: src/WPHumansTxt/Admin.php:51
    213214msgid "Humans.txt transparent"
    214215msgstr ""
    215216
    216 #: lib/WPHumansTxt/Admin.php:53
     217#: src/WPHumansTxt/Admin.php:53
    217218msgid "Humans.txt b/n transparent"
    218219msgstr ""
    219220
    220 #: lib/WPHumansTxt/Admin.php:66
     221#: src/WPHumansTxt/Admin.php:66
    221222msgid "Plugin settings updated."
    222223msgstr ""
    223224
    224 #: lib/WPHumansTxt/Help.php:32
     225#: src/WPHumansTxt/Help.php:32
    225226msgid "Usage"
    226227msgstr ""
    227228
    228 #: lib/WPHumansTxt/Help.php:39
     229#: src/WPHumansTxt/Help.php:39
    229230msgid "Examples"
    230231msgstr ""
  • wp-humanstxt/trunk/readme.txt

    r895480 r987127  
    44Tags: humans.txt, credits, humans, txt
    55Requires at least: 3.3
    6 Tested up to: 3.9
    7 Stable tag: 1.0.1
     6Tested up to: 4.0
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8282== Changelog ==
    8383
     84= Version 1.0.2 - 11 Sep 2014 =
     85 * Added Swedish translation.
     86
    8487= Version 1.0.1 - 17 Apr 2014 =
    8588 * Bugfix: Asset files were not loaded if folder name was changed.
  • wp-humanstxt/trunk/wp-humans-txt.php

    r895480 r987127  
    66Author: Johan Steen
    77Author URI: http://johansteen.se/
    8 Version: 1.0.1
     8Version: 1.0.2
    99License: GPLv2 or later
    1010Text Domain: wp-humans-txt
     
    101101            $fileName .= DIRECTORY_SEPARATOR;
    102102        }
    103         $fileName .= str_replace('_', DIRECTORY_SEPARATOR, 'lib_'.$className);
     103        $fileName .= str_replace('_', DIRECTORY_SEPARATOR, 'src_'.$className);
    104104        $fileName .='.php';
    105105
Note: See TracChangeset for help on using the changeset viewer.