NiklasMerz commented on code in PR #1349:
URL: https://github.com/apache/cordova-docs/pull/1349#discussion_r1548977991


##########
www/_posts/2024-04-03-cordova-ios-7.1.0.md:
##########
@@ -0,0 +1,104 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Cordova iOS 7.1.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova iOS 7.1.0`! This 
is one of Cordova's supported platforms for building iOS applications.
+
+* [cordova-ios@7.1.0](https://www.npmjs.com/package/cordova-ios)
+
+## Release Highlights
+
+**To upgrade:**
+
+```bash
+cordova platform remove ios
+cordova platform add ios@7.1.0
+```
+
+**To install:**
+
+```bash
+cordova platform add ios@7.1.0
+```
+
+**Features:**
+
+* **`SplashScreenBackgroundColor` preference support**
+
+    This preference allows you to set the splashscreen's background colour. If 
no `SplashScreenBackgroundColor` is provided, it will fall back to the 
`BackgroundColor`, which is the current behavior, and then fallback to the 
system background colour when nothing is defined.
+
+* **`privacy-manifest` Supprot**

Review Comment:
   ```suggestion
   * **`privacy-manifest` Support**
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to