Skip to content

Commit 467e80d

Browse files
authored
chore: Update version and changelog for 1.12.1 (#1952)
1 parent 895fd5a commit 467e80d

7 files changed

Lines changed: 39 additions & 24 deletions

File tree

CHANGELOG.md

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

3+
## v1.12.1 (June 12, 2026) ##
4+
5+
- Fix: Resolved security issues.
6+
37
## v1.12.0 (June 11, 2026) ##
48

59
- Feat: Added Layer Analytics feature to track how viewers interact with video layers (CTAs, hotspots, forms, and more), with per-layer engagement and conversion metrics in the analytics dashboard.

README.md

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

1111
Requires PHP: 7.4
1212

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

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

languages/godam.pot

Lines changed: 24 additions & 11 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.12.0\n"
5+
"Project-Id-Version: GoDAM 1.12.1\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-06-11T11:27:19+00:00\n"
12+
"POT-Creation-Date: 2026-06-12T10:39: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"
@@ -2826,7 +2826,7 @@ msgid "WPForms plugin is not active."
28262826
msgstr ""
28272827

28282828
#: inc/classes/shortcodes/class-godam-video-gallery.php:421
2829-
#: pages/dashboard/Dashboard.js:639
2829+
#: pages/dashboard/Dashboard.js:644
28302830
msgid "No videos found."
28312831
msgstr ""
28322832

@@ -4303,6 +4303,17 @@ msgstr ""
43034303
msgid "View"
43044304
msgstr ""
43054305

4306+
#: pages/analytics/hooks/useVideoLayerData.js:216
4307+
#: pages/video-editor/components/LayerSelector.jsx:392
4308+
msgid "Layer"
4309+
msgstr ""
4310+
4311+
#. translators: 1: layer type label (e.g. "CTA"), 2: position in the video in seconds.
4312+
#: pages/analytics/hooks/useVideoLayerData.js:223
4313+
#, js-format
4314+
msgid "%1$s layer at %2$ss"
4315+
msgstr ""
4316+
43064317
#: pages/analytics/index.js:39
43074318
#: pages/video-editor/components/media-grid/MediaItem.jsx:118
43084319
msgid "View analytics"
@@ -4659,21 +4670,27 @@ msgstr ""
46594670
msgid "Video thumbnail"
46604671
msgstr ""
46614672

4662-
#: pages/dashboard/Dashboard.js:626
4673+
#. translators: 1: converting sessions, 2: total plays.
4674+
#: pages/dashboard/Dashboard.js:627
4675+
#, js-format
4676+
msgid "%1$s of %2$s sessions converted"
4677+
msgstr ""
4678+
4679+
#: pages/dashboard/Dashboard.js:631
46634680
msgid "No layer conversions in this period"
46644681
msgstr ""
46654682

46664683
#. translators: %1$d is the current page number, %2$d is the total number of pages
4667-
#: pages/dashboard/Dashboard.js:651
4684+
#: pages/dashboard/Dashboard.js:656
46684685
#, js-format
46694686
msgid "Page %1$d of %2$d"
46704687
msgstr ""
46714688

4672-
#: pages/dashboard/Dashboard.js:665
4689+
#: pages/dashboard/Dashboard.js:670
46734690
msgid "Previous"
46744691
msgstr ""
46754692

4676-
#: pages/dashboard/Dashboard.js:672
4693+
#: pages/dashboard/Dashboard.js:677
46774694
msgid "Next"
46784695
msgstr ""
46794696

@@ -6580,10 +6597,6 @@ msgstr ""
65806597
msgid "search layers…"
65816598
msgstr ""
65826599

6583-
#: pages/video-editor/components/LayerSelector.jsx:392
6584-
msgid "Layer"
6585-
msgstr ""
6586-
65876600
#: pages/video-editor/components/LayerSelector.jsx:422
65886601
msgid "Customise Layer"
65896602
msgstr ""

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.12.0",
3+
"version": "1.12.1",
44
"description": "A WordPress plugin to manage digital assets",
55
"private": true,
66
"author": "rtCamp",

readme.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: transcoder, video, media library, folders, file manager
44
Requires at least: 6.5
55
Tested up to: 7.0
66
Requires PHP: 7.4
7-
Stable tag: 1.12.0
7+
Stable tag: 1.12.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

220220
== Changelog ==
221221

222+
= v1.12.1 (June 12, 2026) =
223+
224+
- Fix: Resolved security issues.
225+
222226
= v1.12.0 (June 11, 2026) =
223227

224228
- Feat: Added Layer Analytics feature to track how viewers interact with video layers (CTAs, hotspots, forms, and more), with per-layer engagement and conversion metrics in the analytics dashboard.
@@ -227,12 +231,6 @@ A. Yes, GoDAM provides robust analytics tools to track video engagement, includi
227231

228232
- Feat: Added a setting to disable GoDAM's media library features, allowing GoDAM to coexist with another media or DAM plugin without changing the WordPress media library.
229233

230-
= v1.11.1 (June 3, 2026) =
231-
232-
- Fix: GoDAM Video block aspect ratio for editor and frontend.
233-
- Fix: Silent PHP Linter errors.
234-
- Fix: Broken Admin Notice when WooCommerce is not present on a site in a multisite network.
235-
236234
[CHECK THE FULL CHANGELOG](https://github.com/rtCamp/godam/blob/main/CHANGELOG.md)
237235

238236
== External Services ==

0 commit comments

Comments
 (0)