Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Merge branch 'v8/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Sadler committed Oct 2, 2020
2 parents 5a77b5e + 60e271a commit d4a4934
Show file tree
Hide file tree
Showing 414 changed files with 27,830 additions and 7,457 deletions.
Binary file added Builds/MegaNavV8_8.1.0.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package >
<metadata>
<id>AaronSadler.MegaNavV8.Api</id>
<version>8.0.12</version>
<title>Umbraco.MegaNavV8.Api</title>
<version>8.1.0</version>
<title>MegaNavV8 Api</title>
<authors>Aaron Sadler, Callum Whyte</authors>
<owners>Aaron Sadler, Callum Whyte</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand All @@ -12,19 +12,19 @@
<icon>MegaNavV8-Logo.png</icon>
<summary>A flexible, draggable link picker for constructing site navigation menus, big or small, in Umbraco</summary>
<description>A flexible, draggable link picker for constructing site navigation menus, big or small, in Umbraco</description>
<releaseNotes><![CDATA[Added culture variant support]]></releaseNotes>
<releaseNotes><![CDATA[Breaking Changes: Updated namespaces to align with current project name, Updated the project alias to align with the current project name]]></releaseNotes>
<copyright>Copyright 2020</copyright>
<tags>umbraco, umbraco-cms, MegaNav, MegaNav-V8</tags>
<dependencies>
<group targetFramework=".NETFramework4.7.2">
<dependency id="UmbracoCms.Web" version="8.4.0" />
<dependency id="UmbracoCms.Core" version="8.4.0" />
<dependency id="AaronSadler.MegaNavV8.Core" version="8.0.11" />
<dependency id="AaronSadler.MegaNavV8.Core" version="8.1.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="..\..\src\Our.Umbraco.MeganavV8.Api\bin\Release\Our.Umbraco.MeganavV8.Api.dll" target="lib\net472" />
<file src="..\..\src\AaronSadler.MegaNavV8.Api\bin\Release\Our.Umbraco.MeganavV8.Api.dll" target="lib\net472" />
<file src="..\MegaNavV8-Logo.png"/>
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package >
<metadata>
<id>AaronSadler.MegaNavV8.Core</id>
<version>8.0.12</version>
<title>Umbraco.MegaNavV8.Core</title>
<version>8.1.0</version>
<title>MegaNavV8 Core</title>
<authors>Aaron Sadler, Callum Whyte</authors>
<owners>Aaron Sadler, Callum Whyte</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand All @@ -12,7 +12,7 @@
<icon>MegaNavV8-Logo.png</icon>
<summary>A flexible, draggable link picker for constructing site navigation menus, big or small, in Umbraco</summary>
<description>A flexible, draggable link picker for constructing site navigation menus, big or small, in Umbraco</description>
<releaseNotes><![CDATA[Added culture variant support]]></releaseNotes>
<releaseNotes><![CDATA[Breaking Changes: Updated namespaces to align with current project name, Updated the project alias to align with the current project name]]></releaseNotes>
<copyright>Copyright 2020</copyright>
<tags>umbraco, umbraco-cms, MegaNav, MegaNav-V8</tags>
<dependencies>
Expand All @@ -23,7 +23,7 @@
</dependencies>
</metadata>
<files>
<file src="..\..\src\Our.Umbraco.MeganavV8.Core\bin\Release\net472\Our.Umbraco.MeganavV8.Core.dll" target="lib\net472" />
<file src="..\..\src\AaronSadler.MegaNavV8.Core\bin\Release\net472\Our.Umbraco.MeganavV8.Core.dll" target="lib\net472" />
<file src="..\MegaNavV8-Logo.png"/>
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>AaronSadler.MegaNavV8.Web</id>
<version>8.0.15</version>
<version>8.1.0</version>
<title>Umbraco.MegaNavV8.Web</title>
<authors>Aaron Sadler, Callum Whyte</authors>
<owners>Aaron Sadler, Callum Whyte</owners>
Expand All @@ -12,16 +12,16 @@
<icon>MegaNavV8-Logo.png</icon>
<summary>A flexible, draggable link picker for constructing site navigation menus, big or small, in Umbraco</summary>
<description>A flexible, draggable link picker for constructing site navigation menus, big or small, in Umbraco</description>
<releaseNotes><![CDATA[Added culture variant support]]></releaseNotes>
<releaseNotes><![CDATA[Breaking Changes: Updated namespaces to align with current project name, Updated the project alias to align with the current project name]]></releaseNotes>
<copyright>Copyright 2020</copyright>
<tags>umbraco, umbraco-cms, MegaNav, MegaNav-V8</tags>
<dependencies>
<dependency id="AaronSadler.MegaNavV8.Core" version="8.0.12" />
<dependency id="AaronSadler.MegaNavV8.Api" version="8.0.12" />
<dependency id="AaronSadler.MegaNavV8.Core" version="8.1.0" />
<dependency id="AaronSadler.MegaNavV8.Api" version="8.1.0" />
</dependencies>
</metadata>
<files>
<file src="..\..\src\Our.Umbraco.MeganavV8.Web\Web\UI\App_Plugins\MeganavV8\**\*.*" target="content\App_Plugins\MeganavV8\" />
<file src="..\..\src\AaronSadler.MegaNavV8.Web\Web\UI\App_Plugins\MeganavV8\**\*.*" target="content\App_Plugins\MeganavV8\" />
<file src="..\MegaNavV8-Logo.png"/>
</files>
</package>
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file.

## [8.1.0] - 2020-10-02
### Breaking Changes
* Updated namespaces to align with current project name
* Updated the project alias to align with the current project name

```diff
+ Once this version is installed, you will need to edit the document type, and re-select the property editor.
+ Do not delete the property, just edit and then re-select MegaNavV8 from the property editor selection window.
```

## [8.0.15] - 2020-08-30
### Added
* Added language variant support
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

# Umbraco MeganavV8

## [8.1.0] - 2020-10-02
### Breaking Changes
* Updated namespaces to align with current project name
* Updated the project alias to align with the current project name

```diff
+ Once this version is installed, you will need to edit the document type, and re-select the property editor.
+ Do not delete the property, just edit and then re-select MegaNavV8 from the property editor selection window.
```

## Getting started

This package is supported on Umbraco 8.4+.
Expand Down
Loading

0 comments on commit d4a4934

Please sign in to comment.