Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from WebDevStudios/v1.1.2
Browse files Browse the repository at this point in the history
V1.1.2
  • Loading branch information
ravewebdev authored Dec 27, 2021
2 parents 6d616d1 + 5515146 commit b7236e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions inc/links.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function set_headless_rest_preview_link( WP_REST_Response $response, WP_Post $po
* Override links within post content on save to point to FE.
*
* @author WebDevStudios
* @since NEXT
* @since 1.1.0
* @param int $post_id Post ID.
*/
function override_post_links( $post_id ) {
Expand Down Expand Up @@ -198,7 +198,7 @@ function override_post_links( $post_id ) {
*
* @see https://github.com/wpengine/faustjs/blob/aaad74cd6edac536a1df405552256ca66575c8cd/plugins/wpe-headless/includes/deny-public-access/callbacks.php#L20
* @author WebDevStudios
* @since NEXT
* @since 1.1.0
* @param object $query The current query.
*/
function deny_public_access( $query ) {
Expand Down
4 changes: 2 additions & 2 deletions wds-headless-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: The core WordPress plugin for the Next.js WordPress Starter.
* Author: WebDevStudios <[email protected]>
* Author URI: https://webdevstudios.com
* Version: 1.0.0
* Version: 1.1.2
* Requires at least: 5.6
* Requires PHP: 7.4
* License: GPL-2
Expand All @@ -23,7 +23,7 @@
// Define constants.
define( 'WDS_HEADLESS_CORE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'WDS_HEADLESS_CORE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'WDS_HEADLESS_CORE_VERSION', '1.0.0' );
define( 'WDS_HEADLESS_CORE_VERSION', '1.1.2' );

// Register de/activation hooks.
register_activation_hook( __FILE__, __NAMESPACE__ . '\activation_callback' );
Expand Down

0 comments on commit b7236e7

Please sign in to comment.