Skip to content

R7.DotNetNuke.Extensions-0.10.0

Compare
Choose a tag to compare
@roman-yagodin roman-yagodin released this 07 Apr 12:31
· 180 commits to master since this release
  • Obsolete SettingsWrapper class (have issues with DNN 8+).
  • Module base classes refactored to make use of SettingsRepository. Settings classes must be updated!
  • Simplify ViewModelContext<TSettings> - remove cstors, use only externally-created settings object.
  • Fix wrong namespace names for classes in ControlExtensions.
  • Add UrlHelper static class with GetCancelUrl() and IsInPopup() methods.
  • EditPortalModuleBase now close popup on cancel w/o reloading a page in popup mode.