[
https://issues.apache.org/jira/browse/CB-12458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15866040#comment-15866040
]
ASF GitHub Bot commented on CB-12458:
-------------------------------------
GitHub user camilamacedo86 opened a pull request:
https://github.com/apache/cordova-plugin-camera/pull/253
CB-12458 - [cordova-plugin-camera] - The information about old versio…
…ns of the plugin install the deprecated ID
CB-12458 - [cordova-plugin-camera] - The information about old versions of
the plugin install the deprecated ID
Changed in the text to make it clear. Referent the JIRA:
https://issues.apache.org/jira/browse/CB-12458
<!--
Please make sure the checklist boxes are all checked before submitting the
PR. The checklist
is intended as a quick reference, for complete details please see our
Contributor Guidelines:
http://cordova.apache.org/contribute/contribute_guidelines.html
Thanks!
-->
### Platforms affected
### What does this PR do?
### What testing has been done on this change?
### Checklist
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html)
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with
resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform
affected.
- [ ] Added automated test coverage as appropriate for this change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/camilamacedo86/cordova-plugin-camera CB-12458
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-camera/pull/253.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #253
----
commit e2de9201a79800dec168fcaf23ed0245d86dd34c
Author: Camila Macedo <[email protected]>
Date: 2017-02-14T16:13:38Z
CB-12458 - [cordova-plugin-camera] - The information about old versions of
the plugin install the deprecated ID
CB-12458 - [cordova-plugin-camera] - The information about old versions of
the plugin install the deprecated ID
Changed in the text to make it clear. Referent the JIRA:
https://issues.apache.org/jira/browse/CB-12458
----
> [cordova-plugin-camera] - The information about old versions of the plugin
> install the deprecated ID is missing in the README
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: CB-12458
> URL: https://issues.apache.org/jira/browse/CB-12458
> Project: Apache Cordova
> Issue Type: Bug
> Reporter: Camila Macedo
>
> The information about old versions of the plugin install the deprecated ID is
> missing in the README of the cordova-plugin-camera
> (https://github.com/apache/cordova-plugin-camera)
> *Example:*
> *Add plugin without defining the version of the plugin. ( lastest )*
>
> dhcp-17-22:01789921-Cordova-App cmacedo$ cordova plugin add
> cordova-plugin-camera --save
> Saved plugin info for "cordova-plugin-camera" to config.xml
> dhcp-17-22:01789921-Cordova-App cmacedo$ cat config.xml
> <?xml version='1.0' encoding='utf-8'?>
> <widget id="org.feedhenry.art.cordova.blank" version="0.0.1"
> xmlns="http://www.w3.org/ns/widgets"
> xmlns:cdv="http://cordova.apache.org/ns/1.0">
> <name>Blank App</name>
> <description>
> This is an hybrid app, built using Cordova
> </description>
> <content src="index.html" />
> <access origin="*" />
> <preference name="fullscreen" value="true" />
> <preference name="webviewbounce" value="true" />
> <plugin name="cordova-plugin-whitelist" spec="1.2.0" />
> <plugin name="cordova-plugin-network-information" spec="~1.3.1" />
> <plugin name="cordova-plugin-camera" spec="~2.3.1" />
> </widget>
> *Add plugin with the definition of the version as 0.2.7.*
> dhcp-17-22:CordovaHello-Cordova-App cmacedo$ cordova plugin add
> [email protected] --save
> Fetching plugin "[email protected]" via npm
> Saved plugin info for "org.apache.cordova.camera" to config.xml
> dhcp-17-22:CordovaHello-Cordova-App cmacedo$ cat config.xml
> <?xml version='1.0' encoding='utf-8'?>
> <widget id="org.feedhenry.art.cordova.blank" version="0.0.1"
> xmlns="http://www.w3.org/ns/widgets"
> xmlns:cdv="http://cordova.apache.org/ns/1.0">
> <name>Blank App</name>
> <description>
> This is an hybrid app, built using Cordova
> </description>
> <content src="index.html" />
> <access origin="*" />
> <preference name="fullscreen" value="true" />
> <preference name="webviewbounce" value="true" />
> <plugin name="cordova-plugin-whitelist" spec="1.2.0" />
> <plugin name="cordova-plugin-device" spec="~1.1.4" />
> <plugin name="cordova-plugin-network-information" spec="~1.3.1" />
> <plugin name="org.apache.cordova.camera" spec="~0.2.7" />
> </widget>
> *Cordova CLI tool used*
> dhcp-17-22:CordovaHello-Cordova-App cmacedo$ cordova -g -v
> 6.4.0
> *Point of the documentation*
> Installation
> This requires cordova 5.0+
> cordova plugin add cordova-plugin-camera
> Older versions of cordova can still install via the deprecated id
> cordova plugin add org.apache.cordova.camera
> It is also possible to install via repo url directly ( unstable )
> cordova plugin add https://github.com/apache/cordova-plugin-camera.git
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]