You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= 2.4.9 - 2022/01/21 =
* This is a maintenance release for compatibility with WordPress major version 5.9
* Tweak - Test for compatibility with WordPress 5.9
* Framework - Update a3rev Plugin Framework to version 2.5.0
<div class="a3rev-ui-google-api-key-description"><?phpechosprintf( __( "Enter your existing Google Fonts API Key below. Don't have a key? Visit <a href='%s' target='_blank'>Google Developer API</a> to create a key", 'a3-lazy-load' ), 'https://developers.google.com/fonts/docs/developer_api#APIKey' ); ?></div>
<div class="a3rev-ui-google-api-key-description"><?phpechosprintf( __( "Enter your existing Google Fonts API Key below. Don't have a key? Visit <a href='%s' target='_blank'>Google Developer API</a> to create a key" ), 'https://developers.google.com/fonts/docs/developer_api#APIKey' ); ?></div>
1934
+
<?php } ?>
1886
1935
<div class="a3rev-ui-google-api-key-inside
1887
1936
<?php
1888
1937
if ( $GLOBALS[$this->plugin_prefix.'fonts_face']->is_valid_google_api_key() ) {
placeholder="<?phpecho__( 'Google Fonts API Key' ); ?>"
1903
1953
<?phpechoimplode( '', $custom_attributes ); // XSS ok ?>
1904
1954
/>
1905
-
<p class="a3rev-ui-google-valid-key-message"><?phpecho__( 'Your Google API Key is valid and automatic font updates are enabled.', 'a3-lazy-load' ); ?></p>
1906
-
<p class="a3rev-ui-google-unvalid-key-message"><?phpecho__( 'Please enter a valid Google API Key.', 'a3-lazy-load' ); ?></p>
<div class="a3rev-ui-google-api-key-description"><?phpechosprintf( __( "Enter your existing Google Map API Key below. Don't have a key? Visit <a href='%s' target='_blank'>Google Maps API</a> to create a key", 'a3-lazy-load' ), 'https://developers.google.com/maps/documentation/javascript/get-api-key' ); ?></div>
<div class="a3rev-ui-google-api-key-description" style="margin-bottom:5px;"><?phpechosprintf( __( "Enter your Google Maps API Key and save changes, or go to <a href='%s' target='_blank'>Google Maps API</a> to create a new key. The key must have the Geocoding API, Maps Embed API and Maps JavaScript API as a minimum." ), 'https://developers.google.com/maps/documentation/javascript/get-api-key' ); ?></div>
placeholder="<?phpecho__( 'Google Map API Key', 'a3-lazy-load' ); ?>"
1959
2021
<?phpechoimplode( '', $custom_attributes ); // XSS ok ?>
1960
2022
/>
1961
-
<p class="a3rev-ui-google-valid-key-message"><?phpecho__( 'Your Google API Key is valid and automatic font updates are enabled.', 'a3-lazy-load' ); ?></p>
1962
-
<p class="a3rev-ui-google-unvalid-key-message"><?phpecho__( 'Please enter a valid Google API Key.', 'a3-lazy-load' ); ?></p>
0 commit comments