Changeset 3471926
- Timestamp:
- 03/01/2026 08:03:06 AM (4 weeks ago)
- Location:
- loco-translate
- Files:
-
- 6 edited
- 13 copied
-
tags/2.8.2 (copied) (copied from loco-translate/trunk)
-
tags/2.8.2/languages (copied) (copied from loco-translate/trunk/languages)
-
tags/2.8.2/languages/loco-translate.pot (modified) (5 diffs)
-
tags/2.8.2/lib (copied) (copied from loco-translate/trunk/lib)
-
tags/2.8.2/lib/compiled/gettext.php (copied) (copied from loco-translate/trunk/lib/compiled/gettext.php)
-
tags/2.8.2/lib/compiled/locales.php (copied) (copied from loco-translate/trunk/lib/compiled/locales.php)
-
tags/2.8.2/lib/compiled/phpunit.php (copied) (copied from loco-translate/trunk/lib/compiled/phpunit.php)
-
tags/2.8.2/loco.php (copied) (copied from loco-translate/trunk/loco.php) (2 diffs)
-
tags/2.8.2/loco.xml (copied) (copied from loco-translate/trunk/loco.xml)
-
tags/2.8.2/pub (copied) (copied from loco-translate/trunk/pub)
-
tags/2.8.2/readme.txt (copied) (copied from loco-translate/trunk/readme.txt) (2 diffs)
-
tags/2.8.2/src (copied) (copied from loco-translate/trunk/src)
-
tags/2.8.2/src/ajax/FsReferenceController.php (copied) (copied from loco-translate/trunk/src/ajax/FsReferenceController.php)
-
tags/2.8.2/tpl (copied) (copied from loco-translate/trunk/tpl)
-
tags/2.8.2/tpl/admin/config/settings.php (modified) (4 diffs)
-
trunk/languages/loco-translate.pot (modified) (5 diffs)
-
trunk/loco.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/tpl/admin/config/settings.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
loco-translate/tags/2.8.2/languages/loco-translate.pot
r3471025 r3471926 2 2 msgid "" 3 3 msgstr "" 4 "Project-Id-Version: Loco Translate 2.8.2 -dev\n"4 "Project-Id-Version: Loco Translate 2.8.2\n" 5 5 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/loco-translate/\n" 6 "POT-Creation-Date: 2026-0 2-27 11:36+0000\n"6 "POT-Creation-Date: 2026-03-01 07:58+0000\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 14 14 "Content-Transfer-Encoding: 8bit\n" 15 15 "X-Generator: Loco https://localise.biz/\n" 16 "X-Loco-Version: 2.8.2 -dev; wp-6.9.1; php-8.3.27\n"16 "X-Loco-Version: 2.8.2; wp-6.9.1; php-8.3.27\n" 17 17 "X-Domain: loco-translate" 18 18 … … 1719 1719 1720 1720 #: tpl/admin/config/settings.php:31 1721 msgid "Skip PHPfiles larger than:"1721 msgid "Skip source files larger than:" 1722 1722 msgstr "" 1723 1723 … … 1728 1728 #: src/admin/file/BaseController.php:118 1729 1729 msgid "Source" 1730 msgstr ""1731 1732 #: tpl/admin/config/settings.php:2071733 msgid "Source code viewer access"1734 1730 msgstr "" 1735 1731 … … 2197 2193 msgstr "" 2198 2194 2195 #: tpl/admin/config/settings.php:207 2196 msgid "Viewing of referenced source code" 2197 msgstr "" 2198 2199 2199 #: src/package/Header.php:93 2200 2200 msgid "Visit official site" -
loco-translate/tags/2.8.2/loco.php
r3471026 r3471926 5 5 Description: Translate themes and plugins directly in WordPress 6 6 Author: Tim Whitlock 7 Version: 2.8.2 -dev7 Version: 2.8.2 8 8 Requires at least: 6.6 9 9 Requires PHP: 7.4 … … 32 32 */ 33 33 function loco_plugin_version(): string { 34 return '2.8.2 -dev';34 return '2.8.2'; 35 35 } 36 36 -
loco-translate/tags/2.8.2/readme.txt
r3471026 r3471926 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.9.1 7 Stable tag: 2.8. 17 Stable tag: 2.8.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 105 105 * Fix for LLMs retaining escaped forward slashes 106 106 * Bumped WordPress compatibility to 6.9.1 107 * Bolstered security for viewing source code references:108 * 1) Added file reference access controlvia `code_view` setting109 * 2) Validating i18n JSON schemas (blocks|theme.json)110 * 3) Validating PHP/JS sourcescontain extractable strings107 * New security features for viewing source code refs: 108 * - Access permission via `code_view` setting 109 * - JSON schemas must validate as blocks|theme.json 110 * - PHP/JS sources must contain extractable strings 111 111 112 112 = 2.8.1 = -
loco-translate/tags/2.8.2/tpl/admin/config/settings.php
r3470689 r3471926 29 29 <p> 30 30 <label for="loco--max_php_size"> 31 <?php esc_html_e('Skip PHPfiles larger than:','loco-translate')?>31 <?php esc_html_e('Skip source files larger than:','loco-translate')?> 32 32 </label> 33 33 <input type="text" size="5" name="opts[max_php_size]" id="loco--max_php_size" value="<?php echo esc_attr( $opts->max_php_size)?>" placeholder="<?php echo esc_attr($dflt->max_php_size)?>" /> … … 35 35 <p> 36 36 <label for="loco--php_alias"> 37 <?php esc_html_e('Scan PHP files with extensions:','loco-translate')?> 37 <?php esc_html_e('Scan PHP files with extensions:','loco-translate')?> 38 38 </label> 39 39 <input type="text" size="15" name="opts[php_alias]" id="loco--php_alias" value="<?php echo esc_attr( implode(' ',$opts->php_alias) )?>" placeholder="<?php echo esc_attr(implode(' ',$dflt->php_alias))?>" /> … … 41 41 <p> 42 42 <label for="loco--jsx_alias"> 43 <?php esc_html_e('Scan JavaScript files with extensions:','loco-translate')?> 43 <?php esc_html_e('Scan JavaScript files with extensions:','loco-translate')?> 44 44 </label> 45 45 <input type="text" size="15" name="opts[jsx_alias]" id="loco--jsx_alias" value="<?php echo esc_attr( implode(' ',$opts->jsx_alias) )?>" placeholder="<?php echo esc_attr(implode(' ',$dflt->jsx_alias))?>" /> … … 205 205 <p> 206 206 <label for="loco--code-view"> 207 <?php esc_html_e(' Source code viewer access','loco-translate');?>:207 <?php esc_html_e('Viewing of referenced source code','loco-translate');?>: 208 208 </label> 209 209 <select name="opts[code_view]" id="loco--code-view"> -
loco-translate/trunk/languages/loco-translate.pot
r3471025 r3471926 2 2 msgid "" 3 3 msgstr "" 4 "Project-Id-Version: Loco Translate 2.8.2 -dev\n"4 "Project-Id-Version: Loco Translate 2.8.2\n" 5 5 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/loco-translate/\n" 6 "POT-Creation-Date: 2026-0 2-27 11:36+0000\n"6 "POT-Creation-Date: 2026-03-01 07:58+0000\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 14 14 "Content-Transfer-Encoding: 8bit\n" 15 15 "X-Generator: Loco https://localise.biz/\n" 16 "X-Loco-Version: 2.8.2 -dev; wp-6.9.1; php-8.3.27\n"16 "X-Loco-Version: 2.8.2; wp-6.9.1; php-8.3.27\n" 17 17 "X-Domain: loco-translate" 18 18 … … 1719 1719 1720 1720 #: tpl/admin/config/settings.php:31 1721 msgid "Skip PHPfiles larger than:"1721 msgid "Skip source files larger than:" 1722 1722 msgstr "" 1723 1723 … … 1728 1728 #: src/admin/file/BaseController.php:118 1729 1729 msgid "Source" 1730 msgstr ""1731 1732 #: tpl/admin/config/settings.php:2071733 msgid "Source code viewer access"1734 1730 msgstr "" 1735 1731 … … 2197 2193 msgstr "" 2198 2194 2195 #: tpl/admin/config/settings.php:207 2196 msgid "Viewing of referenced source code" 2197 msgstr "" 2198 2199 2199 #: src/package/Header.php:93 2200 2200 msgid "Visit official site" -
loco-translate/trunk/loco.php
r3457848 r3471926 5 5 Description: Translate themes and plugins directly in WordPress 6 6 Author: Tim Whitlock 7 Version: 2.8.2 -dev7 Version: 2.8.2 8 8 Requires at least: 6.6 9 9 Requires PHP: 7.4 … … 32 32 */ 33 33 function loco_plugin_version(): string { 34 return '2.8.2 -dev';34 return '2.8.2'; 35 35 } 36 36 -
loco-translate/trunk/readme.txt
r3471025 r3471926 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.9.1 7 Stable tag: 2.8. 17 Stable tag: 2.8.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 105 105 * Fix for LLMs retaining escaped forward slashes 106 106 * Bumped WordPress compatibility to 6.9.1 107 * Bolstered security for viewing source code references:108 * 1) Added file reference access controlvia `code_view` setting109 * 2) Validating i18n JSON schemas (blocks|theme.json)110 * 3) Validating PHP/JS sourcescontain extractable strings107 * New security features for viewing source code refs: 108 * - Access permission via `code_view` setting 109 * - JSON schemas must validate as blocks|theme.json 110 * - PHP/JS sources must contain extractable strings 111 111 112 112 = 2.8.1 = -
loco-translate/trunk/tpl/admin/config/settings.php
r3470689 r3471926 29 29 <p> 30 30 <label for="loco--max_php_size"> 31 <?php esc_html_e('Skip PHPfiles larger than:','loco-translate')?>31 <?php esc_html_e('Skip source files larger than:','loco-translate')?> 32 32 </label> 33 33 <input type="text" size="5" name="opts[max_php_size]" id="loco--max_php_size" value="<?php echo esc_attr( $opts->max_php_size)?>" placeholder="<?php echo esc_attr($dflt->max_php_size)?>" /> … … 35 35 <p> 36 36 <label for="loco--php_alias"> 37 <?php esc_html_e('Scan PHP files with extensions:','loco-translate')?> 37 <?php esc_html_e('Scan PHP files with extensions:','loco-translate')?> 38 38 </label> 39 39 <input type="text" size="15" name="opts[php_alias]" id="loco--php_alias" value="<?php echo esc_attr( implode(' ',$opts->php_alias) )?>" placeholder="<?php echo esc_attr(implode(' ',$dflt->php_alias))?>" /> … … 41 41 <p> 42 42 <label for="loco--jsx_alias"> 43 <?php esc_html_e('Scan JavaScript files with extensions:','loco-translate')?> 43 <?php esc_html_e('Scan JavaScript files with extensions:','loco-translate')?> 44 44 </label> 45 45 <input type="text" size="15" name="opts[jsx_alias]" id="loco--jsx_alias" value="<?php echo esc_attr( implode(' ',$opts->jsx_alias) )?>" placeholder="<?php echo esc_attr(implode(' ',$dflt->jsx_alias))?>" /> … … 205 205 <p> 206 206 <label for="loco--code-view"> 207 <?php esc_html_e(' Source code viewer access','loco-translate');?>:207 <?php esc_html_e('Viewing of referenced source code','loco-translate');?>: 208 208 </label> 209 209 <select name="opts[code_view]" id="loco--code-view">
Note: See TracChangeset
for help on using the changeset viewer.