Releases: KWWDCoding/kwwd-simple-series-for-wp
Release list
v2.0.11 - Version Number Refactoring
- Fix errant versioning numbers to ensure consistency and to ensure updates roll out smoothly
- Release 2.0.11 contains all accumulated features including unreleased versioning
Please check the changelog.txt file for all cumulative changes
v.1.5.6
v1.5.6 (latest)
- Renamed the main plugin file to match folder structure to match WordPress naming conventions
- Added version declaration to defined variables
v1.5.5
- Add github zip workflow to remove release version from generated zip file
- Added rule to ignore "thumbs.db" files
v1.5.4
1.5.4 - Series Archives, Series Lists and Display Controls
- Series archive page which lists all series
- Series archive settings - Expand series or link to series page, show featured image, list/grid view
- Individual Series pages with display settings applied
- More robust Install checking - does /series/ slug exist, allow user to specify a slug
- Minor bug fixes
1.5.3
- Added Series landing page settings for setting styling options
- Moved Series admin into a tabbed settings format to allow for new section
- Added featured image to Series
- Setting to fallback to first available post image if no series featured image is available
1.5.2
- Minor text fix: Alerts incorrectly referenced "Post" instead of "Series"
1.5.1
- Allow a user to add a series directly from the Series meta box on the post/page. If a series already exists with that name the user will be warned and they will be able to select the existing series by clicking on a prompt.
1.5.0
- Added display option settings so you can control the position of the series display to above/below content or both
v1.4.2 - Initial Public Release
v1.4.2
Added in support & settings links to plugin details
v1.4.1
Added in author link to plugin details
v1.4.0
Added: Padding setting (0-40px) for series container
- Available in default settings and individual series override
- Controls internal spacing of series box
Added: List styling options for post links
- Options: None, Decimal (1.2.3), Decimal-leading-zero (01.02.03),
Lower-alpha (a.b.c), Upper-alpha (A.B.C), Lower-roman (i.ii.iii),
Upper-roman (I.II.III), Lower-greek (alpha,beta,gamma), Disc, Circle, Square - Available in default settings and individual series override
Added: Border radius setting (0-10px)
- Available in default settings and individual series override
Added: Search/filter functionality on series edit page
- Type to filter posts in dropdown before adding
- Replaced simple dropdown with searchable input
Fixed: Gap between description and list
- Reduced margins/padding for cleaner appearance
Removed: Bar/divider line and bar color setting
- Removed distracting line under description
- Removed related settings from admin UI
Fixed: CSS duplication optimization
- Base CSS output once per page using custom properties
- Each series gets scoped unique values via inline styles
- Significantly reduces page weight when multiple series displayed
v1.3.0
Added: Dedicated series description field
- Removed post content editor from Series CPT
- Added separate description meta box
- More appropriate for series meta content
Added: Posts can belong to multiple series
- Changed from single series assignment to multiple
- Uses _kwwd_post_series_ids meta (array)
- Post edit screen now shows checkboxes instead of dropdown
- Series edit page shows which posts already in series
Added: Post count badge on admin list
- Green badge shows number of posts in series
- Shows "0 posts" in gray when empty
v1.2.0
Fixed: Collapsed default setting ignored
- Fixed logic to check override before using stored collapsed meta
- Existing series now properly fall back to default when override is off
Fixed: Duplicate "else" syntax error
- Fixed parse error on line 225 caused by invalid if/else structure
v1.1.0
Added: Shortcode display with click-to-copy
- Shows on series list and individual series pages
- Visual feedback when copied
Added: Edit/Delete buttons on All Series list
- Quick actions from main series admin page