All Versions
18
Latest Version
Avg Release Cycle
89 days
Latest Release
1256 days ago

Changelog History
Page 2

  • v4.7.1 Changes

    June 25, 2018
    • πŸš€ Maintenance release with bug fixes.
    • πŸ›  Fixed: <txp:article /> and <txp:article_custom /> correctly parse their content.
    • πŸ›  Fixed: <txp:article /> with 'listform' attribute returns correct value.
    • πŸ›  Fixed: Textpack correctly updates timestamp where web server and database server reside in different timezones.
    • πŸ›  Fixed: Fallback to 'C' locale in some situations.
    • πŸ›  Fixed: Section page/style selectors are correctly populated.
    • πŸ›  Fixed: Articles without a URL-only title have a valid permlink across all link formats.
    • πŸ”„ Changed: Additional code optimization for PHP 5.4 and later.
    • πŸ”„ Changed: Improved language string coverage in setup process.
    • πŸ”„ Changed: Extended use of Textpattern 4.7.*-native tags in Four Point Seven theme.
    • πŸ”„ Changed: Additional database-related information included in Diagnostics.
    • βž• Added: Latest translations.
    • PrismJS 1.15.0.
    • jQuery File Upload 9.22.0.
  • v4.7.0 Changes

    May 15, 2018

    Textpattern CMS 4.7.0 notable changes:

    • In memory of Dean Cameron Allen, creator of Textpattern CMS.
    • πŸ”„ Changed: Minimum system requirements increased to PHP 5.4.0.
    • πŸš€ Textpattern instances older than version 4.2.0 (released 17 Sep 2009) should upgrade to version 4.2.0 before upgrading to version 4.7.0.
    • βž• Added: Support for website themes, markup stored within the database (accessed via the Themes panel) and available as flat file templates for easier version control, portability and installation (many many thanks, NicolasGraph).
    • βž• Added: Support for installation on Nginx web servers (thanks, makss).
    • βž• Added: Support for automated installation from CLI (thanks, makss).
    • βž• Added: Filipino language translation (thanks, Joseph Buarao).
    • βž• Added: Tagalog language translation (thanks, Kurt Lem Zamora).
    • βž• Added: User-selectable column list options in tables replaces 'Show more detail' checkboxes. Settings remembered per device.
    • βž• Added: Valueless attributes.
    • βž• Added: Optional short-tags.
    • βž• Added: Ability to use Forms as tags via <txp:output_form /> or <txp::shortcode /> tags.
    • βž• Added: Tag global attributes: 'breakby', 'breakclass', 'class', 'escape', 'html_id', 'not' and 'wraptag'.
    • βž• Added: <txp:article_custom /> tag can count pages.
    • βž• Added: <txp:evaluate /> tag.
    • βž• Added: <txp:header /> tag allows optional setting of HTML headers on page output.
    • Added: <txp:if_logged_in /> tag.
    • βž• Added: XML and JSON file support. Completely overhauled setup procedure to centralise and verify/delete preferences on upgrade. Table structure and preferences defined in files for easier maintenance (thanks, makss).
    • βž• Added: Per-user admin panel language preference (decoupled from site language preference).
    • βž• Added: All users can administer their own key biographical info.
    • βž• Added: Ability to copy an article without enforced save.
    • βž• Added: Button to swap width and height values on image edit thumbnail generator.
    • βž• Added: Ctrl+S/Cmd+S keyboard shortcuts for Submit, Publish and Save buttons on any admin panel.
    • βž• Added: Multiple Files and Images upload with progress meter.
    • βž• Added: Section searches by description.
    • βž• Added: Visual indicator that a subset of search fields are in use.
    • βž• Added: One-pass comment searches by parent article (thanks, makss).
    • βž• Added: Diagnostics can optionally suppress sensitive path data.
    • βž• Added: 'Expire now' checkbox on Write panel.
    • βž• Added: Automatic table of contents generation for well-structured plugin help text.
    • βž• Added: JSON-LD and Open Graph metadata scaffold included with default theme.
    • βœ‚ Removed: Involuntary Personally Identifiable Information within comments (IP address) and logs (IP address/host) no longer collected - for GDPR compliance.
    • βœ‚ Removed: Any pre-existing IP addresses stored in comments database table are deleted upon upgrade to 4.7.0 (and not stored in future) - for GDPR compliance.
    • πŸ”„ Changed: Comments 'Remember me?' option is now an opt-in instead of opt-out, setting stored in localStorage instead of as a cookie - for GDPR compliance.
    • πŸ”„ Changed: Revised multi-site installation routine and symbolic linking (thanks, jools-r).
    • πŸ”„ Changed: Most panels perform saves/searches/pagination without page refreshes (Ajax).
    • πŸ’… Changed: Last used Page/Form/Stylesheet remembered.
    • πŸ”„ Changed: Forms can recursively (up to 15 levels deep) call themselves.
    • πŸ”„ Changed: <txp:breadcrumb /> can be used as a container tag, and accepts 'type' attribute.
    • πŸ”„ Changed: Enhanced <txp:article /> sort and status handling.
    • πŸ”„ Changed: Enhanced <txp:article_custom /> 'exclude', 'expired', 'month' and 'time' attributes.
    • πŸ”„ Changed: <txp:category_list /> can output nested lists.
    • πŸ”„ Changed: <txp:if_category /> accepts 'parent' attribute.
    • πŸ”„ Changed: <txp:image_author /> tag accepts 'id' and 'name' attributes.
    • Changed: txp:link_to_next/ and <txp:link_to_prev /> are more consistent.
    • πŸ”„ Changed: Reinstate txp:keywords tag and add 'break', 'class' and 'wraptag' attributes.
    • Changed: Deprecated <txp:image_display /> and <txp:image_index /> tags, use <txp:image /> and <txp:images />, respectively, instead.
    • πŸ”„ Changed: <txp:newer /> and <txp:older /> tags accept 'rel' attribute.
    • πŸ”„ Changed: <txp:output_form /> tag supports user-defined attributes, coupled with txp:yield.
    • πŸ”„ Changed: <txp:page_title /> tag SEO - site name renders after page name, default separator changed from ': ' to ' | ', page numbers added.
    • πŸ”„ Changed: <txp:page_url /> tag can return more URL paths via 'type' attribute.
    • πŸ”„ Changed: <txp:site_url /> tag accepts 'type' attribute to return admin-side URL.
    • πŸ”„ Changed: Deprecated the 'poplink' attribute on <txp:thumbnail /> tag.
    • πŸ”„ Changed: txp:yield tag accepts 'name' and 'default' attributes.
    • πŸ”„ Changed: Pagination tags (like <txp:newer /> and <txp:older />) can be placed before <txp:article /> tag.
    • πŸ”„ Changed: Image Edit panel available to all users - read-only to some (thanks, phiw13).
    • πŸ”„ Changed: Textfilter options and help topics moved inline with their textareas. Write panel 'sidehelp' twisty and article>sidehelp callback removed.
    • πŸ”„ Changed: Categories moved from Sort & Display subpanel to their own twisty. Override Form (if used) moved to 'Sort and display' subpanel. 'Advanced' twisty and its callback removed.
    • ⚑️ Changed: Languages are updated automatically on upgrade.
    • πŸ”„ Changed: Further improvements to RTL language support.
    • πŸ”„ Changed: Language translations included in core instead of legacy RPC server.
    • πŸ”„ Changed: Diagnostics and tag trace reports always rendered in English (for easier international support enquiries). Text strings moved to 'mode.ini'.
    • πŸ”„ Changed: Use local inline help files instead of legacy RPC server. Help topics rendered in dialogs instead of new window (thanks, makss).
    • πŸš€ Changed: Use JSON file to check for new releases/pre-releases instead of legacy RPC server (thanks, makss).
    • πŸ”„ Changed: Cleanup of panels/UI elements shown based on specific user roles.
    • πŸ”„ Changed: Plugin Textpacks stored in database and installed on demand.
    • πŸ”„ Changed: Plugins have persistent data column available for custom storage.
    • πŸ”„ Changed: Clearer plugin list on Diagnostics panel.
    • πŸ”„ Changed: Article posted/modified info and ID moved below Title field.
    • πŸ”„ Changed: Enable HTTP 226 responses (thanks, da2x).
    • πŸ”„ Changed: Make Preferences panel and subpanels fully printable (thanks, phiw13).
    • πŸ”„ Changed: Panel states stored only client-side (localStorage).
    • πŸ”„ Changed: pluggable_ui() behaves more intelligently when chaining.
    • πŸ”„ Changed: Pagination steps are more grid friendly: 12/24/48/96 items.
    • πŸ”„ Changed: More locale-aware date handling in safe_strftime().
    • πŸ”„ Changed: Deprecated support for uploading .swf files via Images panel (support will be removed entirely at Textpattern 4.8.0).
    • πŸ”„ Changed: Extensive admin theme image optimizations.
    • πŸ”„ Changed: Admin theme accessibility improvements.
    • πŸ”„ Changed: Admin theme layout improvements on small devices.
    • πŸ”„ Changed: Pagination and search added to Plugins panel.
    • πŸ”„ Changed: Plugin preview page syntax highlighting and layout improvements. Also show Textpack string additions preview (if applicable).
    • πŸ’… Changed: Removed 'Create ...' links from Pages/Forms/Styles panels when viewing a new, unsaved Page/Form/Style (thanks, adi).
    • πŸ”„ Changed: Categories can no longer reassign the parent of a child element to its children. Avoids infinite tree loops.
    • πŸ”„ Changed: Article preview includes debug info.
    • πŸ”„ Changed: 'wraptag' attribute can prepend/append content using special '<+>' syntax.
    • πŸ”Œ Developer: 'ahu' constant as multi-site-compatible URL to admin side. Plugin authors please use ahu in place of hu.'textpattern'.
    • πŸ›  Fixed: Multi-site setup overhauled: Correct setup and install messages, diagnostics information, login URL in user-invite email, login cookie accessible to public and admin URLs (thanks, jools-r).
    • πŸ›  Fixed: SQL injection in 'qty' attribute (thanks Manuel Garcia CΓ‘rdenas).
    • πŸ›  Fixed: Keyboard navigation on select list popups.
    • πŸ›  Fixed: Only update database version string if using release version.
    • πŸ›  Fixed: Support for other MySQL client versions (thanks, CeBe).
    • πŸ›  Fixed: URL handling for /title and /year/month/day/title (thanks, planeth44).
    • πŸ›  Fixed: Panel layout improvements across all privilege levels.
    • πŸ›  Fixed: Per-user preferences exposed to all users (thanks, gaekwad).
    • βœ‚ Removed: zxcvbn password strength meter.
    • Textile 3.6.
    • jQuery 3.3.1.
    • PrismJS 1.14.0.
    • PHPass 0.5.
    • jQuery File Upload 9.21.0.

    πŸš€ A massive thank you to all coders, collaborators, translators, documentors, supporters and community folk who have contributed so much to this release. You help make Textpattern what it is today.

  • v4.7.0-rc.1 Changes

    May 10, 2018

    πŸš€ Release Candidate 1 for Textpattern 4.7.0.

    Notable changes since third beta:

    • 🌐 Include new translations - thank you once again to all translators for keeping pace.
    • βž• Add preamble to Languages panel regarding translations.
    • GDPR compliance:
      • <txp:comment_remember> now forgets for good (destroys cookie) and defaults to 'off'.
      • No collection of IP when a user leaves a comment.
      • No logging of IP/host and no reverse DNS lookups. General hit logging capability still retained, just without Personally Identifiable Information being collected (thanks, Destry et al).
    • πŸ”Š Logs panel operates via AJAX.
    • πŸ›  Fix upgrades from 4.5.x. It's even possible to jump from 4.2.0 directly, although it's safer to do it in two or more hops with 4.2.0 and 4.5.7 as the stepping stones (thanks, gaekwad and phiw13).
    • πŸ‘Œ Improve article sort values for complex conditions.
    • More consistent link to next/previous.
    • Using the shorthand status in <txp:article> tags assumes any published status (live/sticky currently).
    • πŸ’… Permit any file type to be handled from the Styles panel (js, svg, txt, ...) if the hidden assets_mimetypes pref is set with a list of supported file extensions (thanks, colak).
    • πŸ“‡ Public theme tweaks to include Facebook OpenGraph and JSON-LD metadata (thanks, gaekwad).
    • πŸ›  Fix multiple notifications being trashed by newer ones when doing a series of file-based actions (thanks, gaekwad).
    • Visual tweaks such as higher contrast ratios and visual weight to improve readability.
    • πŸ›  Fix some GIF uploads (such as animated GIFs) throwing warnings if the transparent colors were out of range.
    • βœ‚ Remove 'Copy' link from articles panel for now as it's not so pretty. Copy capability retained via URL manipulation (e.g. so plugins can step in).
    • Permit pophelp on link headings - reinstate the pophelp on the Custom Fields group (thanks, gaekwad).
  • v4.7.0-beta.3 Changes

    April 06, 2018

    Notable changes since second beta:

    • πŸ›  Fix syntax errors on PHP <5.6 (thanks, makss).
    • 🌐 Included new language translations - thank you to all translators.
    • πŸ‘ Staff Writer/Freelancer/Designer saving as Live/Sticky gives better notification feedback (thanks, Pete Cooper).
    • Sub-Copy Editor-level users can now modify an article immediately after initial save (thanks, Pete Cooper).
    • Categories: can no longer reassign the parent of a child element to its children! Avoids infinite tree loops.
    • πŸ›  Fixes and UX improvements for lower privilege level users.
    • πŸ’» Margin tweaks for UI elements across devices.
    • Checkbox and radio button visual tweaks.
    • πŸ‘‰ Make 'new' links consistent throughout the interface.
    • πŸ’… Only show 'new' links when on saved Pages, Forms and Styles (thanks, Adi).
    • More consistent URL title when duplicating articles.
    • πŸ›  Fix Save/Publish button interaction when changing status.
    • Hide list options for empty tables.
    • πŸ‘Œ Improve panel layout across all privilege levels (thanks, Pete Cooper).
    • 🏷 Tag builder link only appears for authors with sufficient privileges.
    • Permit all users to edit per-user prefs.
    • βž• Add debug info to article preview step.
    • Only show article preview option if privileged.
    • 🚚 Move more panels to Ajax saves.
    • βž• Add pagination and search to Plugins panel.
    • πŸ›  Fix pagination message when searching boolean values.
    • πŸ‘‰ Make search impossible if no fields are chosen.
    • βž• Add Textpack preview and tidied plugin preview step.
    • πŸ›  Fix installation of language textpacks from plugins (thanks, Adi and jools-r).
    • πŸ”Œ Only show truly active plugins in Diagnostics, and strikethrough plugin status if prefs indicate certain types are inactive (thanks, Uli).
    • Alter working theme when saving section asset assignments (thanks, ruud).
    • πŸ”Œ Permit direct manipulation of $textarray as an interim fallback for legacy plugins.
    • Permit custom field content to be omitted in <txp:article_custom> based on the exclude attribute.
    • βž• Add <+> syntax for prepend/append in wraptag attribute.
    • πŸ›  <txp:yield> fixes to permit unset attributes.
    • 0️⃣ <txp:output_form> uses yield by default.
    • πŸ›  Fix Textile use-string-as-array bug (thanks, Pat64).
    • 🐎 Parser performance tweaks.
    • βž• Add sync param to theme callbacks.
    • πŸ‘‰ Use correct txp. prefix for API calls, instead of api..
  • v4.7.0-beta.2 Changes

    March 21, 2018

    Notable changes since first beta:

    • Hardened the Languages panel to help prevent form resubmission spamming (thanks, Pete Cooper).
    • Added ability to copy an article (from the Articles list panel) without automatically saving it (thanks, cara-tm). This is distinct from 'Duplicate' which does save the clone as Draft with a new title that includes the ID.
    • βž• Added rel attribute to newer/older tags.
    • πŸ‘Œ Improved the Themes update/export multi-edit options to be clearer.
    • πŸ›  Fixed blank page on them update if no theme selected (thanks, NicolasGraph).
    • πŸ›  Fixed layout bugs on the Themes panel (thanks, phiw13).
    • πŸ‘‰ Tweaked layout of upload category buttons on Images and Files panels (thanks, phiw13).
    • πŸ›  Fixed alignment of Textfilter drodowns.
    • βž• Added a whole bunch of other visual tweaks to improve usability.
    • Tightened other language text around the place (thanks, Destry).
    • πŸ›  Fixed Diagnostics alert for All Checks Passed (thanks, Adi).
    • βœ‚ Removed global attribute fields in tag builder, pending overall tag builder improvements.
    • πŸ›  Fixed pagination in plugins using legacy pageby calls (thanks, Adi).
    • πŸ›  Fixed order of Form blocks (thanks, phiw13).
    • πŸ‘Œ Improved Languages API and reintroduced public $textarray to help plugins authors (thanks Adi).
    • Permitted multiple language identifiers in a single Textpack (e.g. en, en-us, en-gb).
    • πŸ›  Fixed a few stray Textpack string grouping issues.
    • πŸ›  Fixed string trim when using the escape attribute's tidy feature (thanks, cara-tm).
    • Tightened data sanitization and added more defensive coding (thanks, Manuel GarcΓ­a CΓ‘rdenas).
    • πŸ›  Fixed /title only mode and /year/month/day/title interpretations (thanks, planeth44).
    • 🌐 Included new translations - thank you to all translators who work tirelessly to keep up with our code meddling.
  • v4.7.0-beta Changes

    March 07, 2018

    πŸš€ Beta release of Textpattern 4.7.0. Please see HISTORY.txt for a full list of changes that will appear in the 4.7.0 stable release.

    πŸš€ As this is a beta, code may change between this and the final 4.7.0 stable release. As such, it is not recommended for production use. If you do, back up your existing database and filesystem before upgrading.

    πŸš€ Please report any issues here, stating the beta version that you are using. Further beta releases may be required prior to 4.7.0 stable release, depending on issues reported.

  • v4.6.2 Changes

    October 21, 2016
    • πŸš€ Maintenance release with bug fixes.
    • πŸ›  Fixed: More complete SQL trace on non-row-based queries.
    • πŸ›  Fixed: Update process for filesystem-only releases.
    • πŸ›  Fixed: Normalise link text in some tag builder tags (thanks, makss).
    • πŸ›  Fixed: Incorrect focus ring styling.
    • πŸ›  Fixed: Define Trace in RPC (thanks, Retrax/makss).
    • βž• Added: Better cross-browser support for input type=color (thanks, NicolasGraph).
    • βž• Added: Support for printing of admin panels.
    • βž• Added: Additional Latvian setup translations.
  • v4.6.1 Changes

    October 04, 2016
    • πŸš€ Maintenance release with bug fixes.
    • βž• Added: A modern interpretation of the 'Classic' admin theme.
    • βž• Added: More complete SQL trace (thanks, makss).
    • πŸ›  Fixed: New articles only marked modified after modification (thanks, gaekwad).
    • πŸ›  Fixed: Silently fail if old files cannot be deleted.
    • πŸ›  Fixed: Conditional tags now trigger correctly (thanks, craigerskine).
    • Fixed: Missing sql_now_* preferences (thanks, makss).
    • πŸ›  Fixed: Save preference pane states on keyboard focus too (thanks, phiw13).
    • πŸ›  Fixed: Avoid setLocale errors if locale unavailable in lang tag attributes (thanks, brachycera).
    • πŸ›  Fixed: 'Change author' multi-edit only available to users with sufficient rights (thanks, makss).
    • πŸ›  Fixed: Relative URLs in feeds (thanks, hidalgo).
    • πŸ”„ Changed: Made better use of available screen estate for presentation panel code textareas (thanks, phiw13).
    • πŸ”„ Changed: Tightened up vertical layout on Forms panel.
    • πŸ”„ Changed: Put an upper limit on preference group widths for better readability (thanks, phiw13).
    • πŸ”„ Changed: CONTRIBUTING.textile info has been consolidated into main README.txt file.
    • πŸ’» jQuery UI 1.12.1.
    • zxcvbn 4.4.0.