You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2021/02/02 03:55:44 UTC

[cordova] branch master updated: Removed deprecation text for plugins that have been undeprecated (#269)

This is an automated email from the ASF dual-hosted git repository.

normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova.git


The following commit(s) were added to refs/heads/master by this push:
     new 91bd89a  Removed deprecation text for plugins that have been undeprecated (#269)
91bd89a is described below

commit 91bd89a8cc99d9f8da999543823575ac5210620d
Author: Norman Breau <no...@normanbreau.com>
AuthorDate: Mon Feb 1 23:55:37 2021 -0400

    Removed deprecation text for plugins that have been undeprecated (#269)
    
    * Removed deprecation text for file transfer
    
    * Removed cordova-plugin-device-motion & cordova-plugin-device-orientation from the deprecation list
---
 deprecated.md | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/deprecated.md b/deprecated.md
index ca09afa..75e3bb4 100644
--- a/deprecated.md
+++ b/deprecated.md
@@ -36,26 +36,6 @@ Apache Cordova is a relatively old project. As such, we deprecated serveral of o
 - Deprecation announcement: https://cordova.apache.org/news/2017/11/27/Deprecation-of-cordova-contacts-plugin.html
 - Reason: various privacy and security issues
 
-### [cordova-plugin-device-motion](https://github.com/apache/cordova-plugin-device-motion)
-
-- Date: 2017-09
-- Deprecation announcement: https://cordova.apache.org/news/2017/09/22/plugins-release.html
-- Reason: The [W3C Device Motion and Orientation API](https://www.w3.org/TR/2016/CR-orientation-event-20160818/#devicemotion) now defines a way to access the accelerometer of the device
-- Migration Guide: https://blog.phonegap.com/migrating-from-the-cordova-device-motion-plugin-ddd8176632ed
-
-### [cordova-plugin-device-orientation](https://github.com/apache/cordova-plugin-device-orientation)
-
-- Date: 2017-09
-- Deprecation announcement: https://cordova.apache.org/news/2017/09/22/plugins-release.html
-- Reason: The [W3C Device Motion and Orientation API](https://www.w3.org/TR/2016/CR-orientation-event-20160818/#devicemotion) now defines a way to access the compass of the device
-- Migration Guide: https://blog.phonegap.com/migrating-from-the-cordova-device-orientation-plugin-8442b869e6cc
-
-### [cordova-plugin-file-transfer](https://github.com/apache/cordova-plugin-file-transfer)
-
-- Date: 2017-10
-- Reason: `XMLHttpRequest` supports [download of binary data](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Sending_and_Receiving_Binary_Data) on all relevant platforms and browsers
-- Deprecation announcement and transition guide: https://cordova.apache.org/blog/2017/10/18/from-filetransfer-to-xhr2.html
-
 ### [cordova-plugin-globalization](https://github.com/apache/cordova-plugin-globalization)
 
 - Date: 2017-11


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org