Skip to content

Commit

Permalink
Feature/svn (#11)
Browse files Browse the repository at this point in the history
* add: release folder to gitignore

* add: screenshots, updated readme text

* change: readme file

* change: readme file

* finish: svn changes
  • Loading branch information
troychaplin authored Sep 2, 2024
1 parent 4a58fbc commit bfba767
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ build/*.map
# Dependency directories
node_modules/

# Release directory
wp-release/

# Optional npm cache directory
.npm

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Prefix the change with one of these keywords:

## [Unreleased]

### Changed

- Readme text and other files related to publishing via SVN

## [1.0.2]

### Added
Expand Down
Binary file added assets/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion block-finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: This plugin provides a dashboard to search for specific blocks
* Requires at least: 6.3
* Requires PHP: 7.0
* Version: 1.0.2
* Version: 1.0.3
* Author: Troy Chaplin
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
42 changes: 37 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Contributors: areziaal
Tags: block, search, tools
Requires at least: 6.3
Tested up to: 6.6.1
Stable tag: 1.0.2
Stable tag: 1.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A dashboard block search tool.
Easily find content blocks anywhere on your site.

== Description ==

Adds a dashboard that select list of active Gutenberg blocks on a site and returns a list of pages, post and other post types where that block is being used.
Adds a dashboard metabox that allows a user to quickly find and edit specific core or custom blocks across all post types on a site.

== Installation ==

Expand All @@ -33,9 +33,41 @@ Adds a dashboard that select list of active Gutenberg blocks on a site and retur
Simply deactivate and delete the plugin.

== Screenshots ==
1. Description of the first screenshot.
1. Description of the second screenshot.
1. Basic dashboard view on first load
2. Filtering results by pages and core paragraph blocks
3. Filtering results by all post types and core heading blocks

== Changelog ==
= 1.0.3 =

#### Changed

* Files related to initial release via SVN

= 1.0.2 =

#### Added

* Missing composer.json file

#### Changed

* Improved escaping of php

#### Fixed

* Stable tags out of sync, updated constant to match

#### Security

* Blocked direct access to primary php file

= 1.0.1 =

#### Fixed

* Scripts loading outside dashboard triggering a console error

= 1.0 =

* Plugin released.

0 comments on commit bfba767

Please sign in to comment.