Hi guys,
I really like the plugin. It’s simple and makes one less custom post type i have to create on my own. However I ran into a problem … it only shows 10 versions / posts with the shortcode. Here is how I fixed it:
I added ‘posts_per_page’ => -1 to your wp_query string (line 92 or 93 of changelog.php).
This has worked to display all versions with the shortcode. Any way you can update the plugin to include this?
Thanks,
Jonathan