Plugin Directory

Changeset 2919287

Timestamp:
05/30/2023 08:06:41 PM (14 months ago)
Author:
bjorsch
Message:

Updating trunk to version 12.2-beta.2

Location:
jetpack/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/CHANGELOG.md

    r2919220 r2919287  
    22
    33### This is a list detailing changes for all Jetpack releases.
     4
     5
     6
     7
    48
    59## 12.2-beta - 2023-05-30
  • jetpack/trunk/json-endpoints/jetpack/class.jetpack-json-api-plugins-new-endpoint.php

    r2711667 r2919287  
    2020        ),
    2121        'request_format'          => array(
    22             'zip' => '(zip) Plugin package zip file. multipart/form-data encoded. ',
     22            'zip' => '(',
    2323        ),
    2424        'response_format'         => Jetpack_JSON_API_Plugins_Endpoint::$_response_format,
     
    4545        ),
    4646        'request_format'          => array(
    47             'zip' => '(zip) Plugin package zip file. multipart/form-data encoded. ',
     47            'zip' => '(',
    4848        ),
    4949        'response_format'         => Jetpack_JSON_API_Plugins_Endpoint::$_response_format_v1_2,
  • jetpack/trunk/json-endpoints/jetpack/json-api-jetpack-endpoints.php

    r2761924 r2919287  
    100100        ),
    101101        'request_format'          => array(
    102             'zip' => '(zip) Theme package zip file. multipart/form-data encoded. ',
     102            'zip' => '(',
    103103        ),
    104104        'response_format'         => Jetpack_JSON_API_Themes_Endpoint::$_response_format,
Note: See TracChangeset for help on using the changeset viewer.