Skip to content

Commit 1af7bf2

Browse files
authored
Release
v2.2.1
2 parents 6d5f705 + ecf067a commit 1af7bf2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

assets/js/bundle.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/vue/components/compression.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- GIF replacement toggle button -->
2222
<div class="field columns">
2323
<label class="label column has-text-grey-dark">
24-
{{strings.enable_gif_replace}}
24+
{{strings.enable_gif_replace_title}}
2525

2626
<p class="is-italic has-text-weight-normal">
2727
{{strings.gif_replacer_desc}}

inc/admin.php

+2
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,8 @@ private function get_dashboard_strings() {
601601
'enable_lazyload_placeholder_title' => __( 'Enable generic lazyload placeholder', 'optimole-wp' ),
602602
'enable_lazyload_placeholder_desc' => __( 'Enabling this might affect the user experience in some cases, however it will reduce the number of total requests and page weight. Try it out and see how works best for you!', 'optimole-wp' ),
603603
'show' => __( 'Show', 'optimole-wp' ),
604+
'enable_gif_replace_title' => __( 'Enable Gif to Video conversion', 'optimole-wp' ),
605+
'gif_replacer_desc' => __( 'Automatically convert GIF images to Video files(MP4 and WebM)', 'optimole-wp' ),
604606
'filter_operator_contains' => __( 'contains', 'optimole-wp' ),
605607
'filter_operator_is' => __( 'is', 'optimole-wp' ),
606608
'filter_filename' => __( 'Image filename', 'optimole-wp' ),

0 commit comments

Comments
 (0)