You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/12/12 23:45:19 UTC

[1/3] cordova-plugin-screen-orientation git commit: CB-12224 Incremented plugin version.

Repository: cordova-plugin-screen-orientation
Updated Branches:
  refs/heads/1.4.x fff912466 -> 9f477a551


CB-12224 Incremented plugin version.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/commit/b988ac77
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/tree/b988ac77
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/diff/b988ac77

Branch: refs/heads/1.4.x
Commit: b988ac77b0fadfeb20703a64bd4e466c37a32d43
Parents: fff9124
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Dec 7 16:55:08 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Dec 7 16:55:08 2016 -0800

----------------------------------------------------------------------
 package.json | 2 +-
 plugin.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/b988ac77/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 62589d9..cb42665 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-screen-orientation",
-  "version": "1.4.2",
+  "version": "1.4.3-dev",
   "description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.",
   "repository": {
     "type": "git",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/b988ac77/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 3f280f7..c4aa0f9 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -18,7 +18,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="cordova-plugin-screen-orientation"
-    version="1.4.2">
+    version="1.4.3-dev">
 
     <name>Screen Orientation</name>
     <description>Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.</description>


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


[3/3] cordova-plugin-screen-orientation git commit: Renamed Changelog to Legacy Changelog, point to RELEASENOTES.md

Posted by sh...@apache.org.
Renamed Changelog to Legacy Changelog, point to RELEASENOTES.md


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/commit/9f477a55
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/tree/9f477a55
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/diff/9f477a55

Branch: refs/heads/1.4.x
Commit: 9f477a5517184f2e8c8b431bc4c0dd479b82a29f
Parents: d0b81ac
Author: Shazron Abdullah <sh...@apache.org>
Authored: Sun Dec 11 13:49:45 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Sun Dec 11 13:49:45 2016 -0800

----------------------------------------------------------------------
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/9f477a55/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 9cd5d8c..58d2918 100644
--- a/README.md
+++ b/README.md
@@ -131,10 +131,9 @@ Windows phone does not support specification or primary and secondary orientatio
 
 Windows 8.1 Applicaitons (runtime/metro applications) will only display orientation changes if the device has some sort of accelerometer.  The internal state of the "orientation" will still be kept, but the actual screen won't rotate unless the device supports it.
 
-# Changelog
+# Legacy Changelog
 
-## 1.4.2
-* [#101](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/101) make iOS rotate as needed when lockOrientation is called
+See [RELEASENOTES.md](RELEASENOTES.md) for the automated changelog.
 
 ## 1.4.1
 * [#89](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/89) Fix for cordova >= 3.6.3


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


[2/3] cordova-plugin-screen-orientation git commit: CB-12236 - Fixed RELEASENOTES for cordova-plugin-screen-orientation

Posted by sh...@apache.org.
CB-12236 - Fixed RELEASENOTES for cordova-plugin-screen-orientation


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/commit/d0b81ac5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/tree/d0b81ac5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/diff/d0b81ac5

Branch: refs/heads/1.4.x
Commit: d0b81ac5f0b499a5c95f8b3a5e70d7e03528e9ec
Parents: b988ac7
Author: Shazron Abdullah <sh...@apache.org>
Authored: Sun Dec 11 13:48:24 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Sun Dec 11 13:48:24 2016 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/d0b81ac5/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
new file mode 100644
index 0000000..7e5e849
--- /dev/null
+++ b/RELEASENOTES.md
@@ -0,0 +1,35 @@
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+-->
+
+# Release Notes
+
+### 1.4.2 (Dec 07, 2016)
+* [CB-11919](https://issues.apache.org/jira/browse/CB-11919) - Add github pull request template
+* Merge pull request #1 from DouglasHSS/master
+* updated readme with release notes
+* version updated and license adjusted
+* support interoperability between Orientation preference and screen-orientation plugin
+* fix header file incorrectly set as source-file
+* adding missing files to plugin.xml
+* make iOS rotate as needed when lockOrientation is called
+* switch license from MIT to Apache 2.0
+
+


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