Skip to content

Commit 8f33e3c

Browse files
committed
Bump version to 1.7.1
1 parent f66dfc0 commit 8f33e3c

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to Orchard will be documented in this file.
44

5+
## [1.7.1] - 2025-12-18
6+
7+
### Added
8+
-
9+
10+
### Changed
11+
-
12+
13+
### Fixed
14+
-
15+
16+
517
## [1.7.0] - 2025-12-03
618

719
### Added

Orchard/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.7.0</string>
20+
<string>1.7.1</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>12.0</string>
25+
<key>NSAppleEventsUsageDescription</key>
26+
<string>This app needs permission to control the container service.</string>
2527
<key>NSHumanReadableCopyright</key>
2628
<string></string>
2729
<key>NSPrincipalClass</key>
2830
<string>NSApplication</string>
29-
<key>NSAppleEventsUsageDescription</key>
30-
<string>This app needs permission to control the container service.</string>
3131
</dict>
3232
</plist>

0 commit comments

Comments
 (0)