Version Description
- Update Fix
Download this release
Release Info
Developer | valeriosza |
Plugin | Remove Category URL |
Version | 1.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.2 to 1.1.3
- readme.txt +5 -2
- remove-category-url.php +2 -2
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: valeriosza
|
3 |
Tags: categories, category base, category, permalinks, URL structure, links, seo, cms, wpml, URL
|
4 |
Requires at least: 3.1
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 1.1.
|
7 |
License: GPLv2
|
8 |
Donate link:
|
9 |
|
@@ -63,6 +63,9 @@ A particular installation does not allow the rewrite feature in disabling the pl
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
66 |
= 1.1.2 =
|
67 |
* Update
|
68 |
|
2 |
Contributors: valeriosza
|
3 |
Tags: categories, category base, category, permalinks, URL structure, links, seo, cms, wpml, URL
|
4 |
Requires at least: 3.1
|
5 |
+
Tested up to: 5.2.2
|
6 |
+
Stable tag: 1.1.3
|
7 |
License: GPLv2
|
8 |
Donate link:
|
9 |
|
63 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
= 1.1.3 =
|
67 |
+
* Update Fix
|
68 |
+
|
69 |
= 1.1.2 =
|
70 |
* Update
|
71 |
|
remove-category-url.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Remove Category URL
|
4 |
* Plugin URI: http://valeriosouza.com.br/portfolio/remove-category-url/
|
5 |
* Description: This plugin removes '/category' from your category permalinks. (e.g. `/category/my-category/` to `/my-category/`)
|
6 |
-
* Version: 1.1.
|
7 |
* Author: Valerio Souza
|
8 |
* Author URI: http://valeriosouza.com.br/
|
9 |
* Text Domain: remove-category-url
|
@@ -122,7 +122,7 @@ function remove_category_url_plugin_row_meta( $links, $file ) {
|
|
122 |
if( plugin_basename( __FILE__ ) === $file ) {
|
123 |
$links[] = sprintf(
|
124 |
'<a target="_blank" href="%s">%s</a>',
|
125 |
-
esc_url('
|
126 |
__( 'Donate', 'remove_category_url' )
|
127 |
);
|
128 |
}
|
3 |
* Plugin Name: Remove Category URL
|
4 |
* Plugin URI: http://valeriosouza.com.br/portfolio/remove-category-url/
|
5 |
* Description: This plugin removes '/category' from your category permalinks. (e.g. `/category/my-category/` to `/my-category/`)
|
6 |
+
* Version: 1.1.3
|
7 |
* Author: Valerio Souza
|
8 |
* Author URI: http://valeriosouza.com.br/
|
9 |
* Text Domain: remove-category-url
|
122 |
if( plugin_basename( __FILE__ ) === $file ) {
|
123 |
$links[] = sprintf(
|
124 |
'<a target="_blank" href="%s">%s</a>',
|
125 |
+
esc_url('https://valeriosouza.com.br/donate/'),
|
126 |
__( 'Donate', 'remove_category_url' )
|
127 |
);
|
128 |
}
|