Glue for Yoast SEO & AMP - Version 0.4.1

Version Description

  • Bugfixes:
    • Fix styling of design tab.
Download this release

Release Info

Developer jipmoors
Plugin Icon 128x128 Glue for Yoast SEO & AMP
Version 0.4.1
Comparing to
See all releases

Code changes from version 0.4.0 to 0.4.1

classes/assets/amp-admin-page.css CHANGED
@@ -1,3 +1,8 @@
1
  .yst_colorpicker {
2
  clear: right;
3
- }
 
 
 
 
 
1
  .yst_colorpicker {
2
  clear: right;
3
+ }
4
+
5
+ label.checkbox {
6
+ display: block;
7
+ margin-bottom: 0.4em;
8
+ }
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: joostdevalk
3
  Tags: AMP, SEO
4
  Requires at least: 4.6
5
  Tested up to: 4.7.3
6
- Stable tag: 0.4.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -34,6 +34,10 @@ To change your AMP page design, go to SEO -> AMP, and look at the design tab.
34
 
35
  == Changelog ==
36
 
 
 
 
 
37
  = 0.4.0 =
38
  * Bugfixes:
39
  * Removed page from post-type list to avoid unwanted canonical link.
3
  Tags: AMP, SEO
4
  Requires at least: 4.6
5
  Tested up to: 4.7.3
6
+ Stable tag: 0.4.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
34
 
35
  == Changelog ==
36
 
37
+ = 0.4.1 =
38
+ * Bugfixes:
39
+ * Fix styling of design tab.
40
+
41
  = 0.4.0 =
42
  * Bugfixes:
43
  * Removed page from post-type list to avoid unwanted canonical link.
yoastseo-amp.php CHANGED
@@ -9,7 +9,7 @@
9
  * Plugin Name: Glue for Yoast SEO & AMP
10
  * Plugin URI: https://wordpress.org/plugins/glue-for-yoast-seo-amp/
11
  * Description: Makes sure the default WordPress AMP plugin uses the proper Yoast SEO metadata
12
- * Version: 0.4.0
13
  * Author: Joost de Valk
14
  * Author URI: https://yoast.com
15
  */
9
  * Plugin Name: Glue for Yoast SEO & AMP
10
  * Plugin URI: https://wordpress.org/plugins/glue-for-yoast-seo-amp/
11
  * Description: Makes sure the default WordPress AMP plugin uses the proper Yoast SEO metadata
12
+ * Version: 0.4.1
13
  * Author: Joost de Valk
14
  * Author URI: https://yoast.com
15
  */