Skip to content

Commit

Permalink
Merge pull request #58 from Notificare/release/3.8.0
Browse files Browse the repository at this point in the history
3.8.0
  • Loading branch information
hpinhal committed Mar 11, 2024
2 parents 6f2913a + 4f7765f commit 0fe0007
Show file tree
Hide file tree
Showing 91 changed files with 752 additions and 484 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ node_modules

# iOS files
Pods
Podfile.lock
Build
xcuserdata

Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# CHANGELOG

## 3.8.0

- Add method to resolve Notificare Dynamic Links manually

#### Native changes

##### Android

- Prevent processing location updates too close to the last known location
- Fix race condition where geo triggers and region sessions were sent multiple times
- Limit the amount of location points and ranged beacons in geo sessions

##### iOS

- Prevent processing location updates too close to the last known location
- Fix race condition where geo triggers and region sessions were sent multiple times
- Limit the amount of location points and ranged beacons in geo sessions
- Improve polygon regions handling
- Improve notifications UI

## 3.7.0

**Important notice:** Re-enabling remote notifications and location services is no longer required.
Expand Down
37 changes: 20 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.6)
CFPropertyList (3.0.7)
base64
nkf
rexml
activesupport (7.1.3)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -18,11 +20,11 @@ GEM
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
artifactory (3.0.15)
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.885.0)
aws-sdk-core (3.191.0)
aws-partitions (1.896.0)
aws-sdk-core (3.191.3)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
Expand All @@ -40,10 +42,10 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.6)
claide (1.1.0)
cocoapods (1.15.0)
cocoapods (1.15.2)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.15.0)
cocoapods-core (= 1.15.2)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand All @@ -58,7 +60,7 @@ GEM
nap (~> 1.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.23.0, < 2.0)
cocoapods-core (1.15.0)
cocoapods-core (1.15.2)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
Expand Down Expand Up @@ -88,8 +90,7 @@ GEM
rake (>= 12.0.0, < 14.0.0)
domain_name (0.6.20240107)
dotenv (2.8.1)
drb (2.2.0)
ruby2_keywords
drb (2.2.1)
emoji_regex (3.2.3)
escape (0.0.4)
ethon (0.16.0)
Expand Down Expand Up @@ -185,12 +186,12 @@ GEM
google-apis-core (>= 0.11.0, < 2.a)
google-apis-storage_v1 (0.31.0)
google-apis-core (>= 0.11.0, < 2.a)
google-cloud-core (1.6.1)
google-cloud-core (1.7.0)
google-cloud-env (>= 1.0, < 3.a)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.3.1)
google-cloud-errors (1.4.0)
google-cloud-storage (1.47.0)
addressable (~> 2.8)
digest-crc (~> 0.4)
Expand All @@ -209,22 +210,24 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
json (2.7.1)
jwt (2.7.1)
jwt (2.8.1)
base64
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.21.2)
minitest (5.22.2)
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.3.0)
multipart-post (2.4.0)
mutex_m (0.2.0)
nanaimo (0.3.0)
nap (1.1.0)
naturally (2.2.1)
netrc (0.11.0)
nkf (0.2.0)
optparse (0.4.0)
os (1.1.4)
plist (3.7.1)
Expand All @@ -241,7 +244,7 @@ GEM
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
security (0.1.3)
signet (0.18.0)
signet (0.19.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.7.0",
"version": "3.8.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
notificare_version = '3.7.0'
notificare_version = '3.8.0'

Pod::Spec.new do |s|
s.name = 'CapacitorNotificareAssets'
Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor-notificare-assets/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':capacitor-android')

def notificare_version = '3.7.1'
def notificare_version = '3.8.0'
api "re.notifica:notificare:$notificare_version"
api "re.notifica:notificare-assets:$notificare_version"
}
4 changes: 2 additions & 2 deletions packages/capacitor-notificare-assets/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def capacitor_pods
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'

pod 'Notificare/NotificareKit', '3.7.0'
pod 'Notificare/NotificareAssetsKit', '3.7.0'
pod 'Notificare/NotificareKit', '3.8.0'
pod 'Notificare/NotificareAssetsKit', '3.8.0'
end

target 'Plugin' do
Expand Down
6 changes: 3 additions & 3 deletions packages/capacitor-notificare-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-notificare-assets",
"version": "3.7.0",
"version": "3.8.0",
"description": "Notificare Assets Capacitor plugin.",
"author": "Notificare <info@notifica.re> (https://notificare.com)",
"license": "MIT",
Expand Down Expand Up @@ -50,14 +50,14 @@
},
"peerDependencies": {
"@capacitor/core": "3 - 5",
"capacitor-notificare": "3.7.0"
"capacitor-notificare": "3.8.0"
},
"devDependencies": {
"@capacitor/android": "^3.0.0",
"@capacitor/core": "^3.0.0",
"@capacitor/docgen": "^0.0.18",
"@capacitor/ios": "^3.0.0",
"capacitor-notificare": "3.7.0",
"capacitor-notificare": "3.8.0",
"rimraf": "^3.0.2",
"rollup": "^2.32.0",
"typescript": "^4.5.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
notificare_version = '3.7.0'
notificare_version = '3.8.0'

Pod::Spec.new do |s|
s.name = 'CapacitorNotificareGeo'
Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor-notificare-geo/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {

implementation 'androidx.appcompat:appcompat:1.5.1'

def notificare_version = '3.7.1'
def notificare_version = '3.8.0'
api "re.notifica:notificare:$notificare_version"
api "re.notifica:notificare-geo:$notificare_version"
implementation "re.notifica:notificare-geo-gms:$notificare_version"
Expand Down
4 changes: 2 additions & 2 deletions packages/capacitor-notificare-geo/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def capacitor_pods
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'

pod 'Notificare/NotificareKit', '3.7.0'
pod 'Notificare/NotificareGeoKit', '3.7.0'
pod 'Notificare/NotificareKit', '3.8.0'
pod 'Notificare/NotificareGeoKit', '3.8.0'
end

target 'Plugin' do
Expand Down
6 changes: 3 additions & 3 deletions packages/capacitor-notificare-geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-notificare-geo",
"version": "3.7.0",
"version": "3.8.0",
"description": "Notificare Geo Capacitor plugin.",
"author": "Notificare <info@notifica.re> (https://notificare.com)",
"license": "MIT",
Expand Down Expand Up @@ -50,14 +50,14 @@
},
"peerDependencies": {
"@capacitor/core": "3 - 5",
"capacitor-notificare": "3.7.0"
"capacitor-notificare": "3.8.0"
},
"devDependencies": {
"@capacitor/android": "^3.0.0",
"@capacitor/core": "^3.0.0",
"@capacitor/docgen": "^0.0.18",
"@capacitor/ios": "^3.0.0",
"capacitor-notificare": "3.7.0",
"capacitor-notificare": "3.8.0",
"rimraf": "^3.0.2",
"rollup": "^2.32.0",
"typescript": "^4.5.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
notificare_version = '3.7.0'
notificare_version = '3.8.0'

Pod::Spec.new do |s|
s.name = 'CapacitorNotificareInAppMessaging'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {

implementation 'androidx.appcompat:appcompat:1.5.1'

def notificare_version = '3.7.1'
def notificare_version = '3.8.0'
api "re.notifica:notificare:$notificare_version"
api "re.notifica:notificare-in-app-messaging:$notificare_version"
}
4 changes: 2 additions & 2 deletions packages/capacitor-notificare-in-app-messaging/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def capacitor_pods
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'

pod 'Notificare/NotificareKit', '3.7.0'
pod 'Notificare/NotificareInAppMessagingKit', '3.7.0'
pod 'Notificare/NotificareKit', '3.8.0'
pod 'Notificare/NotificareInAppMessagingKit', '3.8.0'
end

target 'Plugin' do
Expand Down
6 changes: 3 additions & 3 deletions packages/capacitor-notificare-in-app-messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-notificare-in-app-messaging",
"version": "3.7.0",
"version": "3.8.0",
"description": "Notificare In-App Messaging Capacitor plugin.",
"author": "Notificare <info@notifica.re> (https://notificare.com)",
"license": "MIT",
Expand Down Expand Up @@ -50,14 +50,14 @@
},
"peerDependencies": {
"@capacitor/core": "3 - 5",
"capacitor-notificare": "3.7.0"
"capacitor-notificare": "3.8.0"
},
"devDependencies": {
"@capacitor/android": "^3.0.0",
"@capacitor/core": "^3.0.0",
"@capacitor/docgen": "^0.0.18",
"@capacitor/ios": "^3.0.0",
"capacitor-notificare": "3.7.0",
"capacitor-notificare": "3.8.0",
"rimraf": "^3.0.2",
"rollup": "^2.32.0",
"typescript": "^4.5.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
notificare_version = '3.7.0'
notificare_version = '3.8.0'

Pod::Spec.new do |s|
s.name = 'CapacitorNotificareInbox'
Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor-notificare-inbox/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {

implementation 'androidx.lifecycle:lifecycle-livedata-core-ktx:2.5.1'

def notificare_version = '3.7.1'
def notificare_version = '3.8.0'
api "re.notifica:notificare:$notificare_version"
api "re.notifica:notificare-inbox:$notificare_version"
}
4 changes: 2 additions & 2 deletions packages/capacitor-notificare-inbox/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def capacitor_pods
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'

pod 'Notificare/NotificareKit', '3.7.0'
pod 'Notificare/NotificareInboxKit', '3.7.0'
pod 'Notificare/NotificareKit', '3.8.0'
pod 'Notificare/NotificareInboxKit', '3.8.0'
end

target 'Plugin' do
Expand Down
6 changes: 3 additions & 3 deletions packages/capacitor-notificare-inbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-notificare-inbox",
"version": "3.7.0",
"version": "3.8.0",
"description": "Notificare Inbox Capacitor plugin.",
"author": "Notificare <info@notifica.re> (https://notificare.com)",
"license": "MIT",
Expand Down Expand Up @@ -50,14 +50,14 @@
},
"peerDependencies": {
"@capacitor/core": "3 - 5",
"capacitor-notificare": "3.7.0"
"capacitor-notificare": "3.8.0"
},
"devDependencies": {
"@capacitor/android": "^3.0.0",
"@capacitor/core": "^3.0.0",
"@capacitor/docgen": "^0.0.18",
"@capacitor/ios": "^3.0.0",
"capacitor-notificare": "3.7.0",
"capacitor-notificare": "3.8.0",
"rimraf": "^3.0.2",
"rollup": "^2.32.0",
"typescript": "^4.5.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
notificare_version = '3.7.0'
notificare_version = '3.8.0'

Pod::Spec.new do |s|
s.name = 'CapacitorNotificareLoyalty'
Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor-notificare-loyalty/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {

implementation 'androidx.appcompat:appcompat:1.5.1'

def notificare_version = '3.7.1'
def notificare_version = '3.8.0'
api "re.notifica:notificare:$notificare_version"
api "re.notifica:notificare-loyalty:$notificare_version"
}
4 changes: 2 additions & 2 deletions packages/capacitor-notificare-loyalty/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def capacitor_pods
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'

pod 'Notificare/NotificareKit', '3.7.0'
pod 'Notificare/NotificareLoyaltyKit', '3.7.0'
pod 'Notificare/NotificareKit', '3.8.0'
pod 'Notificare/NotificareLoyaltyKit', '3.8.0'
end

target 'Plugin' do
Expand Down
Loading

0 comments on commit 0fe0007

Please sign in to comment.