Skip to content

Commit

Permalink
chore(release): raise to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed Nov 2, 2021
1 parent e5669b2 commit 0c903f3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).



## [Unreleased]

## [1.0.3]
- Chore: New plugin release to include metadata tag in Extensability Configurations in the OS wrapper

## [1.0.2]
- Added android:exported tag for Android 12 property and MABS8

## [1.0.1]
## 2021-07-13
- Migrating package upload to newer Saucelabs API [RMET-761](https://outsystemsrd.atlassian.net/browse/RMET-761)


## [1.0.0]
## 2021-05-14
- Implementation of parameters [RMET-722](https://outsystemsrd.atlassian.net/browse/RMET-722)
## 2021-05-07
- Implementation of the Barcode Plugin for Android [RMET-594](https://outsystemsrd.atlassian.net/browse/RMET-594)
## 2021-05-05
- Added pipeline configurations to repo (CI folder) [RMET-597](https://outsystemsrd.atlassian.net/browse/RMET-597)

## 2021-04-26
- Created ios implementation for plugin [RMET-593](https://outsystemsrd.atlassian.net/browse/RMET-593)
- Created js layer for plugin [RMET-595](https://outsystemsrd.atlassian.net/browse/RMET-595)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.outsystems.plugins.barcodescanner",
"version": "1.0.2",
"version": "1.0.3",
"description": "Outsystems Plugin to scann barcodes",
"keywords": [
"ecosystem:cordova",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin id="com.outsystems.plugins.barcodescanner" version="1.0.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="com.outsystems.plugins.barcodescanner" version="1.0.3" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>OSBarcodeScanner</name>
<description>Outsystems Plugin to scann barcodes</description>
<author>OutSystems Inc</author>
Expand Down

0 comments on commit 0c903f3

Please sign in to comment.