From 1813dc34efc78007188c4fce35ed1337e7d2b49b Mon Sep 17 00:00:00 2001
From: Gustavo Maciel
Date: Mon, 2 Sep 2024 21:40:40 -0300
Subject: [PATCH 1/2] docs: fixing links urls
---
.github/ISSUE_TEMPLATE/config.yml | 6 ++--
.github/workflows/manual_release_android.yml | 2 +-
.github/workflows/release_android.yml | 2 +-
README.md | 32 ++++++++++----------
admob/version.txt | 2 +-
5 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 92dc77f2..50b25cfb 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Issue with AdMob on iOS only
- url: https://github.com/Poing-Studios/godot-admob-ios
+ url: https://github.com/poingstudios/godot-admob-ios
about: Check the iOS plugin repository.
- - name: Issue with AdMob on Godot Editor
- url: https://github.com/Poing-Studios/godot-admob-editor
+ - name: Issue with AdMob on Godot Plugin
+ url: https://github.com/poingstudios/godot-admob-plugin
about: Check the Android plugin repository.
diff --git a/.github/workflows/manual_release_android.yml b/.github/workflows/manual_release_android.yml
index 05522a0f..05e3a4f2 100644
--- a/.github/workflows/manual_release_android.yml
+++ b/.github/workflows/manual_release_android.yml
@@ -29,7 +29,7 @@ jobs:
- name: Build Android Action
id: build-android
- uses: Poing-Studios/godot-android-action@master
+ uses: poingstudios/godot-android-action@master
with:
godot_version: ${{ github.event.inputs.godot_version }}
build_version: ${{ github.event.inputs.build_version }}
diff --git a/.github/workflows/release_android.yml b/.github/workflows/release_android.yml
index 1ff284c9..800e5a45 100644
--- a/.github/workflows/release_android.yml
+++ b/.github/workflows/release_android.yml
@@ -29,7 +29,7 @@ jobs:
- name: Build Android Action
id: build-android
- uses: Poing-Studios/godot-android-action@master
+ uses: poingstudios/godot-android-action@master
with:
godot_version: ${{matrix.GODOT_VERSIONS}}
project_path: admob
diff --git a/README.md b/README.md
index a15ee783..7240aa0d 100644
--- a/README.md
+++ b/README.md
@@ -12,33 +12,33 @@
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
+
📃Documentation •
- 💾Downloads
+ 💾Downloads
## 📖About
This repository is a _Godot Engine Plugin_ that makes it **easy** to display **AdMob** ads in your game, **just download and use**, no need to worry about building or version compatibility.
-The plugin supports most versions of Godot from 3.x to 4.x and is **compatible** with both **Android and [iOS](https://github.com/Poing-Studios/godot-admob-ios)**.
+The plugin supports most versions of Godot from 3.x to 4.x and is **compatible** with both **Android and [iOS](https://github.com/poingstudios/godot-admob-ios)**.
## 💡Features
- **Supports** _Almost_ all [AdFormats](https://support.google.com/admob/answer/6128738?hl=en)💵: `Banner`, `Interstitial`, `Rewarded`, `Rewarded Interstitial`
@@ -46,7 +46,7 @@ The plugin supports most versions of Godot from 3.x to 4.x and is **compatible**
- Targeting **specific** ⭕ audience segments
- Has `CI/CD` to **test** ✅, **build** 🛠️ and **release versions** 📨
- Concise **documentation** 📄
-- Same **behavior** as [iOS Plugin](https://github.com/Poing-Studios/godot-admob-ios) 🍎
+- Same **behavior** as [iOS Plugin](https://github.com/poingstudios/godot-admob-ios) 🍎
## 🕵️♂️Preview
| Banner | Interstitial | Rewarded | Rewarded Interstitial |
@@ -56,11 +56,11 @@ The plugin supports most versions of Godot from 3.x to 4.x and is **compatible**
## 🔌Usage
### Prerequisites
- Basic knowledge about usage of Godot Plugins and AdMob
-- Usage of [AdMob Editor Plugin](https://github.com/Poing-Studios/Godot-AdMob-Editor-Plugin)
+- Usage of [AdMob Editor Plugin](https://github.com/poingstudios/godot-admob-plugin)
### Installation
- [YouTube Tutorial](https://youtu.be/ZnlH3INcAGs)
-- Download the ```android-?-template-v{{ your_godot_version }}.zip``` in the [releases tab](https://github.com/Poing-Studios/godot-admob-android/releases), we recommend you to use always the latest.
+- Download the ```android-?-template-v{{ your_godot_version }}.zip``` in the [releases tab](https://github.com/poingstudios/godot-admob-android/releases), we recommend you to use always the latest.
- Extract the content downloaded into ```res://android/plugins``` directory on your Godot project
- Add your [AdMob App ID](https://support.google.com/admob/answer/7356431) to your app's ```res://android/build/AndroidManifest.xml``` file by adding a `````` tag with name ```com.google.android.gms.ads.APPLICATION_ID```, as shown below.
``` xml
@@ -89,7 +89,7 @@ The plugin supports most versions of Godot from 3.x to 4.x and is **compatible**
- For complete and detailed documentation check here: [LINK]()
## 🌠Star History
-[![Star History Chart](https://api.star-history.com/svg?repos=Poing-Studios/godot-admob-android&type=Date)](https://star-history.com/#Poing-Studios/godot-admob-android&Date)
+[![Star History Chart](https://api.star-history.com/svg?repos=poingstudios/godot-admob-android&type=Date)](https://star-history.com/#poingstudios/godot-admob-android&Date)
## 🪪License
-This project is licensed under the [MIT License](https://github.com/Poing-Studios/godot-admob-android/blob/master/LICENSE).
+This project is licensed under the [MIT License](https://github.com/poingstudios/godot-admob-android/blob/master/LICENSE).
diff --git a/admob/version.txt b/admob/version.txt
index b6da5122..9671f9a9 100644
--- a/admob/version.txt
+++ b/admob/version.txt
@@ -1 +1 @@
-2.1.6
\ No newline at end of file
+2.1.7
\ No newline at end of file
From b1b3fe244d4720c9c43ad18f22e686e047246271 Mon Sep 17 00:00:00 2001
From: gumaciel
Date: Tue, 3 Sep 2024 00:41:15 +0000
Subject: [PATCH 2/2] Auto changed version on README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7240aa0d..b67ac06d 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
-
+