Full Site Editing - Version 3.4494

Version Description

Download this release

Release Info

Developer mciampini
Plugin Icon wp plugin Full Site Editing
Version 3.4494
Comparing to
See all releases

Code changes from version 3.4447 to 3.4494

coming-soon/fallback-coming-soon-page.php CHANGED
@@ -150,6 +150,9 @@ nocache_headers();
150
  margin-right: 16px;
151
  margin-bottom: 0;
152
  }
 
 
 
153
  .wpcom-coming-soon-marketing-copy-text {
154
  line-height: 1.4;
155
  margin: 0;
@@ -278,7 +281,7 @@ nocache_headers();
278
  </div>
279
  <div class="wpcom-coming-soon-marketing-buttons">
280
  <p><a class="button button-secondary" href="<?php echo esc_url( get_login_url() ); ?>"><?php esc_html_e( 'Log in', 'full-site-editing' ); ?></a></p>
281
- <p><a class="button button-primary " href="<?php echo esc_url( get_onboarding_url() ); ?>"><?php esc_html_e( 'Start your website', 'full-site-editing' ); ?></a></p>
282
  </div>
283
  <?php endif; ?>
284
  </div>
150
  margin-right: 16px;
151
  margin-bottom: 0;
152
  }
153
+ .wpcom-coming-soon-wplogo a {
154
+ border: none;
155
+ }
156
  .wpcom-coming-soon-marketing-copy-text {
157
  line-height: 1.4;
158
  margin: 0;
281
  </div>
282
  <div class="wpcom-coming-soon-marketing-buttons">
283
  <p><a class="button button-secondary" href="<?php echo esc_url( get_login_url() ); ?>"><?php esc_html_e( 'Log in', 'full-site-editing' ); ?></a></p>
284
+ <p><a class="button button-primary has-background" href="<?php echo esc_url( get_onboarding_url() ); ?>"><?php esc_html_e( 'Start your website', 'full-site-editing' ); ?></a></p>
285
  </div>
286
  <?php endif; ?>
287
  </div>
full-site-editing-plugin.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: WordPress.com Editing Toolkit
4
  * Description: Enhances your page creation workflow within the Block Editor.
5
- * Version: 3.4447
6
  * Author: Automattic
7
  * Author URI: https://automattic.com/wordpress-plugins/
8
  * License: GPLv2 or later
@@ -42,7 +42,7 @@ namespace A8C\FSE;
42
  *
43
  * @var string
44
  */
45
- define( 'A8C_ETK_PLUGIN_VERSION', '3.4447' );
46
 
47
  // Always include these helper files for dotcom FSE.
48
  require_once __DIR__ . '/dotcom-fse/helpers.php';
2
  /**
3
  * Plugin Name: WordPress.com Editing Toolkit
4
  * Description: Enhances your page creation workflow within the Block Editor.
5
+ * Version: 3.4494
6
  * Author: Automattic
7
  * Author URI: https://automattic.com/wordpress-plugins/
8
  * License: GPLv2 or later
42
  *
43
  * @var string
44
  */
45
+ define( 'A8C_ETK_PLUGIN_VERSION', '3.4494' );
46
 
47
  // Always include these helper files for dotcom FSE.
48
  require_once __DIR__ . '/dotcom-fse/helpers.php';
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: automattic
3
  Tags: block, blocks, editor, gutenberg, page
4
  Requires at least: 5.5
5
  Tested up to: 5.6
6
- Stable tag: 3.4447
7
  Requires PHP: 5.6.20
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
3
  Tags: block, blocks, editor, gutenberg, page
4
  Requires at least: 5.5
5
  Tested up to: 5.6
6
+ Stable tag: 3.4494
7
  Requires PHP: 5.6.20
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html