Skip to content

Commit 7becfb1

Browse files
committed
wip
1 parent 3dae070 commit 7becfb1

47 files changed

Lines changed: 77 additions & 77 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [1.3.1] - 2023-02-22
1010
### Fixed
11-
- A cast for a hook function call is now handled correctly. ( [#18](https://github.com/pronamic/wp-documentor/issues/18) )
11+
- A cast for a hook function call is now handled correctly. ( [#18](https://github.com/solvebeam/wp-hooks-documentor/issues/18) )
1212

1313
## [1.3.0] - 2022-07-18
1414
### Fixed
15-
- Files can now also be excluded via the `--exclude` option. ( [#13](https://github.com/pronamic/wp-documentor/issues/13) )
15+
- Files can now also be excluded via the `--exclude` option. ( [#13](https://github.com/solvebeam/wp-hooks-documentor/issues/13) )
1616

1717
### Added
18-
- Added support for the `@ignore` tag. ( [#14](https://github.com/pronamic/wp-documentor/issues/14) )
18+
- Added support for the `@ignore` tag. ( [#14](https://github.com/solvebeam/wp-hooks-documentor/issues/14) )
1919

2020
## [1.2.0] - 2022-01-27
2121
### Fixed
22-
- List of arguments is empty when `apply_filters` is returned instead of assigned to variable (props [@LuigiPulcini](https://github.com/LuigiPulcini)). ( [#11](https://github.com/pronamic/wp-documentor/issues/11) )
22+
- List of arguments is empty when `apply_filters` is returned instead of assigned to variable (props [@LuigiPulcini](https://github.com/LuigiPulcini)). ( [#11](https://github.com/solvebeam/wp-hooks-documentor/issues/11) )
2323

2424
### Added
25-
- Added `--prefix` option (props [@LuigiPulcini](https://github.com/LuigiPulcini)). ( [#10](https://github.com/pronamic/wp-documentor/pull/10) )
25+
- Added `--prefix` option (props [@LuigiPulcini](https://github.com/LuigiPulcini)). ( [#10](https://github.com/solvebeam/wp-hooks-documentor/pull/10) )
2626

2727
## [1.1.1] - 2021-06-10
2828
### Changed
@@ -41,10 +41,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141
### Added
4242
- First Release.
4343

44-
[Unreleased]: https://github.com/pronamic/wp-documentor/compare/1.3.1...HEAD
45-
[1.3.1]: https://github.com/pronamic/wp-documentor/compare/1.3.0...1.3.1
46-
[1.3.0]: https://github.com/pronamic/wp-documentor/compare/1.2.0...1.3.0
47-
[1.2.0]: https://github.com/pronamic/wp-documentor/compare/1.1.1...1.2.0
48-
[1.1.1]: https://github.com/pronamic/wp-documentor/compare/1.1.0...1.1.1
49-
[1.1.0]: https://github.com/pronamic/wp-documentor/compare/1.0.0...1.1.0
50-
[1.0.0]: https://github.com/pronamic/wp-documentor/releases/tag/1.0.0
44+
[Unreleased]: https://github.com/solvebeam/wp-hooks-documentor/compare/1.3.1...HEAD
45+
[1.3.1]: https://github.com/solvebeam/wp-hooks-documentor/compare/1.3.0...1.3.1
46+
[1.3.0]: https://github.com/solvebeam/wp-hooks-documentor/compare/1.2.0...1.3.0
47+
[1.2.0]: https://github.com/solvebeam/wp-hooks-documentor/compare/1.1.1...1.2.0
48+
[1.1.1]: https://github.com/solvebeam/wp-hooks-documentor/compare/1.1.0...1.1.1
49+
[1.1.0]: https://github.com/solvebeam/wp-hooks-documentor/compare/1.0.0...1.1.0
50+
[1.0.0]: https://github.com/solvebeam/wp-hooks-documentor/releases/tag/1.0.0

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
2-
<a href="https://github.com/pronamic/wp-documentor">
3-
<img src="logos/pronamic-wp-documentor.svgo-min.svg" alt="SolveBeam WordPress Hooks Documentor" width="128" height="128">
2+
<a href="https://github.com/solvebeam/wp-hooks-documentor">
3+
<img src="logos/solvebeam-wp-documentor.svgo-min.svg" alt="SolveBeam WordPress Hooks Documentor" width="128" height="128">
44
</a>
55
</p>
66

@@ -10,10 +10,10 @@
1010
SolveBeam WordPress Hooks Documentor is a tool to automatically extract data about the <strong>actions</strong> and <strong>filters</strong> of your WordPress theme or plugin.
1111
</p>
1212

13-
[![Latest Stable Version](https://poser.pugx.org/pronamic/wp-documentor/v)](//packagist.org/packages/pronamic/wp-documentor)
14-
[![Total Downloads](https://poser.pugx.org/pronamic/wp-documentor/downloads)](//packagist.org/packages/pronamic/wp-documentor)
15-
[![Latest Unstable Version](https://poser.pugx.org/pronamic/wp-documentor/v/unstable)](//packagist.org/packages/pronamic/wp-documentor)
16-
[![License](https://poser.pugx.org/pronamic/wp-documentor/license)](//packagist.org/packages/pronamic/wp-documentor)
13+
[![Latest Stable Version](https://poser.pugx.org/solvebeam/wp-hooks-documentor/v)](//packagist.org/packages/solvebeam/wp-hooks-documentor)
14+
[![Total Downloads](https://poser.pugx.org/solvebeam/wp-hooks-documentor/downloads)](//packagist.org/packages/solvebeam/wp-hooks-documentor)
15+
[![Latest Unstable Version](https://poser.pugx.org/solvebeam/wp-hooks-documentor/v/unstable)](//packagist.org/packages/solvebeam/wp-hooks-documentor)
16+
[![License](https://poser.pugx.org/solvebeam/wp-hooks-documentor/license)](//packagist.org/packages/solvebeam/wp-hooks-documentor)
1717

1818
## Table of contents
1919

@@ -31,7 +31,7 @@
3131
To start documenting your WordPress filters and actions, require SolveBeam WordPress Hooks Documentor in Composer:
3232

3333
```
34-
composer require pronamic/wp-documentor --dev
34+
composer require solvebeam/wp-hooks-documentor --dev
3535
```
3636

3737
### First Run
@@ -164,10 +164,10 @@ Here is a list of alternatives that we found. However, none of these satisfied o
164164
- https://symfony.com/doc/current/components/finder.html
165165
- https://developer.wordpress.org/cli/commands/i18n/make-pot/
166166
- https://developer.wordpress.org/cli/commands/i18n/make-json/
167-
- https://github.com/pronamic/deployer/blob/master/bin/pronamic-deployer
168-
- https://gitlab.com/pronamic/wp-updates/-/blob/master/index.php
167+
- https://github.com/solvebeam/deployer/blob/master/bin/solvebeam-deployer
168+
- https://gitlab.com/solvebeam/wp-updates/-/blob/master/index.php
169169
- https://github.com/wp-pay/core/issues/45
170170
- https://github.com/phpDocumentor/phpDocumentor/issues/2865
171171
- https://github.com/themeblvd/hookster
172172

173-
[![SolveBeam - Work with us](https://github.com/pronamic/brand-resources/blob/main/banners/pronamic-work-with-us-leaderboard-728x90%404x.png)](https://www.pronamic.eu/contact/)
173+
[![SolveBeam - Work with us](https://github.com/solvebeam/brand-resources/blob/main/banners/solvebeam-work-with-us-leaderboard-728x90%404x.png)](https://www.solvebeam.com/contact/)

bin/wp-documentor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ $application->register( 'parse' )
135135
/**
136136
* Prefixes.
137137
*
138-
* @link https://github.com/pronamic/wp-documentor/pull/10
138+
* @link https://github.com/solvebeam/wp-hooks-documentor/pull/10
139139
*/
140140
$documentor->prefixes = (array) $input->getOption( 'prefix' );
141141

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pronamic/wp-documentor",
2+
"name": "solvebeam/wp-hooks-documentor",
33
"description": "Documentation Generator for WordPress.",
44
"keywords": [
55
"documentation",
@@ -13,8 +13,8 @@
1313
"authors": [
1414
{
1515
"name": "SolveBeam",
16-
"email": "info@pronamic.eu",
17-
"homepage": "https://www.pronamic.eu/",
16+
"email": "info@solvebeam.com",
17+
"homepage": "https://www.solvebeam.com/",
1818
"role": "Company"
1919
},
2020
{

logos/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ https://www.svgrepo.com/svg/234324/hook-crane
88

99
Name | HTML | Link
1010
--------------- | --------- | ----
11-
SolveBeam Orange | `#F9461C` | https://github.com/pronamic/huisstijl/blob/master/info.txt
11+
SolveBeam Orange | `#F9461C` | https://github.com/solvebeam/huisstijl/blob/master/info.txt
1212
WordPress Blue | `#0073AA` | https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
1313

1414
## SVG Optimizer
1515

1616
```
17-
svgo pronamic-wp-documentor.svg -o pronamic-wp-documentor.svgo-min.svg
17+
svgo solvebeam-wp-documentor.svg -o solvebeam-wp-documentor.svgo-min.svg
1818
```
1919

2020
## Inspiration

src/Argument.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Argument
44
*
5-
* @author SolveBeam <info@pronamic.eu>
5+
* @author SolveBeam <info@solvebeam.com>
66
* @copyright 2005-2022 SolveBeam
77
* @license GPL-3.0-or-later
88
* @package SolveBeam\WordPress\Documentor

src/Changelog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Changelog
44
*
5-
* @author SolveBeam <info@pronamic.eu>
5+
* @author SolveBeam <info@solvebeam.com>
66
* @copyright 2005-2022 SolveBeam
77
* @license GPL-3.0-or-later
88
* @package SolveBeam\WordPress\Documentor

src/ChangelogFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Changelog Factory
44
*
5-
* @author SolveBeam <info@pronamic.eu>
5+
* @author SolveBeam <info@solvebeam.com>
66
* @copyright 2005-2022 SolveBeam
77
* @license GPL-3.0-or-later
88
* @package SolveBeam\WordPress\Documentor

src/DefaultPrinter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Default Printer
44
*
5-
* @author SolveBeam <info@pronamic.eu>
5+
* @author SolveBeam <info@solvebeam.com>
66
* @copyright 2005-2022 SolveBeam
77
* @license GPL-3.0-or-later
88
* @package SolveBeam\WordPress\Documentor

src/Documentor.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Documentor
44
*
5-
* @author SolveBeam <info@pronamic.eu>
5+
* @author SolveBeam <info@solvebeam.com>
66
* @copyright 2005-2022 SolveBeam
77
* @license GPL-3.0-or-later
88
* @package SolveBeam\WordPress\Documentor
@@ -155,7 +155,7 @@ private function get_statement_doc_comment( Node $statement ) {
155155
* $some_variable = apply_filters( 'my_plugin_filter_1', $first_param, $second_param );
156156
* ```
157157
*
158-
* @link https://github.com/pronamic/wp-documentor/issues/11
158+
* @link https://github.com/solvebeam/wp-hooks-documentor/issues/11
159159
*/
160160
if ( $parent instanceof \PhpParser\Node\Expr\Assign ) {
161161
return $this->get_statement_doc_comment( $parent );
@@ -168,7 +168,7 @@ private function get_statement_doc_comment( Node $statement ) {
168168
* $should_do = (bool) apply_filters( 'should_we_do_it', true, $some_value );
169169
* ```
170170
*
171-
* @link https://github.com/pronamic/wp-documentor/issues/18
171+
* @link https://github.com/solvebeam/wp-hooks-documentor/issues/18
172172
*/
173173
if ( $parent instanceof \PhpParser\Node\Expr\Cast ) {
174174
return $this->get_statement_doc_comment( $parent );

0 commit comments

Comments
 (0)