Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
athlan committed Oct 24, 2018
1 parent 4080e22 commit ff46571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions acf-permalinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
* Plugin URI: https://github.com/athlan/acf-permalink
* 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>.
* Author: Piotr Pelczar
* Version: 0.0.1
* Version: 1.0.0
* Author URI: http://athlan.pl/
*/

// Require main entry point.
define( 'ACF_PERMALINK_VERSION', '0.0.1' );
define( 'ACF_PERMALINK_VERSION', '1.0.0' );
require __DIR__ . '/includes/main.php';
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://github.com/athlan/acf-permalink
Tags: acf, advanced custom fields, custom fields, permalinks, permalink, url, custom post types, post type, tax, taxonomy, types
Requires at least: 4.5.0
Tested up to: 5.0
Stable tag: 0.0.1
Stable tag: 1.0.0
Requires PHP: 5.3
License: MIT
License URI: http://opensource.org/licenses/MIT
Expand Down

0 comments on commit ff46571

Please sign in to comment.