Skip to content

Commit ff46571

Browse files
committed
Bump version to 1.0.0
1 parent 4080e22 commit ff46571

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

acf-permalinks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
* Plugin URI: https://github.com/athlan/acf-permalink
1010
* Description: Plugin allows to use ACF values in permalink structure by adding %field_fieldname%, for posts, pages and custom post types. This is an extenion for the plugin <a href="https://wordpress.org/plugins/custom-fields-permalink-redux/">Custom Fields Permalink 2</a>.
1111
* Author: Piotr Pelczar
12-
* Version: 0.0.1
12+
* Version: 1.0.0
1313
* Author URI: http://athlan.pl/
1414
*/
1515

1616
// Require main entry point.
17-
define( 'ACF_PERMALINK_VERSION', '0.0.1' );
17+
define( 'ACF_PERMALINK_VERSION', '1.0.0' );
1818
require __DIR__ . '/includes/main.php';

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://github.com/athlan/acf-permalink
44
Tags: acf, advanced custom fields, custom fields, permalinks, permalink, url, custom post types, post type, tax, taxonomy, types
55
Requires at least: 4.5.0
66
Tested up to: 5.0
7-
Stable tag: 0.0.1
7+
Stable tag: 1.0.0
88
Requires PHP: 5.3
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)