Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Releases: CSS-Paged-Media/printcss-wordpress-plugin

11th release on gumroad

08 May 15:54

Choose a tag to compare

  • 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

09 Oct 14:50

Choose a tag to compare

  • Add Rest Endpoint (POST /wp-json/magazine/v1/pdf, Body {"ids": [265, 123], "theme": "Events"})
  • Add Support for Custom Post Types

Ninth Gumroad Release

08 Oct 19:29

Choose a tag to compare

  • 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

26 Mar 20:16

Choose a tag to compare

Eight Gumroad Release Pre-release
Pre-release
0.1.0

update to version 0.1.0

Seventh Gumroad Release

21 Mar 20:36

Choose a tag to compare

Pre-release
  • Add DocRaptor and Typeset.sh APIs and allow local command to render.

Sixth Gumroad Release

21 Mar 01:15

Choose a tag to compare

Sixth Gumroad Release Pre-release
Pre-release
  • Add Download Theme as ZIP Option
  • Add Upload Theme ZIP File Option
  • Add Help Tabs for Options and Themes Page

Fifth Gumroad Release

20 Mar 20:55

Choose a tag to compare

Fifth Gumroad Release Pre-release
Pre-release
  • Update Theme and Options Page Layout
  • Fix Activation Hook to create Demo Theme

Fourth Gumroad Release

20 Mar 00:08

Choose a tag to compare

Pre-release
  • Added Themes and Theme Editor

Third Gumroad Release

19 Mar 01:54

Choose a tag to compare

Third Gumroad Release Pre-release
Pre-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

18 Mar 15:55

Choose a tag to compare

Pre-release

Added Feature Image and ACF Field Placeholders