Skip to content

Commit 58f9207

Browse files
committed
Merge branch 'release/1.2.12' into v1
2 parents 4ff4851 + 5df0cf3 commit 58f9207

File tree

6 files changed

+4701
-2946
lines changed

6 files changed

+4701
-2946
lines changed

CHANGELOG.md

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

3+
## 1.2.12 - 2020.04.06
4+
### Added
5+
* Added `seekInSecs` option to audio encoding options
6+
7+
### Changed
8+
* Updated to latest npm dependencies via `npm audit fix` for both the primary app and the docs
9+
310
## 1.2.11 - 2020.03.11
411
### Added
512
* Transcoder now requires Craft CMS 3.1.0 or later

docs/docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
title: 'Transcoder Documentation',
33
description: 'Documentation for the Transcoder plugin',
44
base: '/docs/transcoder/',
5-
dest: '../../../../sites/nystudio107/web/docs/transcoder',
5+
dest: '../../../sites/nystudio107/web/docs/transcoder',
66
themeConfig: {
77
displayAllHeaders: true,
88
sidebar: [

0 commit comments

Comments
 (0)