Plugin Directory

Changeset 1903896

Timestamp:
07/04/2018 10:01:06 AM (6 years ago)
Author:
mdawaffe
Message:

Bump stable tag to 6.3.2

Location:
jetpack/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/jetpack.php

    r1903671 r1903896  
    66 * 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.
    77 * Author: Automattic
    8  * Version: 6.3
     8 * Version: 6.3
    99 * Author URI: https://jetpack.com
    1010 * License: GPL2+
     
    1515define( 'JETPACK__MINIMUM_WP_VERSION', '4.7' );
    1616
    17 define( 'JETPACK__VERSION',            '6.3' );
     17define( 'JETPACK__VERSION',            '6.3' );
    1818define( 'JETPACK_MASTER_USER',         true );
    1919define( 'JETPACK__API_VERSION',        1 );
  • jetpack/trunk/readme.txt

    r1903693 r1903896  
    22Contributors: automattic, adamkheckler, aduth, akirk, allendav, alternatekev, andy, annezazu, apeatling, azaozz, batmoo, barry, beaulebens, blobaugh, cainm, cena, cfinke, chaselivingston, chellycat, clickysteve, csonnek, danielbachhuber, davoraltman, daniloercoli, designsimply, dllh, drawmyface, dsmart, dzver, ebinnion, eliorivero, enej, eoigal, erania-pinnera, ethitter, gcorne, georgestephanis, gibrown, goldsounds, hew, hugobaeta, hypertextranch, iammattthomas, iandunn, jblz, jasmussen, jeffgolenski, jeherve, jenhooks, jenia, jessefriedman, jgs, jkudish, jmdodd, joanrho, johnjamesjacoby, jshreve, keoshi, koke, kraftbj, lancewillett, lschuyler, macmanx, martinremy, matt, matveb, mattwiebe, maverick3x6, mcsf, mdawaffe, MichaelArestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, obenland, oskosk, pento, professor44, rachelsquirrel, rdcoll, ryancowles, richardmuscat, richardmtl, roccotripaldi, samhotchkiss, scarstocea, sdquirk, stephdau, tmoorewp, tyxla, Viper007Bond, westi, yoavf, zinigor
    33Tags: Jetpack, WordPress.com, backup, security, related posts, CDN, speed, anti-spam, social sharing, SEO, video, stats
    4 Stable tag: 6.3
     4Stable tag: 6.3
    55Requires at least: 4.7
    66Tested up to: 4.9
     
    9999== Changelog ==
    100100
    101 = 6.3 =
     101= 6.3 =
    102102
    103 * Release date: July 3, 2018
    104 * Release post: https://wp.me/p1moTy-8ag
    105 
    106 **Major Enhancements**
    107 
    108 * Simple Payment: Added Simple Payment Products as Widgets, with the option to manage them via the Customizer.
    109 
    110 **Enhancements**
    111 
    112 * Connection: Added a new connect splash screen content.
    113 * Jetpack Dashboard: We removed the labels reading 'PAID' in order to introduce a better way to remark paid features.
    114 * General: Added support to display geo-location data added to posts and pages with Calypso.
    115 
    116 **Improved compatibility**
    117 
    118 * Protect: We solved an issue related to interaction with bbPress when trying to log in via a bbPress login widget. You would get redirected a few times to log in again after solving the math puzzle.
     103* Release date: July 4, 2018
     104* Release post: https://wp.me/p1moTy-96E
    119105
    120106**Bug fixes**
    121107
    122 * Comments: Implemented Core WordPress' Comment Cookie Consent Checkbox in Jetpack Comments.
    123 * General: We solved an issue that arised when using the Front End Editor feature plugin. A fatal error wass thrown due to us assuming the `enter_title_here` filter would only run within wp-admin.
    124 * General: Fixed a compatibility problem between WordPress TinyMCE and Jetpack Markdown when visiting the WordPress Dashboard.
    125 * Lazy Images: Fixed behaviour for when JavaScript is disabled.
    126 * Markdown: We fixed the naming of the class used for code blocks that specify a language.
    127 * Simple Payments: Fixed an error when the user had published Simple Payment Products but their Professional Subscription had expired.
    128 * Sitemap: We fixed the format of the date shown for videos on the video sitemap.
    129 * Stats: We fixed the width of the Stats page for wide screens.
    130 
     108* Simple Payment: Fix compatibility issues with PHP versions 5.3 and below
Note: See TracChangeset for help on using the changeset viewer.