----- . Add optional CSS classes to page rows and columns. . Add last_seen field to Member and a middleware to update this timestamp at most every 5 minutes.
1.1.3
----- . Use `django-social-auth` to authenticate against external providers. You must add `social_auth` to `INSTALLED_APPS` and set `SOCIAL_AUTH_USER_MODEL = 'foundry.Member'` at the very least. See the django-social auth documentation for more settings. . Drop the wizard style of registration. This is required for consistent UX when registering via Facebook. . Listings no longer include unpublished items that are referenced by the Content or Pinned fields.
1.1.2
----- . Fix migration 0045 which would case South to complain about a previous set not being frozen. . Page objects can now be styled with extra CSS. This is useful when using a page as a campaign.
1.1.1
----- . Filter Foundry comments by content type in admin. . Remove redundant chatroom detail template. It caused a comment count bug. . Allow social sharing of content even if it is a private site. . Remove jquery from basic layer since it causes out of memory errors on some devices. We will in future look for an API compatible replacement. . Add `jmbo-twitter` as dependency. . Provide three customizable listings to enable developers to easily add more listings.
1.1
--- . Rename potentially confusing photosizes used in listing item templates. Old photosizes are retained for backward compatibility. If your app redefines a photosize for `listing_*` then you must update those photosize names. . Handle favicon.ico requests so they do not 404. . Include `jmbo-gallery` admin urls.
1.0.1
----- . Make fields in registration form reorderable. . Set initial values for location and age in registration form, when possible. . Remove hack to django-autopaginate to allow last page as default view. We have our own replacement autopaginate tag now.