Skip to content

Commit 2e202ad

Browse files
authored
docs: Update changelog and version to 1.7.2 (#1750)
1 parent d4bb9fe commit 2e202ad

8 files changed

Lines changed: 107 additions & 106 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.7.2 (March 20, 2026) ##
4+
5+
- Fix: Fixed video data collection in analytics.
6+
- Fix: Improved image optimization to support all registered image sizes.
7+
38
## v1.7.1 (March 17, 2026) ##
49

510
- Fix: Resolved invalid duration issue for hotspot layer in the video editor.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Tested up to: 6.9
1010

1111
Requires PHP: 7.4
1212

13-
Stable tag: 1.7.1
13+
Stable tag: 1.7.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.7.1
6+
* Version: 1.7.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.7.1' );
46+
define( 'RTGODAM_VERSION', '1.7.2' );
4747
}
4848

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

inc/classes/class-media-library-ajax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ private function get_rtgodam_image_sizes( $attachment_id ) {
10311031
* The `wp_calculate_image_srcset` filter then replaces the locally-built source
10321032
* URLs with the authoritative CDN URLs from `rtgodam_image_sizes`.
10331033
*
1034-
* @since n.e.x.t
1034+
* @since 1.7.2
10351035
*
10361036
* @param array $image_meta The image meta data as returned by wp_get_attachment_metadata().
10371037
* @param int[] $size_array The requested size as [width, height].

0 commit comments

Comments
 (0)