Version History
2.0.3 (2020-02-04)
- PHP 7+ compatibility update (requires PHP 5.4+)
2.0.2 (2017-02-15)
- Textpattern 4.6 compatibility update
2.0.1 (2011-01-18)
- New
text
attribute for soo_multidoc_link
.
- New tags:
soo_if_multidoc_linear
: Is this a linear (one-dimensional) collection?
soo_if_multidoc_link
: Compare the up, next, or prev link from the current article against link type or article ID
2.0.0 (2011-01-07)
- Bugfix for
soo_multidoc_link
when combining rel types (e.g. rel=“prev Section”)
2.0.b.3 (1/3/2011)
- Miscellaneous tag warning fixes
- Code cleaning to take advantage of the version 2 move to storing Multidoc data in its own table
2.0.b.2 (9/14/2010)
- Bugfix: collections consisting solely of “only children” and with three or more articles triggered a recursion error.
2.0.b.1 (9/1/2010)
- Comprehensive backend overhaul, introducing:
- Easier collection management, through the new companion soo_multidoc_admin plugin (required)
- Faster page rendering
1.0.b.3 (1/27/2010)
- Articles without
live
or sticky
status now excluded
- Expired articles now excluded or not, according to site preference
- New preference for showing past, future, or all articles
1.0.b.2 (9/18/2009)
- New tags:
soo_multidoc_page_title
(drop-in replacement for page_title
)
soo_multidoc_breadcrumbs
breadcrumb trail within Collections
- changed to new soo_plugin_pref plugin for preference management
1.0.b.1 (7/5/2009)
- adapted to v1.0.b.1 of the underlying soo_txp_obj library
- code cleaning
- downshift to v2.0 of the GPL
1.0.a.7 (6/2/2009)
soo_multidoc_pager
:
- changed
html_id
to only apply to wraptag
- added
wrapclass
and breakclass
attributes
- generally improved
break
behavior
soo_multidoc_article
and soo_multidoc_article_custom
no longer needed, and have been eliminated (thanks to net-carver for the suggestion to use MySQL temporary tables, allowing the replacement of about 270 lines of code with about 12)
1.0.a.6 (5/23/2009)
- Bug fix for using custom field #10 or higher
- Bug fix for error message when there are no Multidoc articles
- Now uses v0.2 of soo_plugin_prefs
1.0.a.5 (5/1/2009)
- Added
<txp:soo_multidoc_page_number />
.
- Fixed a bug regarding multiple
soo_multidoc_pager
tags on the same page.
- Added compatability with soo_plugin_prefs plugin.
1.0.a.4 (4/2/2009)
- Added
limit
and placeholder
attributes to <txp:soo_multidoc_pager />
.
1.0.a.3 (2/6/2009)
- Fixed
add_title
bug in <txp:soo_multidoc_link />
(caused during upgrade to the newer version of the soo_txp_obj library).
1.0.a.2 (2/5/2009)
- No significant changes, but based on a newer version of the soo_txp_obj library.