Movatterモバイル変換


[0]ホーム

URL:


Skip to content
WordPress.org
Get WordPress

Plugin Directory

Context Navigation


Changeset 3168364


Ignore:
Timestamp:
10/14/2024 08:38:10 AM (9 months ago)
Author:
jeherve
Message:

Jetpack 4.2.5

Location:
jetpack/tags/4.2.5
Files:
1 added
10 deleted
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • jetpack/tags/4.2.5/jetpack.php

    r2918993 r3168364 
    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: 4.2.4
     8 * Version: 4.2.5
    99 * Author URI: http://jetpack.com
    1010 * License: GPL2+
     
    1515define( 'JETPACK__MINIMUM_WP_VERSION', '4.5' );
    1616
    17 define( 'JETPACK__VERSION',            '4.2.4' );
     17define( 'JETPACK__VERSION',            '4.2.5' );
    1818define( 'JETPACK_MASTER_USER',         true );
    1919define( 'JETPACK__API_VERSION',        1 );
  • jetpack/tags/4.2.5/modules/contact-form/grunion-contact-form.php

    r1471815 r3168364 
    1414define( 'GRUNION_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    1515
    16 if ( is_admin() )
     16if ( is_admin() ) {
    1717    require_once GRUNION_PLUGIN_DIR . '/admin.php';
     18}
     19add_action( 'rest_api_init', 'grunion_contact_form_require_endpoint' );
     20function grunion_contact_form_require_endpoint() {
     21    require_once GRUNION_PLUGIN_DIR . '/class-grunion-contact-form-endpoint.php';
     22}
    1823
    1924/**
     
    115120        // custom post type we'll use to keep copies of the feedback items
    116121        register_post_type( 'feedback', array(
    117             'labels'           => array(
     122            'labels'              => array(
    118123                'name'               => __( 'Feedback', 'jetpack' ),
    119124                'singular_name'      => __( 'Feedback', 'jetpack' ),
     
    122127                'not_found_in_trash' => __( 'No feedback found', 'jetpack' )
    123128            ),
    124             'menu_icon'         => 'dashicons-feedback',
    125             'show_ui'           => TRUE,
    126             'show_in_admin_bar' => FALSE,
    127             'public'            => FALSE,
    128             'rewrite'           => FALSE,
    129             'query_var'         => FALSE,
    130             'capability_type'   => 'page',
    131             'show_in_rest'      => true,
    132             'capabilities'      => array(
     129            'menu_icon'             => 'dashicons-feedback',
     130            'show_ui'               => TRUE,
     131            'show_in_admin_bar'     => FALSE,
     132            'public'                => FALSE,
     133            'rewrite'               => FALSE,
     134            'query_var'             => FALSE,
     135            'capability_type'       => 'page',
     136            'show_in_rest'          => true,
     137            'rest_controller_class' => 'Grunion_Contact_Form_Endpoint',
     138            'capabilities'           => array(
    133139                'create_posts'        => false,
    134140                'publish_posts'       => 'publish_pages',
     
    142148                'read_post'           => 'read_page',
    143149            ),
    144             'map_meta_cap'     => true,
     150            'map_meta_cap'         => true,
    145151        ) );
    146152
  • jetpack/tags/4.2.5/readme.txt

    r2918993 r3168364 
    22Contributors: automattic, adamkheckler, aduth, akirk, allendav, alternatekev, andy, annezazu, apeatling, azaozz, batmoo, barry, beaulebens, blobaugh, cainm, cena, cfinke, chaselivingston, chellycat, csonnek, danielbachhuber, davoraltman, daniloercoli, designsimply, dllh, drawmyface, dsmart, dzver, ebinnion, eliorivero, enej, eoigal, ethitter, gcorne, georgestephanis, gibrown, goldsounds, hew, hugobaeta, hypertextranch, iammattthomas, iandunn, jacobshere, jblz, jeherve, jenhooks, jenia, jgs, jkudish, jmdodd, Joen, johnjamesjacoby, jshreve, koke, kraftbj, lamdayap, lancewillett, lschuyler, macmanx, martinremy, matt, matveb, mattwiebe, maverick3x6, mcsf, mdawaffe, michael-arestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, obenland, pento, professor44, rachelsquirrel, rdcoll, ryancowles, richardmuscat, richardmtl, roccotripaldi, samhotchkiss, scarstocea, sdquirk, stefmattana, stephdau, tmoorewp, Viper007Bond, westi, yoavf, zinigor
    33Tags: WordPress.com, jet pack, comments, contact, gallery, performance, sharing, security, shortcodes, stats, subscriptions, widgets
    4 Stable tag: 4.2.4
     4Stable tag: 4.2.5
    55Requires at least: 4.5
    66Tested up to: 4.6
     
    7575
    7676== Changelog ==
     77
     78= 4.2.5 =
     79Release date: October 14, 2024
     80
     81Security:
     82
     83* Contact Form: ensure that submitted forms can only be accessed by logged in users allowed to view form submissions.
    7784
    7885= 4.2.4 =
Note: SeeTracChangeset for help on using the changeset viewer.
Trac UI Preferences

Download in other formats:


[8]ページ先頭

©2009-2025 Movatter.jp