Skip to content

Commit 9401684

Browse files
committed
Updated minimum Dnn version and documentation
1 parent 6dfb1dc commit 9401684

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

Documentation/releasenotes.txt

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
MODULE: DotNetNuke Announcements Module
2+
3+
Version: 07.02.00
4+
Minimum Required DNN Version: 8.0.0
5+
6+
* Replaced all deprecated APIs usage
7+
* Tested for Dnn 9.2.0 compatibility
8+
9+
------------------------------------
10+
211
Version: 07.00.00 CTP
312
Minimum Required DNN Version: 7.0.0 RC
413

DotNetNuke.Announcements.dnn

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<releaseNotes src="Documentation\ReleaseNotes.txt" />
1515
<azureCompatible>true</azureCompatible>
1616
<dependencies>
17-
<dependency type="CoreVersion">07.01.01</dependency>
17+
<dependency type="CoreVersion">08.00.00</dependency>
1818
</dependencies>
1919
<components>
2020
<component type="Script">

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1-
# DNN.Annoiuncements
1+
# DNN.Announcements
22
DNN Announcements is a basic module used for displaying news items on your DNN site.
3+
4+
## Compatibility
5+
| Dnn Announcements version | Min Tested Dnn version | Max Tested Dnn version |
6+
| -------------------------:| ----------------------:| ----------------------:|
7+
| Included or use 04.00.03 | 00.00.00 | 08.00.04 |
8+
| 07.02.00 | 08.00.00 | 09.02.00 |
9+
10+
## Building the module from source and submitting pull requests
11+
1. Install Dnn (latest stable version) from https://github.com/dnnsoftware/Dnn.Platform/releases
12+
2. Fork this repository to your own github account
13+
3. Clone your fork to the Dnn DesktopModules folder
14+
4. Important, the project name id Dnn.Announcements, but the deployment directory is just Announcements (more later)
15+
5. Build the project in release mode using Visual Studio, this will create the installable packages in the Install/version/ folder of Dnn.Announcements folder
16+
6. Install one of the zip packages using the Dnn extension installer as any other module
17+
7. In Visual Studio, create a new branch to isolate your changes.
18+
8. In Visual studio, to test any changes, you need to build in debug mode, this will compile and copy all files from Dnn.Announcements (the source code) to Announcements (the deployment folder). To debug, use the attach to process feature and attach it to the w3wp process that matches the running site.
19+
9. Commit and push your changes with clear descritions, then in github, create a pull request from the branch you created to the Dnn.Community repository, again please add a good description of the changes. You can also mention issues with #issueNumber to automatically associte your pull request with existing issues.

0 commit comments

Comments
 (0)