Skip to content

Commit 1076a79

Browse files
authored
Feature/release 1.5.0 (#40)
* Bump Tested up to: 5.0 * Bump version to 1.5.0
1 parent 6a79fe0 commit 1076a79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: athlan
33
Donate link: http://athlan.pl/wordpres-custom-fields-permalink-plugin/
44
Tags: custom fields, permalinks, permalink, url, custom post types, post type, tax, taxonomy, types
55
Requires at least: 4.5.0
6-
Tested up to: 4.9.5
7-
Stable tag: 1.4.0
6+
Tested up to: 5.0
7+
Stable tag: 1.5.0
88
Requires PHP: 5.3
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT

wordpress-custom-fields-permalink-plugin.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
* Plugin URI: http://athlan.pl/wordpress-custom-fields-permalink-plugin
1010
* Description: Plugin allows to use post's custom fields values in permalink structure by adding %field_fieldname%, for posts, pages and custom post types.
1111
* Author: Piotr Pelczar
12-
* Version: 1.4.0
12+
* Version: 1.5.0
1313
* Author URI: http://athlan.pl/
1414
*/
1515

1616
// Require main entry point.
17-
define( 'WORDPRESS_CUSTOM_FIELDS_PERMALINK_PLUGIN_VERSION', '1.4.0' );
17+
define( 'WORDPRESS_CUSTOM_FIELDS_PERMALINK_PLUGIN_VERSION', '1.5.0' );
1818
require __DIR__ . '/includes/main.php';

0 commit comments

Comments
 (0)