Skip to content

Commit 61aa3ef

Browse files
committed
Prepare to the next iteration 1.0.3
1 parent 83e7d55 commit 61aa3ef

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

Diff for: README.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
Plugin allows to use post's custom fields values in permalink structure by adding %field_fieldname%, for posts, pages and custom post types.
44

5-
![Build Status](https://travis-ci.org/athlan/wordpress-custom-fields-permalink-plugin.svg?branch=master)
5+
[![Build Status](https://travis-ci.org/athlan/wordpress-custom-fields-permalink-plugin.svg?branch=master)](https://travis-ci.org/athlan/wordpress-custom-fields-permalink-plugin)
66

77
---
88

99
* Contributors: <a href="https://github.com/athlan">athlan</a>
1010
* Plugin url: [http://athlan.pl/wordpres-custom-fields-permalink-plugin/](http://athlan.pl/wordpres-custom-fields-permalink-plugin/)
1111
* Tags: custom fields, permalinks, permalink, url, custom post types, post type, tax, taxonomy, types
1212
* Requires at least: 3.0.0
13-
* Tested up to: 4.9.3
13+
* Tested up to: 4.9.4
1414
* Stable tag: 1.0.2
1515
* License: MIT
1616
* License URI: http://opensource.org/licenses/MIT
@@ -39,16 +39,9 @@ Plugin is also avaliable on GitHub:
3939

4040
## Installation
4141

42-
* Download the wordpress-custom-fields-permalink-plugin.zip file to your computer.
43-
* Unzip the file.
44-
* Upload the `wordpress-custom-fields-permalink-plugin` directory to your `/wp-content/plugins/` directory.
45-
* Activate the plugin through the 'Plugins' menu in WordPress.
46-
* Now you can use `%field_fieldname%` tag in Settings -> Permalinks.
42+
Search for **Custom Fields Permalink 2** or follow the link
43+
https://wordpress.org/plugins/custom-fields-permalink-redux/
4744

4845
## Changelog
4946

5047
Release notes: https://github.com/athlan/wordpress-custom-fields-permalink-plugin/releases
51-
52-
## Upgrade Notice
53-
54-
No upgrade notices.

Diff for: 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: 3.0.0
6-
Tested up to: 4.9.3
7-
Stable tag: 1.0.2
6+
Tested up to: 4.9.4
7+
Stable tag: 1.0.3
88
Requires PHP: 5.3
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT

Diff for: wordpress-custom-fields-permalink-plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: http://athlan.pl/wordpress-custom-fields-permalink-plugin
55
Description: Plugin allows to use post's custom fields values in permalink structure by adding %field_fieldname%, for posts, pages and custom post types.
66
Author: Piotr Pelczar
7-
Version: 2.0
7+
Version: 1.0.3
88
Author URI: http://athlan.pl/
99
*/
1010

0 commit comments

Comments
 (0)