Skip to content

Commit

Permalink
Merge branch 'main' into #62
Browse files Browse the repository at this point in the history
  • Loading branch information
namithj committed Nov 12, 2024
2 parents 74a7a22 + 802454c commit 4f9fc6b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playground-blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Update Playground Blueprint with Repository and Branch
on:
push:
branches:
- main
- playground-ready
tags:
- "**"

jobs:
update-blueprint:
if: github.repository == 'aspirepress/AspireUpdate'
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
1 change: 0 additions & 1 deletion includes/class-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function __construct() {
Themes_Screens::get_instance();
Branding::get_instance();
$this->api_rewrite();

add_action( 'init', [ $this, 'load_textdomain' ] );
add_action( 'wp_ajax_aspireupdate_clear_log', [ $this, 'clear_log' ] );
add_action( 'wp_ajax_aspireupdate_read_log', [ $this, 'read_log' ] );
Expand Down
3 changes: 1 addition & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ Answer to foo bar dilemma.
= 0.5 =
* first stable version, connects to api.wordpress.org or an alternative AspireCloud repository

== Upgrade Notice ==

== Upgrade Notice ==

0 comments on commit 4f9fc6b

Please sign in to comment.