Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Aug 25, 2020
1 parent 6f3b04a commit 5e9c2c2
Show file tree
Hide file tree
Showing 17 changed files with 162 additions and 96 deletions.
Binary file removed _inc/.DS_Store
Binary file not shown.
59 changes: 59 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,65 @@

**This is a list detailing changes for all Jetpack releases.**

= 8.9 =

* Release date: September 1, 2020
* Release post: https://wp.me/p1moTy-rAs

**Major Enhancements**

* The new Donations Block allows you to easily accept and process donations on your site.
* You can now preview how your posts will look on Facebook, Twitter, and Google Search Results even before you hit the Publish button.


**Enhancements**

* Blocks: add "Edit" button to the Calendly block toolbar.
* Blocks: add new "Consent" field option to the Form block.
* Connection: improve the reconnection process when your site is not properly connected to WordPress.com anymore.
* Connection: improve messaging offered and displayed in the dashboard when there are connection issues between your site and WordPress.com.
* Contact Form: put feedback that matches the disallowed list in trash.
* Dashboard: improved legibility across all Jetpack interfaces.
* External Media: improve keyboard navigation in the media modal.
* External Media: offer a way to disconnect Google Photos accounts from within the media modal.
* Sharing: add spacing around customization link.
* Search: improve styling of expanded results in the Instant Search interface.
* Shortcodes: remove jQuery dependency from Gist shortcode.

**Improved compatibility**

* Anti-Spam: better handle globally-configured Akismet API keys in the Jetpack dashboard.
* Blocks: update to use latest colors defined by WordPress.
* Blocks: ensure our External Media option is compatible with other plugins that also make changes to the Media Library options in the block editor.
* Connection: ensure better compatibility of the Monitor, Protect, Secure Sign In, Stats, and Subscription features with your site's connection to WordPress.com.
* General: remove references to pre-PHP 5.6 code.
* Sharing: improve accessibility of the sharing butttons in AMP views.
* Shortcode Embeds: ensure compatibility of the Instagram embeds with upcoming Instagram API changes.
* Third-party plugin compatibility: add new compatibility file for the Creative Mail plugin.
* Third-party plugin compatibility: add Slim SEO to the list of plugins compatible with Jetpack's Open Graph and Twitter Cards Meta tags.

**Bug fixes**

* Autoloader: avoid issues when updating plugins using the Autoloader in environments using OPCache.
* Autoloader: remove the map regeneration that occurs after a plugin update.
* Activity Log: ensure that theme changes are mentioned in the Activity Log.
* Blocks: ensure alignment options are respected for the Video block in the editor.
* Blocks: avoid accidental disconnections of the Payments block in the editor.
* Blocks: bug fixes and improvement of consistency of block style implementation in the OpenTable block.
* Blocks: avoid duplicate navigation arrows in the Slideshow block.
* CLI tools: avoid notices when using Synchronization CLI tools.
* Connection: ensure that secondary users can connect their own account to their WordPress.com account.
* Dashboard: fix missing card for Backups in some error cases.
* Protect: avoid displaying HTML markup on blocked login screen.
* Protect: avoid Fatal errors when trying to update Protect options from the REST API.
* Search: ensure that Instant Search options are properly saved in the Customizer.
* Search: avoid errors when searching for a term and including the "%" symbol.
* Shortcodes: avoid Fatal errors when receiving unexpected response from Flickr.
* Theme Tools: resolve a PHP notice in PHP 7.4.
* Video: ensure that videos uploaded with Jetpack Videos are assigned to the correct author.
* Widgets: ensure that the Instagram Widget is properly styled when previewed in the customizer.
* Widgets: do not hide accepted cookie widget to allow visual customization in the Customizer.

= 8.8.2 =

* Release date: August 17, 2020
Expand Down
4 changes: 2 additions & 2 deletions jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://jetpack.com
* Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
* Author: Automattic
* Version: 8.9-alpha
* Version: 8.9-beta
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
Expand All @@ -16,7 +16,7 @@

define( 'JETPACK__MINIMUM_WP_VERSION', '5.4' );
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
define( 'JETPACK__VERSION', '8.9-alpha' );
define( 'JETPACK__VERSION', '8.9-beta' );
define( 'JETPACK_MASTER_USER', true );
define( 'JETPACK__API_VERSION', 1 );
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Expand Down
Binary file removed modules/sharedaddy/.DS_Store
Binary file not shown.
2 changes: 0 additions & 2 deletions modules/wordads/css/wordads-ccpa.min.css

This file was deleted.

Loading

0 comments on commit 5e9c2c2

Please sign in to comment.