Skip to content

Commit 07e72ae

Browse files
authored
chore: Version and changelog update for 1.10.2 (#1887)
1 parent 9e80430 commit 07e72ae

7 files changed

Lines changed: 21 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog #
22

3+
## v1.10.2 (May 22, 2026) ##
4+
5+
- Feat: Enhanced Type 1 video analytics tracking with viewport detection.
6+
- Fix: Resolved cancelled Type 2 Analytics requests for Gallery iframe.
7+
38
## v1.10.1 (May 19, 2026) ##
49

510
- Fix: Added patch for plugin deployment.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Tags: transcoder, video, media library, folders, file manager
66

77
Requires at least: 6.5
88

9-
Tested up to: 6.9
9+
Tested up to: 7.0
1010

1111
Requires PHP: 7.4
1212

13-
Stable tag: 1.10.1
13+
Stable tag: 1.10.2
1414

1515
License: [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
1616

godam.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: GoDAM
44
* Plugin URI: https://godam.io
55
* Description: Seamlessly manage and deliver your media assets directly from the cloud-based media management. Store assets efficiently, stream them via a CDN, and enhance your website's performance and user experience. Featuring adaptive bit rate streaming, adding interactive layers in videos, and taking full advantage of a digital asset management solution within WordPress.
6-
* Version: 1.10.1
6+
* Version: 1.10.2
77
* Requires at least: 6.5
88
* Requires PHP: 7.4
99
* Text Domain: godam
@@ -43,7 +43,7 @@
4343
/**
4444
* The version of the plugin
4545
*/
46-
define( 'RTGODAM_VERSION', '1.10.1' );
46+
define( 'RTGODAM_VERSION', '1.10.2' );
4747
}
4848

4949
if ( ! defined( 'RTGODAM_API_BASE' ) ) {

languages/godam.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPLv2 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: GoDAM 1.10.1\n"
5+
"Project-Id-Version: GoDAM 1.10.2\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/godam\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2026-05-19T15:41:31+00:00\n"
12+
"POT-Creation-Date: 2026-05-22T11:33:40+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.12.0\n"
1515
"X-Domain: godam\n"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "godam",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "A WordPress plugin to manage digital assets",
55
"private": true,
66
"author": "rtCamp",

readme.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: rtcamp, elifvish, subodhrajpopat, kuldipchaudhary, prachigarg19, juzar, geekofshire, nazmulhassann20, mi5t4n, abhinavbelhekar03, gautam23, mukulsingh27, hbhalodia, kishu7270, opurockey, utsavladani, whiteshadow01, ahmarzaidi, im3dabasia1
33
Tags: transcoder, video, media library, folders, file manager
44
Requires at least: 6.5
5-
Tested up to: 6.9
5+
Tested up to: 7.0
66
Requires PHP: 7.4
7-
Stable tag: 1.10.1
7+
Stable tag: 1.10.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -219,6 +219,11 @@ A. Yes, GoDAM provides robust analytics tools to track video engagement, includi
219219

220220
== Changelog ==
221221

222+
= v1.10.2 (May 22, 2026) =
223+
224+
- Feat: Enhanced Type 1 video analytics tracking with viewport detection.
225+
- Fix: Resolved cancelled Type 2 Analytics requests for Gallery iframe.
226+
222227
= v1.10.1 (May 19, 2026) =
223228

224229
- Fix: Added patch for plugin deployment.
@@ -228,13 +233,6 @@ A. Yes, GoDAM provides robust analytics tools to track video engagement, includi
228233
- Feat: Added Unique Viewers and Replay Ratio metrics in Analytics.
229234
- Feat: Extended Video SEO schema with Shoppable Video support.
230235

231-
= v1.9.0 (May 8, 2026) =
232-
233-
- Feat: Introduced WooCommerce integration — first beta release of GoDAM for WooCommerce support.
234-
- Fix: Disabled hover option when autoplay is enabled in the Video block.
235-
- Fix: Resolved Gallery Carousel scroll issue on iOS devices.
236-
- Tweak: Revamped GoDAM blocks to Video, Video Gallery, Audio and Document blocks.
237-
238236
[CHECK THE FULL CHANGELOG](https://github.com/rtCamp/godam/blob/main/CHANGELOG.md)
239237

240238
== External Services ==

0 commit comments

Comments
 (0)