Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../txtpat
File: changelog.txt
Changes in 4.8.8 (24 January 2022)
[0] Fix | Delete
[1] Fix | Delete
* Maintenance release with support for PHP 8.1, security enhancements, general
[2] Fix | Delete
improvements and bug fixes.
[3] Fix | Delete
* Security: Fix reported cross-site scripting issue relating to article preview
[4] Fix | Delete
CSRF token (many thanks, Paul Ritchie at Pentest Limited).
[5] Fix | Delete
* Fixed: More robust numeric searches.
[6] Fix | Delete
* Fixed: Improved query efficiency of category operations.
[7] Fix | Delete
* Fixed: Required parameters after optional in tag builder (thanks, phiw13).
[8] Fix | Delete
* Fixed: Admin-side pagination when sorting by non-unique values.
[9] Fix | Delete
* Added: PHP 8.1 support.
[10] Fix | Delete
* Added: Natural search mode.
[11] Fix | Delete
* Added: Random form selection.
[12] Fix | Delete
* Added: Support for AVIF image format, on PHP 8.1 or higher.
[13] Fix | Delete
* Added: Global 'limit', 'offset' and 'sort' attributes.
[14] Fix | Delete
* Added: 'url_title' attribute to <txp:article[_custom] />.
[15] Fix | Delete
* Added: 'range' attribute to <txp:article_image />.
[16] Fix | Delete
* Added: 'date' and 'time' attributes to <txp:if_expired />.
[17] Fix | Delete
* Added: 'calendar' attribute to <txp:posted /> and similar tags.
[18] Fix | Delete
* Added: Substring extraction via 'escape' attribute.
[19] Fix | Delete
* Added: <txp:items_count /> tag.
[20] Fix | Delete
* Added: Expanded conditional 'match' attribute with comparison operators.
[21] Fix | Delete
* Added: 'UTC' is now a permitted time zone.
[22] Fix | Delete
* Added: Custom date formats.
[23] Fix | Delete
* Changed: <txp:category_list /> with 'children' >1 attribute behaviour.
[24] Fix | Delete
* Changed: Global 'escape' attribute operates at the items level in lists.
[25] Fix | Delete
* Changed: Multi-site plugins directory defaults to site/admin/plugins.
[26] Fix | Delete
* Accessibility: Additional 'aria-label' attributes for some internal links.
[27] Fix | Delete
* Internal: Removed FOUND_ROWS() which is deprecated in MySQL 8.0.17.
[28] Fix | Delete
* Internal: Prefer is_readable() and is_file() to file_exists().
[29] Fix | Delete
* Developer: Added plugin lifecycle events 'upgraded' and 'downgraded'.
[30] Fix | Delete
* Developer: Export new article IDs on duplicate.
[31] Fix | Delete
* PrismJS 1.26.0.
[32] Fix | Delete
[33] Fix | Delete
Changes in 4.8.7 (30 May 2021)
[34] Fix | Delete
[35] Fix | Delete
* High priority maintenance release to address functionality and setup issues
[36] Fix | Delete
discovered after 4.8.6 release.
[37] Fix | Delete
* Fixed: Users panel throws error due to missing DB prefix (thanks, prbt2016).
[38] Fix | Delete
* Removed: database user GRANT check during initial setup, which broke some
[39] Fix | Delete
installations.
[40] Fix | Delete
* Changed: Context check priority in tags.
[41] Fix | Delete
[42] Fix | Delete
Changes in 4.8.6 (28 May 2021)
[43] Fix | Delete
[44] Fix | Delete
* DO NOT USE IN PRODUCTION - issues discovered after release, use 4.8.7 instead.
[45] Fix | Delete
* Maintenance release with bug fixes.
[46] Fix | Delete
* Fixed: Regression in override form usage in lists (thanks, Christian Rapp).
[47] Fix | Delete
* Fixed: Undefined $article warning when accessing non-existent articles.
[48] Fix | Delete
* Fixed: Error with <txp:output_form /> tag on empty forms (thanks, Adi).
[49] Fix | Delete
* Fixed: Low-privilege users can save immediately after duplicating articles.
[50] Fix | Delete
* Added: Latest text translations. Thank you to all our translators.
[51] Fix | Delete
* Added: 'id' attribute to <txp:if_different /> tag.
[52] Fix | Delete
* Added: 'db' option to the global 'escape' attribute.
[53] Fix | Delete
* Added: Option to create database during setup.
[54] Fix | Delete
* Added: Permission (grants) verification during setup.
[55] Fix | Delete
* Changed: 'Assign sections' from Themes panel only selects its own sections.
[56] Fix | Delete
* Changed: <txp:variable trim> trims its own output (thanks, cara-tm).
[57] Fix | Delete
* Changed: <txp:link_to_next/prev> can return URL or container.
[58] Fix | Delete
* Changed: <txp:page_url> and <txp:if_request> tags are more flexible.
[59] Fix | Delete
* Changed: Boost power of <txp:article(_custom)> grouping by date.
[60] Fix | Delete
* Changed: Articles can be filtered by keywords more easily.
[61] Fix | Delete
* Changed: No Edit options in Write panel without appropriate privileges.
[62] Fix | Delete
* Changed: No disabled update buttons on Languages panel (thanks, phiw13).
[63] Fix | Delete
* Changed: Deprecate <txp:search_result_date />. Use <txp:posted /> instead.
[64] Fix | Delete
* Changed: Remove deprecated break attribute from search_result_excerpt tag.
[65] Fix | Delete
* Changed: Back-end search improved when handling numbers. Comparators can
[66] Fix | Delete
also be used for numeric searches.
[67] Fix | Delete
* Developer: Permit step=false to hook into explicit empty step callbacks and
[68] Fix | Delete
step=null to indicate 'any step'.
[69] Fix | Delete
* Developer: Permit $pre to be any text. Opens up arbitrary callback grouping.
[70] Fix | Delete
* Developer: New articles>multi_edit.$method callback on Articles list panel.
[71] Fix | Delete
* Developer: User panel callbacks:
[72] Fix | Delete
user>fields and user>from to manipulate the query
[73] Fix | Delete
user>controls to affect the button area
[74] Fix | Delete
user_ui>list.row (pluggable_ui) for adding table data
[75] Fix | Delete
user>steps for plugins to register custom panel-level functionality.
[76] Fix | Delete
* Developer: Diagnostics panel callbacks diag>steps and diag_ui>level for
[77] Fix | Delete
custom plugin steps.
[78] Fix | Delete
[79] Fix | Delete
Changes in 4.8.5 (29 Mar 2021)
[80] Fix | Delete
[81] Fix | Delete
* Maintenance release including improvements for PHP 8.0 and bug fixes.
[82] Fix | Delete
* Changed: <txp:header /> attributes are unset by default. Ensure any 'name'
[83] Fix | Delete
attributes are set before updating to avoid issues with custom headers.
[84] Fix | Delete
* Fixed: Database connection issue for new installations on PHP 8.0.
[85] Fix | Delete
* Fixed: libxml_disable_entity_loader() deprecation warning on PHP 8.0.
[86] Fix | Delete
* Fixed: Undefined array key/offset warnings on PHP 8.0.
[87] Fix | Delete
* Fixed: System temp directory notice on PHP 8.0.
[88] Fix | Delete
* Fixed: Custom field ordering on Write panel.
[89] Fix | Delete
* Fixed: Diagnostics panel strings no longer have 'Help' appended.
[90] Fix | Delete
* Fixed: Draft/hidden/pending articles output 404 Not Found status as they should.
[91] Fix | Delete
* Fixed: RSS/Atom feeds display correct titles (thanks, jrmartin).
[92] Fix | Delete
* Fixed: Form processing on 'pretext_end' callback.
[93] Fix | Delete
* Added: Support for WebP image format, on PHP 7.1 or higher.
[94] Fix | Delete
* Added: SSL version verification on Diagnostics panel during update checks.
[95] Fix | Delete
* Added: Latest text translations. Thank you to all our translators.
[96] Fix | Delete
* Added: More aggregators in <txp:article /> 'fields' attribute.
[97] Fix | Delete
* Added: Global 'break', 'replace' and 'trim' attributes.
[98] Fix | Delete
* Added: 'breakby' and 'breakform' attributes for all content types.
[99] Fix | Delete
* Added: <txp:image_info type="mime" />.
[100] Fix | Delete
* Added: Support for Fulah language translation.
[101] Fix | Delete
* Added: Locale for en, and improved locale fallbacks.
[102] Fix | Delete
* Added: Import attributes in <txp:php /> as PHP variables.
[103] Fix | Delete
* Added: 'root' attribute of <txp:page_url /> to create relative URLs.
[104] Fix | Delete
* Changed: <txp:article_custom /> can paginate content using 'pageby' attribute.
[105] Fix | Delete
* Changed: <txp:images /> outputs full-size images if thumbnails don't exist and
[106] Fix | Delete
<txp:images thumbnail="0" /> displays full-size images as expected.
[107] Fix | Delete
* Changed: <txp:images> accepts <txp:else />.
[108] Fix | Delete
* Changed: <txp:variable> default attribute can be used during assignment
[109] Fix | Delete
(thanks, cara-tm).
[110] Fix | Delete
* Changed: Expose 'secondpass' Advanced pref for testing.
[111] Fix | Delete
* Changed: Plugin load warning includes version number.
[112] Fix | Delete
* Changed: Comments off by default on new installations.
[113] Fix | Delete
* Changed: Diagnostics textarea is rendered fully in English to aid support requests.
[114] Fix | Delete
* Changed: If allowed, <txp:php /> is processed in forms even in article body.
[115] Fix | Delete
* Changed: Copy Editors are allowed to use <txp:php /> in articles.
[116] Fix | Delete
* Changed: Better i18n handling for 'ago'.
[117] Fix | Delete
* Developer: New pre-pretext_end callback.
[118] Fix | Delete
* Developer: New txp.image>types callback.
[119] Fix | Delete
* PrismJS 1.23.0.
[120] Fix | Delete
[121] Fix | Delete
Changes in 4.8.4 (29 Nov 2020)
[122] Fix | Delete
[123] Fix | Delete
* Maintenance release including support for PHP 8.0 and bug fixes.
[124] Fix | Delete
* Fixed: Write panel JS error when override forms were switched off
[125] Fix | Delete
(thanks, GugUser).
[126] Fix | Delete
* Fixed: Default publishing section is not updated on section delete/rename.
[127] Fix | Delete
* Added: 'fields' attribute to <txp:article />.
[128] Fix | Delete
* Added: Tags syntax extension to allow for custom processing order.
[129] Fix | Delete
* Added: Additional public-side language strings, primarily for themes.
[130] Fix | Delete
* Added: Latest translations. Thank you to all translators for your hard work.
[131] Fix | Delete
* Changed: Override forms can be of any type, not just article. See prefs.
[132] Fix | Delete
* Changed: Admin-side theme name references are appended with the theme version
[133] Fix | Delete
number.
[134] Fix | Delete
* Changed: Improved keyboard focus within responsive tables (to allow scrolling
[135] Fix | Delete
via arrow keys).
[136] Fix | Delete
* PrismJS 1.22.0.
[137] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function