Changeset 2804412
- Timestamp:
- 10/26/2022 07:03:28 AM (3 years ago)
- Location:
- full-site-editing/trunk
- Files:
-
- 2 added
- 4 edited
-
build_meta.txt (modified) (1 diff)
-
full-site-editing-plugin.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
wpcom-global-styles/api (added)
-
wpcom-global-styles/api/class-global-styles-status-rest-api.php (added)
-
wpcom-global-styles/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
full-site-editing/trunk/build_meta.txt
r2804077 r2804412 1 commit_hash= e07bdf69a5594054763b24019b540c6494d105382 commit_url=https://github.com/Automattic/wp-calypso/commit/ e07bdf69a5594054763b24019b540c6494d105383 build_number=3.46 5661 commit_hash=fe0bff0f4bd22b4194781332ccebf0bc467a9e1e 2 commit_url=https://github.com/Automattic/wp-calypso/commit/fe0bff0f4bd22b4194781332ccebf0bc467a9e1e 3 build_number=3.46638 -
full-site-editing/trunk/full-site-editing-plugin.php
r2804077 r2804412 3 3 * Plugin Name: WordPress.com Editing Toolkit 4 4 * Description: Enhances your page creation workflow within the Block Editor. 5 * Version: 3.46 5665 * Version: 3.46638 6 6 * Author: Automattic 7 7 * Author URI: https://automattic.com/wordpress-plugins/ … … 43 43 * @var string 44 44 */ 45 define( 'A8C_ETK_PLUGIN_VERSION', '3.46 566' );45 define( 'A8C_ETK_PLUGIN_VERSION', '3.46638' ); 46 46 47 47 // Always include these helper files for dotcom FSE. -
full-site-editing/trunk/readme.txt
r2804077 r2804412 4 4 Requires at least: 5.5 5 5 Tested up to: 6.0 6 Stable tag: 3.46 5666 Stable tag: 3.46638 7 7 Requires PHP: 5.6.20 8 8 License: GPLv2 or later -
full-site-editing/trunk/wpcom-global-styles/index.php
r2804077 r2804412 232 232 233 233 /** 234 * Include the Rest API that returns the global style information for a give WordPress site. 235 */ 236 require_once __DIR__ . '/api/class-global-styles-status-rest-api.php'; 237 238 /** 234 239 * Checks if the necessary conditions are met in order to establish that the supplied user should be considered as previewing Global Styles. 235 240 *
Note: See TracChangeset
for help on using the changeset viewer.