This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "webcomic", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Comic publishing power for the web. Turn your WordPress-powered site into a comic publishing platform with Webcomic.", | ||
"repository": "mgsisk/webcomic", | ||
"author": "mgsisk <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ public function setup() { | |
|
||
add_option( | ||
'webcomic', [ | ||
'version' => '5.0.2', | ||
'version' => '5.0.3', | ||
] | ||
); | ||
} | ||
|
@@ -58,7 +58,7 @@ public function it_returns_help_text_inside_the_admin_dashboard() { | |
$expected .= '<li><a href="mailto:[email protected]?subject=Webcomic%20Help">Contact Mike</a></li>'; | ||
$expected .= '</ul>'; | ||
$expected .= '<p><a href="https://mgsisk.com/#support" target="_blank" class="button button-primary button-small">Support Webcomic</a></p>'; | ||
$expected .= '<p><small>Thank you for creating with Webcomic 5.0.2</small></p>'; | ||
$expected .= '<p><small>Thank you for creating with Webcomic 5.0.3</small></p>'; | ||
|
||
self::assertSame( $expected, webcomic_help() ); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters