=== AnyComment === Contributors: ateshabaev Donate link: https://anycomment.io/site/tariffs Tags: comments, ajax comments, comment, comment moderation, comments seo, anycomment, jetpack, wpdiscuz, cackle, disqus, hypercomments, vuukle Requires at least: 4.7 Tested up to: 5.9 Requires PHP: 5.6 Stable tag: 0.3.6 License: GPLv2 or later License URI: http://www.gnu.org/ AnyComment is blazing-fast commenting plugin based on React for WordPress. == Description == AnyComment is blazing-fast commenting plugin base on React for WordPress. It stands for simplicity & speed. We value feedback, so if you have any failures or suggestions - please let us know in [support forum](https://wordpress.org/support/plugin/anycomment) or [GitHub](https://github.com/bologer/anycomment.io/issues)! You can simply switch without any migrations from the following plugins: - Jetpack - wpDiscuz - Disqus - Cackle - Hypercomments - Vuukle = Resources = * [Official website](https://plugin.anycomment.io/en/) * [All guides](https://plugin.anycomment.io/en/category/tutorials/) * [Configure socials](https://plugin.anycomment.io/en/category/tutorials/socials/) * [GitHub repository](https://github.com/bologer/anycomment.io) * [VK.com group](http://vk.com/anycomment) * [Telegram group](https://t.me/joinchat/BEUJEQ9aMmQsFX65MNRCDg) = Demo = Feel free to use [this demo page](https://plugin.anycomment.io/demo/). Every time new version is released, demo plugin will be updated as well, so you always see the latest version. = Get Started = In order to start, you need: * Install plugin * Choose social networks you prefer * Configure social networks you need (we have guides English & Russian to help you with this) * You are good to go! And good new is AnyComment is free & no dependency on third party services, all comments stored in your database. = Features = * All comments stored in your own database. We reuse native comment's table, so all of the default WordPress functionality comes out of the box. * Social network authorization via Facebook, VK, Twitter, Google, Odnoklassniki, GitHub, Twitch or Dribbble * SEO Indexing * Ability to switch to cloud version * Ability to define who can leave comment: guests only, with social authorization or both * Ability to upload files (define allowed extensions, limit, who can upload, etc) * When user leaves a tweet link in the comment, plugin can embed it as external Twitter widget (can be disabled) * Ability to customize design * Blazing-fast comments based on React & WordPress REST API * Alert notification in comment area when new comment was added * Notifications about new comment reply * Notifications about new comment to administrator * Ability to specify comma-separated list of words to be used to hold comments for moderators * Ability to have bold, italics, underline, quotes, links or clear formatting. Each type can be disabled separately or the whole toolbar together * Image and video URLs as attachment (control via admin) * GDRP compliant, ability to provide `Privacy Policy` link, so users know how their data processed and used (when not provided, no checkbox will be shown to users) * Social avatars shown globally * Likes (see likes count per comment/user in admin) * Ability to rate (1-5 stars) page in comments (1-5 stars) * Edit/delete comments when you are the owner or have moderate permission(s) directly in client area * Assign default group for users who authorize via social network * See user's social profile URL in admin * Simple & informative dashboard with graphs to display number of comments over number of users who were engaged in the conversation per certain period & most active users * Get latest plugin update news directly in the dashboard, don't miss a thing = Integrations = * [Akismet](https://wordpress.org/plugins/akismet/) to fight spam messages * [WP Mail SMTP](https://wordpress.org/plugins/wp-mail-smtp/) to set-up SMTP server * [WP User Avatar](https://wordpress.org/plugins/wp-user-avatar/) to upload global or personal avatar * [reCAPTCHA](https://www.google.com/recaptcha) to fight spam messages * [BuddyPress](https://wordpress.org/plugins/buddypress/) when somebody sends comment with "@" sign + username. = TODO features = * Option: ability to specify thanks message and/or page when user left his first comment, #88 * Option: when user does not have email after registration via social, ask for it somewhere in the comments again * Option: notify moderators about new comments, #77 * Option: embed Instagram photos, #115 * Option: embed Instafeed, #116 * Ability to choose comment to make it sticky at the very top of all comments, #76 * Add checkbox to subscribe to new replies, #73 (now it is mandatory) * Option: Ability to ban user or by IP address, #70 * Support more languages * Code highlighting * Markdown support * Add more guides on how to set-up certain services, Google SMTP, Amazon SES, etc * Cross sharing of comments, when user posts a comment, duplicate it on their wall * Add Yahoo as authorization option * More widgets to be added on the page (sidebar, custom pages, etc) * Special moderator panel integrated into custom AnyComment pages (for easy comment moderation) * More statistics and analytics... * [And a lot more...](https://github.com/bologer/anycomment.io/issues) == Screenshots == 1. Plugin dashboard. Analytics on current month and most active users. 2. Social settings view. Ability to configure each social network. 3. "Generic" tab settings. Ability to control embeds, default user group, toggle comments, sorting, etc. 4. "Elements" tab settings. Ability to control comment elements, such as editor actions, guest fields, etc. 5. "Design" tab settings. Ability to control the way comments look, so they fit the best to you website. 6. "Moderation" tab settings. Ability to control comment filtering. 7. "Notification" tab settings. Ability to control email notifications for admin, replies and subscribers. 8. "Files" tab settings. Ability to control file upload settings. Maximum size, mime types, etc. 9. "Editor" tab settings. Ability to specify custom CSS styles. 10. "Integration" tab. Ability to control different integrations, such as Akismet, reCAPTCHA. 11. "Shortcodes" tab. It shows all available shortcodes. For example, put comments in custom place. 12. "Tools" tab. It allows to clear internal plugin cache, copy debug report and import comments from HyperComments. == Frequently Asked Questions == = Installation Instructions = * Install via WordPress admin panel directly (or [download plugin](https://downloads.wordpress.org/plugin/anycomment.zip) and upload into the `/wp-content/plugins/` directory) * Activate it from `Plugins` section in admin panel * Go to preferred social media and register to get API access (API key, secrets, etc) * Specify required API details in special social network settings * Enable comments in Generic settings to replace native comments * Go to some post and try to authorize using any of the enabled social networks and leave a comment! = What social networks does AnyComment support? = So far we support the following: * Facebook * Twitter * Google * Vkontakte * Odnoklassniki * GitHub * Twitch * Dribbble * Yandex * Mail.Ru * Steam = Can I contribute? = Yes you can! Join in on our [GitHub repository](https://github.com/bologer/anycomment.io) = Comment form does not load or gives an error? = AnyComment uses WordPress' REST API. Please confirm two things: 1. You WordPress is 4.7 or higher (this is when WordPress introduced REST API) 2. Going to `http://yourdomain.com/wp-json/` SHOULD NOT redirected to `http://yourdomain.com` or it give 404 Not Found page For the first step - just upgrade WordPress, it is good idea anyways. For the second, check for plugins which make "optimization" of website. Most of them disable REST API. For example, [Clearfy](https://wordpress.org/plugins/clearfy/) has option "Disable Rest API". Having this option "On" will fail to load comments in AnyComment. Not yet working? Use one the links mentioned in the description above to contact us, we will be happy to help you! = Why Do Socials Ask For Privacy Policy link? = It is now one of the requirements to have Privacy Policy link on your website due to GDRP regulation. AnyComment is GDRP compliant. You can read more about General Data Protection Regulation on [Wikipedia](https://en.wikipedia.org/wiki/General_Data_Protection_Regulation). Read guide on how to create "Privacy Policy" page: - [English version](https://plugin.anycomment.io/how-to-create-privacy-policy-page-in-wordpress/) - [Russian version](https://plugin.anycomment.io/ru/kak-sozdat-stranitsu-politiki-konfidentsialnosti-v-wordpress/) = Why Does Facebook Require HTTPs? = From some recent time, Facebook now required website to have HTTPs connection in order to work with their API and we cannot do anything about it. Most of the hosting providers support single button-like installation of SSL certificate, so it should not be that difficult. It could only be difficult for website who have HTTP only and hight traffic as transfer to HTTPs can cause some traffic lose. == Changelog == = 0.3.6 – 14.05.2022 = **Fixes:** - Fixed infinite redirect on social login = 0.3.5 – 04.05.2022 = **Fixes:** - Fix improvements for CVE-2021-24838 = 0.3.4 – 03.05.2022 = **Fixes:** - Fixed open redirect issue reported in CVE-2021-24838 = 0.3.3 – 21.04.2022 = **Fixes:** - Fixed dashboard graph when data wasn't displaying = 0.3.2 – 07.04.2022 = **Fixes:** - Minimal WordPress version now 4.7 instead of 4.4 = 0.3.1 – 04.04.2022 = **Fixes:** - Fixed incompatibility with PHP 5.6 = 0.3.0 – 23.01.2022 = **Fixes:** - Now synchronization enables comments automatically - Now synchronization works for WooCommerce reviews as well - Fixed comment count when enabling WooCommerce - Removed Instagram as not more supported = 0.2.21 – 18.01.2022 = **Fixes:** - Security fixes = 0.2.20 – 17.01.2022 = **Fixes:** - Security fixes = 0.2.19 – 12.01.2022 = **Fixes:** - Security fixes = 0.2.18 – 09.01.2022 = **Fixes:** - Security fixes = 0.2.17 – 05.12.2021 = **Fixes:** - Disabled ssl verification on requests to AnyComment API due to potential bug in Let's Encrypt = 0.2.16 – 02.12.2021 = **Fixes:** - Fixed error when downloading debug information - Added extra debugging information when synchronizing SaaS API keys = 0.2.15 – 02.12.2021 = **Fixes:** - Fixed compatibility issue with AnyComment Analytics = 0.2.14 – 24.11.2021 = **Fixes:** - Minor security fixes = 0.2.13 – 24.11.2021 = **Fixes:** - Minor security fixes = 0.2.12 – 24.11.2021 = **Fixes:** - Version fixes = 0.2.11 – 24.11.2021 = **Fixes:** - Minor security fixes = 0.2.10 – 24.11.2021 = **Fixes:** - Minor security fixes = 0.2.9 – 23.11.2021 = **Fixes:** - Minor security fixes = 0.2.8 – 10.11.2021 = **Fixes:** - Minor security fixes = 0.2.7 – 06.11.2021 = **Fixes:** - Minor security fixes = 0.2.6 – 01.11.2021 = **Fixes:** - Security fixes = 0.2.5 – 31.10.2021 = **Fixes:** - Security fixes = 0.2.4 – 24.10.2021 = **Fixes:** - Security related fixes - Fixed "Invalid request: versions below 5.81 are deprecated." error = 0.2.1 – 20.10.2020 = **Fixes:** - Fixed wrong logic of showing "or as guest" before guest fields = 0.2.0 – 20.10.2020 = **Enhancements:** - Added support for SSO with cloud integration = 0.1.33 – 20.09.2020 = **Enhancements:** - Now plugin options would be hidden when SaaS version enabled **Fixes:** - Fixed issue when cache wasn't cleaned-up on daily basis - Fixed issue when WooCommerce reviews tab was showing incorrect comment count - Fixed issue when WooCommerce reviews tab wasn't showing all reviews/comments - Fixed "Fatal error: Uncaught Error: Call to a member function getItem() on null" = 0.1.32 – 13.09.2020 = **Fixes:** - display local scripts only when SaaS is not enabled = 0.1.31 – 13.09.2020 = **Fixes:** - Fixed cloud embed script = 0.1.30 – 12.09.2020 = **Fixes:** - Fixed issue when table's bottom bulk actions did not work properly - Fixed issue when buld action only deleted one selected item out of multiple selected - Fixed synchronization issue with service when local database did not have comments - Fixed issue with emails, when they did not send or add to the list to be sent - Fixed notice warning in dashboard.php - Fixed broken log rotation logic - Fixed issue with imprecised synced comments count = 0.1.27 – 18.05.2020 = **Enhancements:** - Old cache is now going to be cleared automatically on daily bases, #468 - SEO indexing is now enabled by default, #472 **Fixes:** - Added rotation to logs - Fixed issue when incorrect comment count, #473 - Fixed "TypeError: Cannot read property 'total_count' of undefined" error - Fixed "Wrong parameter: per_page" error when clicking on load more with automatic updates feature, #469 = 0.1.26 – 23.04.2020 = **Fixes:** - Fixed issue when bullet/order list did not work, #467 - Fixed issue when remembered comment was for all pages/posts, not per specific one, #462 - Now sorting is treated properly on real-time update feature, #460 - Resolved issue with timezone when was writing "n hours ago" on a new comment, #464 = 0.1.25 – 05.04.2020 = **Enhancements:** - Bug fixes & improvements = 0.1.24 – 03.04.2020 = **Fixes:** - Fixed problem with blinking load more when real-time feature was enabled, #450 - Fixed untranslated "comments" string - Added rel="disallow" to social links to REST API, to avoid indexing, #452 - Fixed issue when Mail.Ru icon was too big near user avatar, #451 = 0.1.23 – 30.03.2020 = **Fixes:** - Fixed problem when real-time reloading didn't work as expected = 0.1.22 – 30.03.2020 = **Fixes:** - Fixed issue when "Comment will be shown once reviewed by moderator." was shown to user with moderator permission - Fixed invalid markup in anycomment_socials shortcode = 0.1.21 – 29.03.2020 = **Fixes:** - Fixed issue when relative time was always in English - Fixed issue when toolbar options were not treated = 0.1.1 – 28.03.2020 = **Fixes:** - Fixed issue when anchor to specific comment was infinite = 0.1 – 28.03.2020 = **Fixes:** - Fixed error when when flushing cache - Fixed issue when debug file was never created - Fixed deprecation notice: "Array and string offset access syntax with curly braces" in AnyCommentGenericSettings.php - Fixed problem when quotes in title was breaking cloud script launcher **Enhancements:** - Added `init` event, see repository Wiki for more information - Now only one form displayed on 'Reply' or 'Update' actions - Comments: completely rewritten to React Hooks - Comments: data management rewritten to Redux - Comments: rewritten to TypeScript - Comments: changed bundle builder to ParcelJS - Comments: using Formik to manage forms - Comments: website settings now propagated using React Context - Comments: now send button is always active. Previously button was changed to active when user started typing. - Comments: moved back to classic editor, no more needed to highlight text to see bold, italic, etc - Comments: removed redundant "Guest" sign from guest users - Comments: comment form is now standardized with cloud version which proved to have better UI/UX - Comments: replaced Google+ icon with generic Google one, as it was deprecated **Others:** - Dropping Email/chart support for plugin, now only Telegram, GitHub & WordPress Forum = 0.0.99 – 04.01.2020 = **Enhancements:** - Removed Freemius. This removes problems for some websites + speeds-up plugin in admin side. - Added support for BuddyPress, when somebody sends "@" + username in comment. This user would be notified, #422 - Moved AnyComment Cloud message to Integration tab, improved UI/UX of synchronization logic - Added helper tour around plugin to help new users to know how to configure plugin - It is now possible to download report ZIP archive to help AnyComment know about your environment, plugin version, #357 - Added "Addons" tab which has list of available addons, controller via "anycomment/admin/addons" hook, #435 **Fixes:** - Removed rating from SEO indexing - Removed long content column from "Email" page, #430 = 0.0.98 – 17.11.2019 = **Enhancements:** - Mobile improvements for page rating & profile dropdown, #419 **Fixes:** - [SEO] Fixed marked-up issue when snippet had extra `div` - [SEO] Fixed issue when schema validator was giving error about `itemReviewed` prop - [SEO] Star rating should start to appear in Google search results again - [Cloud] Fixed issue when `uk-UA` was treated as English in fallback, now trated as `ru-RU` until translated to native - Fixed issue "Trying to get property of a non object" on 404 page, #421 - Fixed issue when emails notifications from queue were sent even when notification options were off, #420 = 0.0.97 – 03.10.2019 = **Fixes:** - Fixed issue when it wasn't possible to make initial sync service -> website = 0.0.96 – 01.10.2019 = **Enhancements:** - Multiple synchronization improvements = 0.0.95 – 30.09.2019 = **Enhancements:** - Now AnyComment Cloud would can sync comments from service to your website **Fixes:** - Fixed issue when SEO indexing was showing same comments on all pages - Fixed issue when long comments were not added (thanks to greysman) = 0.0.94 – 24.09.2019 = **Enhancements:** - Added option to make comments discoverable by search engines (SEO) - Added display=swap to default Google Font (better Google page speed results) **Fixes:** - Fixed issue when stop-words did not go to moderation = 0.0.93 – 17.09.2019 = **Enhancements:** - AnyComment Cloud can be now loaded in the infinite load scripts **Fixes:** - Fixed issue when file preview was missing, #414 - Fixed authorization issue when "Plain" permalink was selected, #413 = 0.0.92 – 15.09.2019 = **Enhancements:** - Changed cache directory directory from `wp-content/uploads/cache/anycomment` to `wp-content/cache/anycomment` - Plugin interface is now translated to Ukrainian, more to come - Main plugin character was updated in admin dashboard and for users without avatar - Added ability to replace spam words with custom character, e.g. "world:#" would make comment "Hello world" as "Hello #####", #340 - Added ability to specify custom directory to save files with URL where they would served, #163 **Fixes:** - Fixed multiple installation bugs, when it was not possible to upload files or make likes, #411 - Fixed issue when comments were shown when they were closed - Fixed issue when users with & were having & in the name, now name displayed properly, #399 - Fixed issue when subscription form is not showing when there are no comments, #400 - Fixed issue when moderation stop-word did not work properly, #405 - Possible fix to issue when wrong comment count was displayed on the post, #390 - Fixed issue when WooCommerce notes were sending emails notifications like new comments - Fixed issue when "Moderate first comment" option was on, but users were not notified about moderation process = 0.0.91 – 08.09.2019 = **Enhancements:** * [anycomment] shortcode does not require `include` param anymore, it is there by default * [anycomment] would not be shown even when post has closed comments or password protected **Fixes:** * Fixed issue when synchronization summary was showing wrong exported count * Fixed multiple internalization strings = 0.0.90 – 27.08.2019 = **Fixes:** - Fixed wrong API URL = 0.0.89 – 27.08.2019 = **Other:** * Introducing AnyComment.Cloud, comments synchronization, new options in "Integrations". It is now possible to switch between SaaS and local AnyComment **Fixes:** * Fixed issue when "Integration" tabs were glued together * Fixed issue when post subscription form was having bad layout on mobile, #396 This is minor update, since this update AnyComment would start bringing update more often. Thank you for your patience, during this time we were working hard on AnyComment.Cloud. Now we are back! = 0.0.88 – 07.04.2019 = **Enhancements:** * Improved instructions for Mail.Ru (added screenshots) and changed "Private key" to "Secret key" in option description which caused error `Incorrect signature` when incorrect key was specified, #388 **Fixes:** * Fixed issue when strings in settings having quotes were escaped with "\" * Fixed issue when HyperComments import caused property of undefined notice on `comment_content` = 0.0.87 – 18.03.2019 = **Fixes:** * Fixed issue when settings were not saving in admin = 0.0.86 – 18.03.2019 = **Enhancements:** * Added `target_url` property to `[anycomment_socials]` shortcode which allows to specify URL where to redirect user after authorization **Fixes:** * Fixed issue `ERR_TOO_MANY_REDIRECTS` error when logging in via social on admin login form * Fixed issue when successful submission alert was shown twice in admin * Email notifications now responsive and have crossbrowser support * Changed no avatar from SVG to PNG so it can be displayed normally in email clients = 0.0.85 – 19.02.2019 = **Enhancements:** * Improved Email notifications UI, no more template, it is is now unified: has avatar, author name, reply comment data, etc * #353, Added new option to hold only first comment and any further can pass without pre moderation * #326, Added ability to import comments from HyperComments inside "Tools" tab by specifying URL to XML file * #343, Migrated Google+ to Google People API * Cache directory was moved from plugin to wp-content/cache/anycomment * #378, Added iThemes Security to the conflict list **Fixes:** * #382, Fixed broken layout in screens < 1400 inside admin dashboard * #384, Fixed issued when nested comments were not sorted properly * #385, Fixed issue when shortcode was inserted on non-WordPress page, e.g. HTML caused notice error on comment count * #383, Fixed issue when ArgumentCountError fatal was given on execution of delete_comment hook by Akismet = 0.0.84 – 14.02.2019 = **Enhancements:** * Payment integration with Freemius to buy add-on directly from plugin * Cache basting mechanism on successful user authentication, #380 **Fixes:** * Fixed issue with Akismet when some websites did not have notifications and some had error when adding new comment = 0.0.83 – 12.02.2019 = **Enhancements:** * Added ability to specify number of words before "..." in the recent comments widget, #374 * Reverted close comments behaviour. Now when "Close discussion" is unchecked, comment box would be hidden completely and not styles and scripts would be loaded, #371 * Added ability to hide whether comment was edited or not, #364 **Fixes:** * Fixed IE error on "Object doesn't support property or method 'isNaN'" * Fixed "Notice: Trying to get property of non-object" in "Emails" page, #373 * Fixed issue when WordPress native login did not redirect back to comments * Fixed issue with thousand separator being   instead of as space, #370 * Fixed issue when Akismet filtering was not working properly = 0.0.82 – 25.01.2019 = **Fixes:** * Removed Freemius integration left by mistake, it should come a bit later = 0.0.81 – 25.01.2019 = **Enhancements:** * New hook `anycomment/admin/options/update` with two arguments fired after some set of options being updated * Added support for Internet Explorer 9+ (need more testing) **Fixes:** * Fixed issue when user avatar did not change when settings were updated, #361 * Fixed issue when moderators did not see admin bar while hide admin bar options was enabled, #359 * Fixed issue when users/admins were notified about about new comment even thought it was not process by Akismet yet, #358 * Fixed issue when authorized users did not see alert about comment being moderated, #365 * Fixed issue when alert message on the top right was not see as some themes have floating header * Fixed 200 when comments template did not exist on the page, #362 * Fixed issue when stars were showing incorrect half of the rating, #355 = 0.0.80 – 08.01.2019 = **Fixes:** * Fixed issue when main js asset was loading in `` instead of before `` = 0.0.79 – 07.01.2019 = **Enhancements:** * Sidebar news is now showing proper date format * Introducing new REST API filter `anycomment/rest/comments/item_for_response` to control single comment output data * Steam is now showing proper username, avatar & profile URL, #346 * Facebook username is now clickable, #344 * Improved mobile layouts, #351 * Now when comments are closed instead of comment form, it says "Comments closed.", replies and edits are not allowed, #347 * Now possible to choose comment date between relative (e.g. 1 minute ago) and absolute (defined in WordPress's settings), #350 * Added ability to add custom CSS via "Editor" tab in "Settings", #341 **Fixes:** * Possible fix of issue when error toast was shown about invalid nonce, #342 * Fixed memory exhaustion caused by integration with WP Users Avatar, #348 * Fixed issue when some of the websites had styles for bullet points and they were shown in the attachment list * Fixed issue when core CSS style was loaded before `` instead of `` * Fixed issue when reCAPTCHA position did not cache no matter what was set in admin settings * Fixed issue when comments failed to load due to missing site key for reCAPTCHA * Fixed issue when link from YouTube was not attached as video below the comment, #244 * Fixed issue when background color was ignored in comment list for widget = 0.0.78 – 22.12.2018 = **Fixes:** * Fixed issue when sending comment did not clear the field, but comment was actually added * Fixed issue when real-time update did not work properly * Fixed issue with anchors in specific comment, e.g. domain.com/page.html/#comment-1 = 0.0.77 – 21.12.2018 = **Enhancements:** * Warn users about missing API keys when reCAPTCHA enabled, #333 * Removed .map.css & .map.js files, package is not lighter, #336 * Chart data in Console tab is now display months data in native language + it is now cached **Fixes:** * Fixed issue when user avatars did not display in the admin, #331 * Fixed issue when new comment alert was shown when comment was deleted or on moderation, #335 * Fixed issue when comment notification was sent for non-comment (related to WooCommerce) = 0.0.76 – 09.12.2018 = **Enhancements:** * Speed improvements, comments should load even faster now * "Add comment" placeholder is the comment field is not users semi hidden color from design settings, #329 * Added new hook `anycomment/user/logged_in` fires after user is successfully logged in * Added 304 code notice for WP Super Cache users, #296 **Fixes:** * Fixed design issue when social tab was not displaying proper form styles * Fixed issue when Mail.Ru did not show as active when enabled * Fixed issue when some websites had problem with loading comments or widget in sidebar, #327 * Fixed issue when user was not notified about new reply when sent from admin panel, #330 * Possible fix of invalid nonce error when dealing with cache plugins (implemented for: WP Super Cache, WP Rocket, WP Fastest Cache and W3 Total Cache) = 0.0.75 – 05.12.2018 = **Enhancements:** * Added Yandex & Mail.Ru to authorization options, #282 * Integration settings are not split into tabs for easier navigation * Admin settings are now saved without page reload **Fixes:** * Fixed issue when error was shown in Tools tab * Fixed issue when WP User Avatar settings were not taking affect = 0.0.74 – 27.11.2018 = **Enhancements:** * Added ability guest users to like/dislike, #179 * Added Steam as authorization option, #311 * Added likes/dislikes, #322 * Added new option to control type of likes to display: just likes or likes/dislikes, #322 * JS main dependency is not much lighter ~600kb **Fixes:** * Fixed issue when "New comment was added" alert was not showing when real-time updates option was on, #297 * Fixed possible authentication problem * Fixed issue when guest users could subscribe multiple times for same post * Fixed issue when admin bar setting was not taken affect * GDPR checkbox is unchecked by default = 0.0.73 – 21.11.2018 = **Enhancements:** * Added pretty like animation, #316 * New widget to display list of comment in the sidebar, #319 **Fixes:** * Fixed issue when sender name was not set from the admin panel, #317 * Fixed issue when it was not possible to copy long text as it was folding/unfolding on this action, #320 * Fixed issue when newlines and some of the other issue when user was posing comment as non-admin user * Fixed issue when global border radius was not changing based on the settings value * Fixed issue when repeating error messages could have been shown in case user tried to use admin's email to login via social, #312 * Possible fix to the issue when some of the users experienced problems with real time notification about new comments, #310 **Other:** * Social icons are now on the right of the avatar, #318 = 0.0.72 – 15.11.2018 = **Fixes:** * Fixed issue when alert error message about Instagram was showing on every social tab * Fixed issue with dropdown when items were aligned to the opposite side of it, #307 * Fixed WooCommerce compatibility (#302) + added compatibility when WooCommerce reviews are not used within tabs (#308) * Fixed issue when copyright was not possible to uncheck, #301 * Possible fix for Internet Explorer 11 * Fixed issue when native notification from WordPress was inheriting styles from plugin, #300 * Fixed issue when emails were not sending * Fixed issue when some of the themes were cut or had broken templates because of plugin **Other:** * Added missing translation for subscription form = 0.0.71 – 13.11.2018 = **Fixes:** * Fixed 500 error on latest version = 0.0.70 – 13.11.2018 = **Enhancements:** * Added ability to see list of ratings in "Rating" submenu * Added ability to see list of subscribers in "Subscribers" submenu * Added ability to see list of emails in "Emails" submenu * Added transliteration for username, now instead of having `{socialname}_{username}`, it would be prettier, e.g. john_doe. Current usernames would be converted accordingly, #298 * Added "All In One WP Security" to the list of possible problems as it may cause failure to load comments, #284 * Subscription form: Better visual design for subscription form, #294 * Subscription form: guest users can now subscribe but need to confirm it by provided email, #294 * Subscription form: users can unsubscribe anytime by following the link provided in the bottom of the email, #294 * Subscription form: added email template for confirmation email, #294 * Plugin is now following PSR-4 and most of the plugin comply with WordPress Coding Standards **Fixes:** * Fixed issue when on mobile devices attachments icon was too small to click on * Fixed issue when it was not possible to load or add comments for custom post types, #292 * Fixed issue when email notifications were not send when reply option was disabled * Fixed issue when some hooks related to rest in functions.php were causing incorrect notification in console * Fixed issue when it was not possible to turn off some of the default options in admin * Fixed a few typos in translations = 0.0.69 – 06.11.2018 = **Fixes:** * Fixed issue when incorrect option was used to grab admins email on some websites * Fixed issue when recent addition of shortcode could break WP native API = 0.0.68 – 05.11.2018 = **Enhancements:** * WooCommerce support, #280 (credits to @artikus11) * Added new option to show/hide list of available social networks under WordPress' native login form, #150 * Added new shortcode `[anycomment_socials]` to "Shortcodes" tab to display list of available social to login in custom place * Added new option to show/hide admin bar for regular users and those who used social network, #290, #233 * Added moderation icon besides comment owner name to point to the admin that this comment is waiting to be moderated, #291 * Added edited icon besides comment owner name to show users that comment was edited, #243 (credits @mihdan) * Subscription: Added ability to subscribe by email to comments for specific post, #71 * Subscription: Added ability customize email template, #71 * Added new option to to specify sender name **Fixes:** * Fixed issue with social icon conflict with existing Fontawesome library, #288 * Fixed issue when user agreement checkbox was misaligned on some of the websites * Fixed issue when dropdown was too narrow and some options were not seen well, #289 * Fixed issue when links and other tags were missing attributes (e.g. `` was missing href) = 0.0.67 – 01.11.2018 = **Enhancements:** * Added original comments wrapper. Should help themes align comments properly, #283 * Added "WordPress only" as a form type in "Elements" tab * Added new option under "Generic" tab to define comment update time in minutes * Added new helpers to "Possible problems" to detect problematic hooks & plugins **Fixes:** * Fixed translations in "Integration" tab regarding reCAPTCHA, #269 * Fixed issue when comments were not displaying in Internet Explorer, #272 * Fixed issue when comments were not shown in short page, #275 * Fixed issue when plugin was conflicting with jQuery which caused problems for sticky headers, sliders, etc, #274 * Fixed issue when facebook URL was longer then 100 chars. Now such URLs will be added to user meta, #285 * Minor fixes to CSS for proper alignment of elements * Fixed issue when some websites had problems that they saved the post and some of the tags or attributes were not saved (kses issue) * Fixed issue when comments were not put on hold when matched stop words = 0.0.66 – 26.10.2018 = **Enhancements:** * Same style for name when user does not have website or social available * JavaScript bundle is now having async to speed-up loading of comments, #256 (credits @mihdan) * Added ability to define comments background color, border radius, outside (margin) and inside (padding) space, #249 * nofollow for link in plugin copyright, #249 (credits @artikus11) * User is not alerted when comment was added in case when "Moderate first" option is enabled, as not users thought that comment was not send and sent duplicates, #249 (credits @artikus11) * Added ability to add admin links to all moderated comments or to single one, #246 **Fixes:** * Fixed issue when on update of the comment, previous text was recovered, #249 (credits @artikus11) * Fixed issue with comments which are not wrapped with `

` tag causing them to have different line height then other comments, #249 (credits @artikus11) * Fixed issue when button border radius was also changing it for "Author" label, #249 (credits @artikus11) * Fixed AnyComment logo design in the footer of comments, #249 (credits @artikus11) * Fixed issue when social icons could be not well aligned when custom designed is used and global font size is bigger then usual, #250 (credits @artikus11) * Corrected description for reCAPTCHA integration about "Invisible" type, #264 (credits @LDSgent) * Fixed issue when email queue table was having incorrect structure which caused issue with email notifications, #266 * Fixed issue when send/save comment button was disabled on error and user could submit form again, #260 (credits @mihdan) * Fixed issue when "or as guest" part was showing even when "Only social" option was chosen, #253 = 0.0.65 – 22.10.2018 = **Enhancements:** * New design * Optimized main JavaScript file, removed some dependencies and now it lighter * Other little cosmetic changes and improvements **Fixes:** * Fixes various visual bugs related to CSS on frontend * Fixed issue when some of the users received too many repeating emails cause by incorrect table structure, #240 * Fixed issue when clicking on checkbox from reply could uncheck checkbox from other form * Fixed issue when guest user could rate page many times * Fixed issue when users had username instead of first and last name in the comment, #232 * Fixed possible issue when user social avatar was not uploaded causing him to have default avatar * Fixed issue when button border radius from design settings was ignored, #231 * Fixed issue with quotes on some of the website, #230 * Possible fix for Safari problem when users were unable to save admin form, #159 (credits @mihdan) * Fixed issue when admin comments with links were marked to be moderated (credits @artikus11), #236 = 0.0.64 – 18.10.2018 = **Fixes:** * Fixed issue with rating, some of the users said that they could not rate posts more then once, #235 = 0.0.63 – 17.10.2018 = **Fixes:** * Fixed issue when users were unable to place rating as migration failed to create rating table from 0.0.61, #217 = 0.0.62 – 17.10.2018 = **Enhancements:** * Cosmetic changes to paragraphs as now it is more visible when new one started, #225 **Fixes:** * Fixed issue when comment moderation was on, but they were still showing to the end user, #223 * Changed Product to Article for rating as provides clearer idea about the content inside, #220 * Fixed issue when scrolling to comments section or to specific comment was not working and was throwing console error, #219 * Fixed issue when users were unable to place rating as migration failed to create rating table from 0.0.61, #217 * Fixed issue when user was able to send empty comment before even typing anything, #226 * Fixed issue when user could click two times on send comment button and duplicate comment would be sent, #218 * Fixed issue when on some websites REST API requests were cached, #216, #224 = 0.0.61 – 15.10.2018 = **Enhancements:** * Added ability to rate page in comments as guest or logged in user (possible to disable from admin), #156 * Added ability to edit comment or reply to a comment right below it, #164 * Added new option to enable/disable "Read more" for long comment, #169 **Fixes:** * Fixed bad layout problem in admin after 0.0.60 update * Fixed issue with comment dates when they were displaying e.g. "2 hours ago" even though comment was just posted, #208 * Fixed issue when non-admin user was unable to send some of the custom formatting from editor, #210 * Fixed issue when some clients have new MySQL version and `utf8mb4_unicode_520_ci` is no longer support, #211 * Fixed issue when close button of the gallery was not seen because of admin bar being over it (when user is logged in), #209 * Added missing set-up instructions per social network, #215 * Fixed issue when non-owner of the comment could see edit and delete actions (they did not work anyways), #203 * Fixed issue when comment was liked and after refresh it was still showing no likes, #152 = 0.0.60 – 10.10.2018 = **Enhancements:** * Cosmetics CSS changes to the list of socials on user side * New fresh look of admin interface (new look for form fields, fixed font sizes, etc) * Added better color picker in admin, #168 **Fixes:** * Fixed issue when update comment and then reply action still was on the update action when sending comment, #205 * Fixed issue with news description having "?" in Russian language = 0.0.59 – 06.10.2018 = **Enhancements:** * Now when option "show alert on new comment" is on, new comment will be show automatically, without a need to click on the alert message * Added "Tools" tab for having different helpers from plugin. Ability to drop cache, open comments for all posts, pages, any post type, WooCommerce and see debug information **Fixes:** * Fixed issue when "Read more" was overflowing text * Fixed issue when logged in user did not see his avatar in editor, #189 * Fixed issue when comment count header was not showing after recent update, #199 * Fixed issue when table for managing notification emails was not created, #196 * All tables which come from plugin now prefixed as defined by config, #200 * Now editor styles also adapt to custom styles defined in "Design" tag (e.g. font family, font size, etc), #195 * Fixed issue when some themes have special styles for `

` or `