- This package version supports integration with Kentico 11.
- Added missing package dependencies.
- Updated Kentico package description for NuGet.org.
- New
Kentico.Activities
integration package that provides API for logging of Kentico activities. See Logging activities on MVC sites. - This package version supports integration with Kentico 10.
- This package version supports integration with Kentico 11.
- Added missing package dependencies.
- Updated Kentico package description for NuGet.org.
- New
Kentico.Activities.Web.Mvc
integration package that provides API for logging of the external search and page related activities. See Enabling tracking of activities on MVC sites. - This package version supports integration with Kentico 10.
- This package version supports integration with Kentico 11.
- Added missing package dependencies.
- Updated Kentico package description for NuGet.org.
- New
Kentico.CampaignLogging.Web.Mvc
integration package that allows tracking of campaign conversions for pages hosted on external MVC sites. See Tracking campaigns on MVC sites. - This package version supports integration with Kentico 10.
- This package version supports integration with Kentico 11.
- Added missing package dependencies.
- Updated Kentico package description for NuGet.org.
- New
Kentico.ContactManagement
integration package that provides an API for tracking contacts on MVC websites. See Tracking contacts on MVC sites. - Improved the API for creating content personalization conditions within MVC code. See Content personalization on MVC sites.
- This package version supports integration with Kentico 10.
- Fix concurrent GlobalFilters registration which led to failed application initialization under high traffic. #30
- This package version supports integration with Kentico 11.
- Added missing package dependencies.
- Updated Kentico package description for NuGet.org.
- Fix client caching for static content when Preview module is enabled. #20
- New
Kentico.Content.Web.Mvc
integration package that provides API for working with attachments, media library files, and preview mode in MVC applications. See Retrieving content on MVC sites. - This package version supports integration with Kentico 10.
- This package version supports integration with Kentico 11.
- Added missing package dependencies.
- Updated Kentico package description for NuGet.org.
- New
Kentico.Core
integration package that provides code used by other Kentico integration packages to help identify services and repositories suitable for management by a dependency injection container. This package is primarily intended for MVC projects using the Kentico integration packages. - This package version supports integration with Kentico 10.
- Fixed licensing errors that occurred when saving a shopping cart on sites with a lower license edition than EMS.
- This package version supports integration with Kentico 11.
- Property
Kentico.Ecommerce.ShoppingCartValidator.UserFromDifferentSite
has been removed. - Properties and methods of
Kentico.Ecommerce.ShoppingCart
has been changed:- Property
System.Bool Kentico.Ecommerce.ShoppingCart.HasUsableCoupon
has been removed. UseKentico.Ecommerce.ShoppingCart.AppliedCouponCodes.Any()
instead. - Added property
System.Collections.Generic.IEnumerable<System.String> Kentico.Ecommerce.ShoppingCart.AppliedCouponCodes
. - Added method
System.Bool Kentico.Ecommerce.ShoppingCart.AddCouponCode(System.String)
. - Added method
System.Void Kentico.Ecommerce.ShoppingCart.RemoveCouponCode(System.String)
. - Method
System.Void Kentico.Ecommerce.ShoppingCart.ApplyCouponCode(System.String)
has been removed. UseSystem.Bool Kentico.Ecommerce.ShoppingCart.AddCouponCode(System.String)
. - Second parameter from method
System.Void Kentico.Ecommerce.Order.SetPaymentResult(CMS.Ecommerce.PaymentResultInfo, System.Bool)
has been removed. Use propertySystem.Bool CMS.Ecommerce.PaymentResultInfo.PaymentIsFailed
instead.
- Property
- Added missing package dependencies.
- Updated Kentico package description for NuGet.org.
- New
Kentico.Ecommerce
integration package that provides API for developing and running on-line stores. See Developing on-line stores in MVC. - This package version supports integration with Kentico 10.
- This package version supports integration with Kentico 11.
- This package version supports integration with Kentico 10.
- New
Kentico.Glimpse
package that provides integration with Glimpse. Glimpse is a diagnostics platform that provides debug information from Kentico. See Debugging SQL queries with Glimpse on MVC sites. - This package version supports integration with Kentico 9.
- This package version supports integration with Kentico 11.
- Added missing package dependencies.
- Updated Kentico package description for NuGet.org.
- New
Kentico.MediaLibrary
integration package that provides API for working with media library files. See Working with media libraries on MVC sites. - This package version supports integration with Kentico 10.
- This package version supports integration with Kentico 11.
UserManager
no longer successfully verifies passwords for external and domain users.
- New
Kentico.Membership
integration package that provides an API for working with Kentico users and roles in MVC applications. See Working with users on MVC sites. - This package version supports integration with Kentico 10.
- This package version supports integration with Kentico 11.
- Added missing package dependencies.
- Updated Kentico package description for NuGet.org.
- This package version supports integration with Kentico 10.
- Methods of the newsletter subscription service (
NewsletterSubscriptionService
) were changed:- Removed the
Subscribe
methods accepting an email orSubscriberInfo
parameters. UseSubscribe(ContactInfo contact, NewsletterInfo newsletter, NewsletterSubscriptionSettings subscriptionSettings)
instead. - The return value of the
Subscribe
method now indicates whether a new subscription was created, or had already existed. - The
ConfirmSubscription
method was added to ease the use of the double opt-in feature. - The return type of the
Unsubscribe
andUnsubscribeFromAll
methods is void.
- Removed the
- New
Kentico.Newsletter
intergration package that provides API for managing newsletter subscriptions and unsubscriptions for all types of email feeds in web applications that access Kentico externally. See Email marketing on MVC sites. - This package version supports integration with Kentico 9.
- This package version supports integration with Kentico 11.
- Added missing package dependencies.
- Updated Kentico package description for NuGet.org.
- New
Kentico.Newsletters.Web.Mvc
integration package that provides tracking of marketing emails on MVC sites. See Tracking marketing emails on MVC sites. - This package version supports integration with Kentico 10.
- This package version supports integration with Kentico 11.
- Added missing package dependencies.
- Updated Kentico package description for NuGet.org.
- This package version supports integration with Kentico 10.
- The search result item class (
SearchResultItem
) is generic (with a constraint to theBaseInfo
class). General fields of full-text search results are encapsulated in theGeneralFields
property. - The search service (
SearchService
) accepts search parameters and returns search results in the following format:SearchResult Search(SearchOptions options)
- Note: The
SearchOptions.PageNumber
property accepts one-based page numbers (i.e., numbers starting from 1 instead of 0).
- Note: The
- Fix searching in non-page search indexes. Search service no longer causes an exception for non-page search indexes. #11
- New
Kentico.Search
intergration package that provides API for working with the Kentico smart search in web applications that access Kentico externally. See Providing smart search on MVC sites. - This package version supports integration with Kentico 9.
- This package version supports integration with Kentico 11.
- This package version supports integration with Kentico 10.
- The
Kentico.Web.Mvc
integration package's logic for generating preview URLs, working with attachments, and managing media library files was transferred to a newKentico.Content.Web.Mvc
integration package. To continue using this functionality, you have to install theKentico.Content.Web.Mvc
integration package into your MVC solution. - Attachment URL - To retrieve an attachment URL, install the
Kentico.Content.Web.Mvc
NuGet package and use theGetPath()
method of theAttachment
object instead of theUrlHelper.Kentico().Attachment(attachment)
method.
- Fix an exception when invoking an asynchronous action if using global handling of the "Not found" status. #1
- New
Kentico.Web.Mvc
package that provides integration with Kentico for ASP.NET MVC 5 applications. See Developing sites using ASP.NET MVC. - This package version supports integration with Kentico 9.