Skip to content

Latest commit

 

History

History
411 lines (262 loc) · 11 KB

CHANGES.rst

File metadata and controls

411 lines (262 loc) · 11 KB

Changelog

There's a frood who really knows where his towel is.

2.13.1 (unreleased)

  • Nothing changed yet.

2.13 (2020-01-02)

  • Add option to show social networks in folderish templates, even if folderish type isn't checked to show social networks (closes #174). [idgserpro]
  • Remove unused view social_likes_view. [idgserpro]
  • Explicity remove the viewlet for folder_contents view (closes #261). [rodfersou]
  • Code refactor to increase future Python 3 compatibility; add dependency on six. [hvelarde]
  • Fix upgrade step when there are no plone.app.tiles recrods. [erral]

2.13b3 (2018-01-11)

  • Avoid AttributeError when acessing image fields based on NamedImage instead of NamedBlobImage. [hvelarde]

2.13b2 (2017-10-30)

  • Avoid AttributeError when migrating package settings to Plone's registry. [hvelarde]
  • Complete Basque translation. [erral]

2.13b1 (2017-09-28)

  • Update i18n, and Brazilian Portuguese and Spanish translations. [hvelarde, rafahela]
  • Implement Facebook prefetching. Check package documentation for more information on how to use this new feature (closes #129). [claytonc, hvelarde]
  • Add Open Graph fallback image for content lacking lead image; the image should be uploaded in the control panel configlet and must comply with best practices; canonical domain field was also moved to the new Open Graph field set in the configlet (closes #130). [claytonc, hvelarde]
  • Avoid WorkflowException on sharing best practices validation of content that has no associated workflow, like images and files (fixes #142). [hvelarde]
  • Update Basque translation. [erral]

2.12b1 (2017-09-15)

  • Update Brazilian Portuguese and Spanish translations. [hvelarde]
  • Implement a validator to check if content follows social networks sharing best practices (closes #128). [claytonc, hvelarde]

2.11b2 (2017-09-11)

  • Avoid KeyError when upgrading the package from previous versions. [hvelarde]

2.11b1 (2017-09-08)

  • Code clean up and refactor. [hvelarde]
  • Open Graph properties where moved out of the Facebook plugin as they are used by other plugins. [hvelarde]
  • Twitter widgets now respect users' privacy. [hvelarde]
  • Google+, LinkedIn, Pinterest and Twitter widgets code was updated. [hvelarde]
  • Remove redundant metadata as Twitter can use Open Graph properties as fall back (closes #112). [hvelarde]
  • Remove useless scale caching on the request as it seems to be causing colateral issues (closes #109). [rodfersou]

2.10.1 (2017-08-02)

  • Fix data-href attribute on Facebook plugin to point to canonical URL; this should finally fix the counter on the widget. [rodfersou]
  • Fix Canonical URL updater form; a new upgrade step is provided to update the objects_provides catalog index (fixes #115). [hvelarde]
  • Add canonical_domain field record to the registry when upgrading; this fixes an issue in the upgrade step to profile version 3045 (fixes #114). [hvelarde]

2.10 (2017-07-17)

  • Fix support for canonical URL in Facebook's Open Graph for Dexterity-based content types; previously the current URL was incorrectly used as the canonical URL of an item leading to zeroed counters when moving content around or when changing the schema to access the site (HTTP to HTTPS). Check package documentation for more information on how to use this new feature (fixes #104). [hvelarde]
  • Drop support for Plone 4.2. [rodfersou]
  • In Plone 5, keep in sync some redundant fields found in the new Social Media configlet. Changes on facebook_app_id, facebook_username, or twitter_username fields will be reflected in both configlets (fixes #100). [hvelarde]

2.9 (2017-03-09)

  • Add Facebook control panel setting for showing/hiding the number of likes. By default the Facebook plugin still shows the likes. [fredvd]

2.8b1 (2017-02-03)

  • Update Brazilian Portuguese and Spanish translations. [hvelarde]
  • Add support to share content by email (closes #91). [rodfersou, hvelarde]

2.7b1 (2017-01-09)

  • Add missing upgrade step to cook CSS resources. [hvelarde]
  • Don't fail in the Twitter plugin if the title has non-ASCII characters. [csenger, hvelarde]
  • Add metadata for Twitter Cards (closes #65). [rodfersou]

2.6b1 (2016-12-21)

  • Code clean up; tests related with loading BMP images were removed as make no sense. [hvelarde]
  • Do not show social like viewlet for unpublished content (closes #83). [rodfersou]
  • Fix package dependencies. [maurits, hvelarde]

2.6a1 (2016-09-23)

  • Add Facebook and Twitter tiles for collective.cover. The Facebook tile embeds a Facebook Page. The Twitter tile embeds a Twitter timeline. [hvelarde]
  • Add title attributes to Telegram and WhatsApp share links. [hvelarde]
  • Enforce constraints on enabled_portal_types field to avoid WrongType error while running upgrade step to v3040. [hvelarde]
  • Do not fail on adding Facebook's 'Like' button while running upgrade step to v3010. [fredvd, hvelarde]

2.5 (2016-07-26)

  • Added Telegram plugin (closes #52). [rodfersou]
  • Use Plone's registry instead of the portal_properties tool to store package configuration (closes #1). [hvelarde]

2.4.1 (2015-12-10)

  • Update package classifiers; Plone 5 was included by mistake in the list of supported versions. [hvelarde]
  • Use "application/javascript" media type instead of the obsolete "text/javascript". [hvelarde]

2.4 (2015-09-17)

  • Drop explicit support for Plone 4.1 and Python 2.6; package should work, but we are not testing anymore with those versions so compatibility is not guaranteed. [hvelarde]
  • Fix caching issues with WhatsApp button by moving mobile detection client-side (closes #56). [rodfersou]
  • Add Dutch translations. [fredvd]
  • Fix uninstall error. [bsuttor]

2.3 (2015-07-14)

  • Added the "Do not track users" configuration option, to prevent social networks from sending cookies to site's visitors. This will replace social badges with simple links. [keul]
  • Added German translations. [tohafi]

2.2 (2015-05-04)

  • Added WhatsApp plugin (closes #39). [rodfersou]

2.1 (2015-03-02)

  • Translations to Brazilian Portuguese and Spanish were updated. [hvelarde]
  • Removed deprecated portal_actionicons registration [keul]
  • Translation fixes: some label were not translated [keul]
  • Facebook "Share" button now provided. See #15. [keul]
  • Added missing migration step for refreshing CSS registry [keul]

2.0.2 (2015-02-23)

  • Removed old Facebook specific CSS rule that truncate the new Facebook widget. This close #38. [keul]

2.0.1 (2015-02-23)

  • Nothing changed (brown bag release).

2.0 (2015-02-10)

  • Do not load social media stuff on non-canonical views (like edit form or similar). This close #36. [keul]
  • Added italian translation. [keul]
  • Load behavior of all social plugins changed to be async. [keul]
  • Fixed a problem with images loaded in news. If the image isn't a JPG, the get_content_image method can't get image size and returns nothing. This avoid some strange things, like MemoryError with Pillow. [cekk]
  • If a field named "image" isn't an ImageField, do not break the viewlet. [cekk]
  • Add exception handling also for TypeError in get_content_image method. [cekk]
  • Fixed metadata og:type, used value 'article' for internal page. [fdelia]

2.0rc1 (2014-10-14)

  • Use safe_unicode to deal with accented chars in content Title. [ericof]

2.0b4 (2014-08-08)

  • Fixed styling for action buttons. Now they are displayed side by side [agnogueira]
  • Fix an UnicodeDecodeError in the Twitter plugin (Reported by Programa Interlegis) [ericof]

2.0b3 (2014-06-06)

  • Fix a division by zero issue happening with AT Images during creation (while on portal_factory) [ericof]

2.0b2 (2014-06-02)

  • Facebook now recommends 1200 x 630 images [ericof]

2.0b1 (2014-02-07)

  • Use View permission on viewlets to avoid security failures into viewlet if anonymous try to display non public parts of site. [thomasdesvenain]
  • Fix package dependencies. [hvelarde]

2.0a2 (2013-11-04)

  • Use content language instead of request language, avoiding cache problems collective#19 [ericof]

2.0a1 (2013-07-23)

  • Drop support for Plone 4.0.x [ericof]
  • Increasing test coverage [ericof]
  • Render metadata viewlet on folder_full_view and all_content templates collective#11 [ericof]
  • Fixes vertical display collective#5 [ericof]
  • Add LinkedIn and Pinterest support. collective#6 [ericof]
  • Plugin implementation [ericof]
  • Ensure all resources are loaded using scheme-relative URLs. Previously, attempting to load off HTTP on HTTPS sites resulted in broken pages. [davidjb]
  • Plone 3.x is not officially supported anymore; use it at your own risk. [hvelarde]
  • Change CSS import to link. [agnogueira]

Previous entries can be found in the HISTORY.rst file.