Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed May 27, 2024
1 parent 7e188c4 commit ab20cc4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 2 additions & 6 deletions admin-taxonomy-filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Admin Taxonomy Filter
* Plugin URI: https://elightup.com
* Description: Filter posts or custom post types by taxonomy in the admin area.
* Version: 1.0.2
* Version: 1.0.3
* Author: eLightUp
* Author URI: https://elightup.com
* License: GPL2+
Expand All @@ -19,8 +19,4 @@

new ATF_Controller;
new ATF_Settings;
}

add_action( 'init', function () {
load_plugin_textdomain( 'admin-taxonomy-filter', false, plugin_basename( __DIR__ ) . '/languages/' );
} );
}
5 changes: 3 additions & 2 deletions inc/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ public function render() {
</h3>
<div class="inside">
<p><?php esc_html_e( 'Like this plugin? Check out our other WordPress plugins:', 'falcon' ) ?></p>
<p><a href="https://wordpress.org/plugins/meta-box/" target="_blank">Meta Box</a> - <?php esc_html_e( 'Lightweight yet powerful WordPress custom fields plugin', 'falcon' ) ?></p>
<p><a href="https://wordpress.org/plugins/slim-seo/" target="_blank">Slim SEO</a> - <?php esc_html_e( 'Automated & fast SEO plugin for WordPress', 'falcon' ) ?></p>
<p><a href="https://metabox.io" target="_blank">Meta Box</a> - <?php esc_html_e( 'Lightweight yet powerful WordPress custom fields plugin', 'falcon' ) ?></p>
<p><a href="https://wpslimseo.com" target="_blank">Slim SEO</a> - <?php esc_html_e( 'Automated & fast SEO plugin for WordPress', 'falcon' ) ?></p>
<p><a href="https://wordpress.org/plugins/falcon/" target="_blank">Falcon</a> - <?php esc_html_e( 'WordPress optimization and tweaks plugin', 'falcon' ) ?></p>
</div>
</div>
</div>
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Admin Taxonomy Filter ===
Contributors: elightup, rilwis
Donate link: https://paypal.me/anhtnt
Tags: taxonomy filter, post filter, admin, taxonomy, taxonomies, post list
Tags: taxonomy filter, post filter, admin, taxonomy, post list
Requires at least: 4.3
Tested up to: 6.5.3
Stable tag: 1.0.2
Stable tag: 1.0.3
License: GPLv2 or later

Filter posts or custom post types in the admin area by custom taxonomies.
Expand Down Expand Up @@ -46,6 +46,9 @@ Then go to the all posts screen to see the filter above the table.

== Changelog ==

= 1.0.3 =
- Update compatibility with the latest version of WordPress

= 1.0.2 =
- Update compatibility tags

Expand Down

0 comments on commit ab20cc4

Please sign in to comment.