- fix: lock next patch release to
cordova-android
<10 (#62) - breaking: deprecate plugin (#59)
- ci: add node-14.x to workflow (#58)
- chore: clean up
package.json
(#56) - ci(travis): update osx xcode image (#55)
- ci(travis): updates *Android- API level (#54)
- chore(asf): update git notification settings
- Update CONTRIBUTING.md
- ci: updates Node.js version (#52)
- chore(npm): improve ignore list (#51)
- docs: apply syntax highlighting to code samples (#48)
- ci: upgrade to node 8
- chore: manually fix lines breaks to LF (
d804ef2
) - build: add
.gitattributes
to force LF (instead of possible CRLF on Windows) (ed0206b
) - build: add
.npmignore
to remove unneeded files from npm package (bf8fea5
) - test,ci(travis): Tests (extracted from cordova-mobile-spec) (#38) (
e4f17b0
) - docs: Added information on allow-navigation preceding allow-intent (#41) (
7725fed
) - chore(github): Add or update GitHub pull request and issue template (
86b3ee1
) - fix: Remove information about cordova-android (#27) (
34ed9d0
) - docs: remove JIRA link (
fa78675
) - docs: Clarify unconfigured Intent Whitelist behaviour (#26) (
8d3f86b
)
- CB-12847 added
bugs
entry topackage.json
.
- CB-12236 Fixed
RELEASENOTES
forcordova-plugin-whitelist
- CB-12224 Updated version and RELEASENOTES.md for release 1.3.1
- CB-11917 - Remove pull request template checklist item: "iCLA has been submitted…"
- Edit package.json license to match SPDX id
- CB-11832 Incremented plugin version.
- CB-11795 Add 'protective' entry to cordovaDependencies
- Updated installation section
- Plugin uses
Android Log class
and notCordova LOG class
- Add pull request template.
- CB-10866 Adding engine info to
package.json
- CB-10996 Adding front matter to README.md
- add note about redirects
- CB-10624 remove error message from
whitelist.js
, which leaves it empty
- CB-10194 info tag prints for ios when not applicable
- removed iOS engine check from
plugin.xml
- CB-10035 Updated
RELEASENOTES
to be newest to oldest - CB-9972 - Remove iOS whitelist
- Updated the text, it should read 4.0.x and greater, since this plugin will be required for
cordova-android 5.0
- Fixing contribute link.
- Updated
plugin.xml <info>
tag to remove warning about not needing this plugin if you are using the iOS 9 SDK - CB-9738 - Disable whitelist use when runtime environment is iOS 9
- CB-9740 - Add
<info>
tag describing whitelist plugin not needed oncordova-ios
and cordova-android 3.x` - CB-9568 - Update whitelist plugin to allow all network access by default
- CB-9337 - enable use of
<access>
tags for native code network requests