Skip to content

Commit 1620323

Browse files
committed
v1.12.0
1 parent 3b013fe commit 1620323

27 files changed

+36
-55
lines changed

better-amp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: https://betterstudio.com/wp-plugins/better-amp/
55
Description: Add FULL AMP support to your WordPress site.
66
Author: Better Studio
7-
Version: 1.11.0
7+
Version: 1.12.0
88
Author URI: http://betterstudio.com
99
*/
1010

@@ -52,7 +52,7 @@ class Better_AMP {
5252
*
5353
* @since 1.0.0
5454
*/
55-
const VERSION = '1.11.0';
55+
const VERSION = '1.12.0';
5656

5757

5858
/**

readme.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,19 @@ Also BetterAMP supports the /amp/ in the end of url to cover "Automatic AMP" plu
5151

5252
== Changelog ==
5353

54+
= 1.12.0 = 21 Feb 2021
55+
- Improved: RTL Style created from scratch to be perfect.
56+
- Improved: Single posts design
57+
- Improved: Color styles of AMP theme are now using CSS varialbes.
58+
- Improved: Admin panel created from scrath to be 300% faster!
59+
And redux framework removed.
60+
- Improved: JSON-LD generator updated.
61+
- Improved: AMP Carousel component updated to v0.2 to fix the RTL issues.
62+
63+
- Fixed: The attribute 'height' may not appear in tag 'table'.
64+
- Fixed: The video iframes wraps the layout that brings mobile usability issue.
65+
- Fixed: Wrong canonical url on start point mode when category base filled.
66+
5467
= 1.11.0 = 15 Dec 2020
5568
- Added: AMP Custom Script code support added.
5669
- Added: PHP v8 compatibility added.

template/css/archive.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,3 @@
3131

3232
.archive-page-header h1 .fa {
3333
margin-right: 8px; }
34-
35-
body.rtl .archive-page-header h1 .fa {
36-
margin-left: 8px;
37-
margin-right: 0; }

template/css/archive.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/css/archive.rtl.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,3 @@
3131

3232
.archive-page-header h1 .fa {
3333
margin-left: 8px; }
34-
35-
body.rtl .archive-page-header h1 .fa {
36-
margin-right: 8px;
37-
margin-left: 0; }

template/css/archive.rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/css/block/button.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
text-align: center; }
77

88
.wp-block-button.alignright {
9-
/*rtl:ignore*/
109
text-align: right; }
1110

1211
.wp-block-button__link {

template/css/block/button.rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
text-align: center; }
77

88
.wp-block-button.alignright {
9-
text-align: right; }
9+
text-align: left; }
1010

1111
.wp-block-button__link {
1212
background-color: #32373c;

template/css/block/button.rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/css/block/file.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
text-align: center; }
66

77
.wp-block-file.alignright {
8-
/*rtl:ignore*/
98
text-align: right; }
109

1110
.wp-block-file .wp-block-file__button {

0 commit comments

Comments
 (0)