We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23dac26 commit 125c212Copy full SHA for 125c212
readme.txt
@@ -114,6 +114,9 @@ To disclose security issues for this plugin please email [email protected]
114
115
== Changelog ==
116
117
+= 1.4.4 =
118
+- Removed call to action sidebar.
119
+
120
= 1.4.3 =
121
- Fixed Composer issue.
122
src/js/run.js
@@ -230,7 +230,6 @@ function displayReport( response ) {
230
} else if ( compatible ) {
231
jQuery( '.wpe-pcc-download-report' ).show();
232
jQuery( '.wpe-pcc-results' ).show();
233
- jQuery( '.wpe-pcc-information-errors' ).show();
234
} else {
235
// Display scan stats.
236
0 commit comments