Skip to content

Commit

Permalink
fix: Remove extra tags from WP Plugin page (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalnagar authored Jul 24, 2024
1 parent aac9bbe commit 9cd3498
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
21 changes: 8 additions & 13 deletions admin/views/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="inside">
<div class="c4p-clearfix">
<div class="c4p-left">
<img src="<?php echo plugin_dir_url( __FILE__ ) . 'me.png'; ?>" class="c4p-author-image"/>
<img src="<?php echo plugin_dir_url( __FILE__ ) . 'me.jpg'; ?>" class="c4p-author-image"/>
</div>
<div class="c4p-left" style="width: 70%">
<p>Hi.</p>
Expand All @@ -29,17 +29,12 @@
<h3 class="hndle ui-sortable-handle">Like the plugin?</h3>
<div class="inside">
<div class="misc-pub-section">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations"/>
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="item_name" value="Custom 404 Pro is awesome!">
<input type="hidden" name="currency_code" value="USD"/>
<input type="hidden" name="first_name" value="Kunal">
<input type="hidden" name="last_name" value="Nagar">
<input type="hidden" name="email" value="[email protected]">
<input type="image" name="submit" border="0"
src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif"
alt="PayPal - The safer, easier way to pay online">
<form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="business" value="YEKFFE2HSGHTJ" />
<input type="hidden" name="no_recurring" value="0" />
<input type="hidden" name="currency_code" value="CAD" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_CA/i/scr/pixel.gif" width="1" height="1" />
</form>
</div>
</div>
Expand Down Expand Up @@ -68,7 +63,7 @@
<div class="misc-pub-section">
<label>Email:</label>
<span>
<b><a href="mailto:[email protected]">[email protected]</a></b>
<b><a href="mailto:[email protected]">[email protected]</a></b>
</span>
</div>
<div class="misc-pub-section">
Expand Down
Binary file added admin/views/me.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed admin/views/me.png
Binary file not shown.
2 changes: 1 addition & 1 deletion custom-404-pro.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: Custom 404 Pro
Plugin URI: https://wordpress.org/plugins/custom-404-pro/
Description: Override the default 404 page with any page or a custom URL from the Admin Panel.
Version: 3.11.2
Version: 3.11.3
Author: Kunal Nagar
Author URI: https://www.kunalnagar.in
License: GPL-2.0+
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Custom 404 Pro ===
Contributors: kunalnagar
Donate link: https://www.paypal.me/kunalnagar88/10
Tags: wordpress, 404, 404 error page, 404 link, 404 page, broken link, custom 404, custom 404 error, custom 404 error page, custom 404 page, customize 404, customize 404 error page, customize 404 page, error, error page, missing, page, page not found, page not found error
Tags: 404, 404 error page, custom 404 page, broken link
Requires at least: 3.0.1
Tested up to: 6.5
Stable tag: 3.11.2
Stable tag: 3.11.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -55,6 +55,10 @@ Uninstall the plugin from the Plugins page (important!) and reinstall it. Never

== Changelog ==

= 3.11.3 =
* Remove extra plugin tags (only 5 permitted on WP)
* Update contact info

= 3.11.2 =
* Fix vuln in admin notices

Expand Down

0 comments on commit 9cd3498

Please sign in to comment.