A plugin for managing the article series you write.
Bugfix
Bugfixes and WP 3.3 compatible. I was hoping to get a new feature in this release but ran out of time and thought it more important to get a bugfix out. Hopefully a new feature by Christmas :)
.live() to .on() because .live() is deprecated in jquery 1.7Bugfixes and backend changes
Note that Organize Series requirements have been bumped to WordPress 3.1 from WordPress 3.0. It should still work on WP3.0 but it will no longer be supported for versions prior to WP3.1.
Bugfixes
Minor New Feature
Bugfixes
fix for series-toc-title not sticking for the page title on the series-toc page.
fixed php warnings on series-options page related to undefined/isset variables.
fixed a typo affecting automatic upgrades for Organize Series Addons.
fixed a few deprecated functions hooking into WordPress.
Bugfix
fixed bug where filtering the posts on the edit post screen excluding series did not return expected results
Also fixed the reported bug where site searches only returned results in series. Searches should work as expected.
Bugfix release
fixed typo with update routine that could affect some updates from earlier versions.
fixed wp_postlist_display() so if it's being used manually it respects the setting for auto_tag_toggle in the series_options page. (ht charles)
changed the required capabability for viewing the series options page to 'manage_options' from the custom 'manage_series'. 'manage_series' capability was assigned to editors along with administrators. The options page should really be limited to administrators as usual.
fixed potential 401's happening with search engine robots on pages containing the series widget if the series_url was changed from the default 'series' via the series options page. (ht tang )
fixed a bug with get_series_posts() that in some cases results php errors.
Bugfix release
version 2.3 resulted in some problems in certain cases for people upgrading from an earlier version of Organize Series. This release should take care of that for those of you with the problems.
fix for potential function name collision with other plugins. (see report here)
removal of wphelp info since it is being discontinued.
Bugfixes and Behind the scenes updates:
One of the major changes in this version of Organize Series is that the "series_part" custom field is now hidden when creating or editing a post. The series meta-box is still there, and series parts still use custom fields but I've taken advantage of a little known feature in WordPress to clean things up on that page.
This version brings in a couple more hooks and filters and also lays the groundwork in other areas for some more future addons planned for Organize Series.
This version also fixes some minor bugs and streamlines the way things work behind the scenes (especially the Quick-edit feature on the edit.php page).
Improved the usability of the "add new series" input in the series-meta box on the create/edit post screen. When adding a new series it will appear at the top of the list of series instead of at the bottom as before.
For those of you using template tags for custom implementation of Organize Series (i.e not having it automatically done via the series options) the following changes have been made that are important to take note of:
wp_postlist_count(): Previously you could just use wp_postlist_count() in the loop and get the number of posts in the series that a post belonged to without passing the series id (i.e. wp_postlist_count('39') where "39" is the id of the series)). Now if you can still have Organize Series to dynamically figure out the series id but to do it you need to do this -> wp_postlist_count(false,true);
wp_series_part(): Previously you could just use wp_series_part() in the loop and get the part the post was in a series that a post belonged to withouth including the series id (see how it worked for wp_postlist_count() above). Now, to do this you need to use the following format -> wp_series_part(0,0,true)
wp_series_nav(): Same changes as above two functions. To have the nav dynamically generated without knowing the series_id for the series a post belonged to, use the following format (leaving other options at defaults) -> wp_series_nav(null,true,false,false,true)
You can view all the specifics of the changes and cleanup that's been done via this changeset
Bugfix release AND full compatibility check with WordPress 3.1
Organize Series is fully compatible with the upcoming version 3.1 of WordPress.
Fixed a bug with the ajax form in the series meta box on the edit-post.php page. When creating a new series using the form the new series would be created BUT not automatically selected. Also you wouldn't be able to attach the post to the new series until the page was reloaded. This is fixed.
The Series dropdown in the SeriesTOC widget would not redirect to a series archive page when a series is selected (in certain cases). This has been fixed.
Some other bug fixes for certain cases where a "FATAL ERROR..." message would appear.
a naming convention change. On WordPress version prior to 3.1 you will see the name of the menu item for the Manage Series page as "Series". With WordPress 3.1 this will go back to "Manage Series" which is what it was prior to this release. The reason for the difference is I'm using a new paramater available for the taxonomy api (menu_name) so I can clean up what the General Taxonomy name is (from "Manage Series" to "Series"). This WILL affect any users who have localization files. If you start using Organize Series 2.2.9 with the 3.0 branch of WordPress make sure you revisit your translation files once you upgrade to WordPress 3.1 to make sure all the translations are correct.
minor bugfix (not a necessary update unless you are using any premium addons for Organize Series)
Some more bugfixes:
renamed a class related to the automatic plugin updates (for premium orgseries addons) that conflicted with another plugin. I should've been more unique... If you experienced errors when activating a newer version of any Organize Series addons, this was why. You should be good to go with this update.
fixed a bug with the get_series_link() function that would produce an error if you didn't include a paramater.
some more minor cleanups of the readme.txt file.
Some houskeeping in this release along with including the framework to enable automatic updates for addons released on OrganizeSeries.com
Two more bug fixes:
fix for scheduled posts not retaining a set series part number.
fix for "<<Manage Series" showing up in the browser title when a series archive page is displayed. I've completely removed that text and now just the "Series: {series title} << {Blog Title}" is showing up.
Display Bug Fix
More bugfixes
made some fixes in the javascript for the quick-edit implementation so Organize Series plays nicely with other plugins that hook into the quick-edit.
fixed an incorrect path pointer that broke the series-options page for users with a custom WP_CONTENT_DIR set.
modified the function returning the series_icon_url so it works correctly for users with a custom WP_CONTENT_DIR and WP_CONTENT_PATH set.
Another bugfix release
Fixed query bug: When series archive pages were displayed, any widgets or other plugins querying posts (using $wp_query) on the page would not display expected posts (i.e. "Recent Posts" widget, Alikivia Sideposts, "Kates Gasis' Sideblog" plugin). The custom joins/wheres/orderbys used by Organize Series are now isolated to only occur for the series posts being displayed. Other queries on the page should be unaffected now.
Cleaned up errors shown by setting wp_debug as true in the wp-config.php file.
Introduced with 2.2.1 was a bug where get_seriestoc() would not return the correct permalink for the series toc in certain cases. This is fixed in 2.2.2
Fixed conflict with wp-hide-posts plugin.
This is a bugfix release
Fixed series archive bug: When series_custom_base and series_toc_url were the same (as set on the series options page) then any links to specific series archive pages would load the series-toc page. With this fix it is possible to have both set as the same without any problems. (NOTE: After upgrading make sure to visit your series options page and make sure the custom_base and series_toc_url are set. If not you will have problems with your sites rss feeds.)
Fixed scheduled post bug: This bug affected scheduled posts that were a part of a series that lost all series information when they transitioned to a published post.
Fixed draft and pending posts bug: This bug affected posts that were saved as a draft or pending and then later published. When published the "total parts in series" count would not increment.
This version is a major update to the plugin and introduces big changes to the core code and structure of the plugin. Care has been given to make the upgrade as seamless as possible for users of previous versions but you will definitely want to read over the changelog to see if there are any changes that will impact you.
AS ALWAYS - BACKUP YOUR BLOG FIRST BEFORE UPGRADING!!
Highlights
Changes
{developer note} did a full review of the plugin files and updated any deprecated WordPress hooks/filters/functions to the current implementation.
{bug fix} A lot of the jQuery/javascript has been given a once over and this should fix the reported conflicts with plugins like the Admin DropDown Menu plugin by Ozh.
{bug fixes} There are numerous bug fixes and optimization done to the plugin since the last version. For a full look at the changes check out changeset.
{enhancement} Organize Series now incorporates the same look and feel for the "manage series" page as any of the built-in WordPress taxonomy management pages. This includes the ability to "Quick-Edit" series information.
in_series($series_term) This function will check if the current post is in a given series OR if the post is in ANY series (when the series_id or series_slug isn't provided). Will return true or false.is_series_toc This function will check to see if the displayed page is the series_toc page. Helpful for in the cases when you want to do something custom in the header or footer or sidebar of a seriestoc page.
Requires: 3.3 or higher
Compatible up to: 3.3.1
Last Updated: 2012-1-17
Downloads: 55,953




