Releases: CSS-Paged-Media/printcss-wordpress-plugin
Releases · CSS-Paged-Media/printcss-wordpress-plugin
11th release on gumroad
- Avoid storing PDFs in the Media Section, instead directly downloading them
- Added an Option to show buttons in the page/post editors directly
- Support ACF Group Fields
- add methods magazineModifyHtml, magazineModifyCss, and magazineModifyJavascript
The functions can be defined in the functions.php of your WordPress installation, you will get passed an string of the code which you can modify before the PDF gets rendered.
Tenth Gumroad Release
- Add Rest Endpoint (POST /wp-json/magazine/v1/pdf, Body {"ids": [265, 123], "theme": "Events"})
- Add Support for Custom Post Types
Ninth Gumroad Release
- Add new Placeholders for Posts and Pages ({{categories}}, {{category_slugs}})
- Add Placeholders for Prefix and Postfix HTML ({{toc_list}})
- Add ACF Conditional Placeholders for Prefix and Postfix HTML (example: {{post.ACF_fieldName=fieldValue.title}})
- Update Help Text with new Placeholders
- Add Placeholder Buttons next to the Theme Editors
- add magazineSortAndFilterPosts for functions.php (The function magazineSortAndFilterPosts can be defined in the functions.php of your WordPress installation. You will get passed an array with the post ids, which you can filter or sort. You will need to return an array with the post ids in your method.)
Eight Gumroad Release
0.1.0 update to version 0.1.0
Seventh Gumroad Release
- Add DocRaptor and Typeset.sh APIs and allow local command to render.
Sixth Gumroad Release
- Add Download Theme as ZIP Option
- Add Upload Theme ZIP File Option
- Add Help Tabs for Options and Themes Page
Fifth Gumroad Release
- Update Theme and Options Page Layout
- Fix Activation Hook to create Demo Theme
Fourth Gumroad Release
- Added Themes and Theme Editor
Third Gumroad Release
- Add Widget to show render link on the website
- Placeholder replacement in the CSS and JS files
- Added ACF_ as prefix for the ACF Placeholders
- Added Placeholder for the page/post slug
Second Gumroad Release
Added Feature Image and ACF Field Placeholders