Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
15747 anikendra 1
<!--
2
#
3
# Licensed to the Apache Software Foundation (ASF) under one
4
# or more contributor license agreements.  See the NOTICE file
5
# distributed with this work for additional information
6
# regarding copyright ownership.  The ASF licenses this file
7
# to you under the Apache License, Version 2.0 (the
8
# "License"); you may not use this file except in compliance
9
# with the License.  You may obtain a copy of the License at
10
# 
11
# http://www.apache.org/licenses/LICENSE-2.0
12
# 
13
# Unless required by applicable law or agreed to in writing,
14
# software distributed under the License is distributed on an
15
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
#  KIND, either express or implied.  See the License for the
17
# specific language governing permissions and limitations
18
# under the License.
19
#
20
-->
21
# Release Notes
22
 
23
### 0.2.3 (Sept 25, 2013)
24
* CB-4889 bumping&resetting version
25
* CB-4889 renaming org.apache.cordova.core.console to org.apache.cordova.console
26
* Rename CHANGELOG.md -> RELEASENOTES.md
27
* [CB-4752] Incremented plugin version on dev branch.
28
 
29
 ### 0.2.4 (Oct 28, 2013)
30
* CB-5154 log formatting incorrectly to native
31
* CB-5128: added repo + issue tag to plugin.xml for console plugin
32
* [CB-4915] Incremented plugin version on dev branch.
33
 
34
### 0.2.5 (Dec 4, 2013)
35
* add ubuntu platform
36
 
37
### 0.2.6 (Jan 02, 2014)
38
* CB-5658 Add doc/index.md for Console plugin
39
 
40
### 0.2.7 (Feb 05, 2014)
41
* Native console needs to be called DebugConsole to avoid ambiguous reference. This commit requires the 3.4.0 version of the native class factory
42
* CB-4718 fixed Console plugin not working on wp
43
 
44
### 0.2.8 (Apr 17, 2014)
45
* CB-6460: Update license headers
46
* Add NOTICE file
47
 
48
### 0.2.9 (Jun 05, 2014)
49
* CB-6848 Add Android quirk, list applicable platforms
50
* CB-6796 Add license
51
* CB-6491 add CONTRIBUTING.md
52
 
53
### 0.2.10 (Aug 06, 2014)
54
* CB-6127 Updated translations for docs
55
 
56
### 0.2.11 (Sep 17, 2014)
57
* CB-7249 cordova-plugin-console documentation translation
58
 
59
### 0.2.12 (Dec 02, 2014)
60
* CB-7977 Mention `deviceready` in plugin docs
61
* CB-7700 cordova-plugin-console documentation translation: cordova-plugin-console
62
 
63
### 0.2.13 (Feb 04, 2015)
64
* CB-8351 ios: Use argumentForIndex rather than NSArray extension