4.0.0 changelog + reactions stopped working
-
Hi there,
I downloaded the 4.0.0 release as an update to my premium 3.22.0 version. But all icons stopped working.
I use the following to display them;
<?php if (is_plugin_active('da-reactions-premium/da-reactions.php')) { global $post; $item_type = $post->post_type; $item_id = $post->ID; echo '<div class="quick-reactions">'; echo do_shortcode('[reactions id="' . $item_id . '" type="' . $item_type . '"]'); echo '</div>'; }
But also the backend preview stopped working etc.
So I reverted back to the old 3.22.0 and all was good again.
As a sidenote I couldn’t also find the update on Codecanyon, https://www.da-reactions-plugin.com/knowledge-base/ but only on Freemius.
But nowhere can I find any info about the changes to 4.0.0 in any of the places.
Can you please provide a changelog as to what has changed? And any idea why the 4.0.0 updates has the behavior as explained above?
Thanks in advance for your reply!
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘4.0.0 changelog + reactions stopped working’ is closed to new replies.