Skip to content

Commit 5a7fab4

Browse files
committed
Bump version to 1.3.0
1 parent 13ef3c4 commit 5a7fab4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Plugin allows to use post's custom fields values in permalink structure by addin
1212
* Tags: custom fields, permalinks, permalink, url, custom post types, post type, tax, taxonomy, types
1313
* Requires at least: 4.5.0
1414
* Tested up to: 4.9.5
15-
* Stable tag: 1.2.0
15+
* Stable tag: 1.3.0
1616
* Requires PHP: 5.3
1717
* License: MIT
1818
* License URI: http://opensource.org/licenses/MIT

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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
66
Tested up to: 4.9.5
7-
Stable tag: 1.2.0
7+
Stable tag: 1.3.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.2.0
12+
* Version: 1.3.0
1313
* Author URI: http://athlan.pl/
1414
*/
1515

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

0 commit comments

Comments
 (0)