Skip to content

Commit 1c23669

Browse files
committed
fixed bad links
1 parent 2ebe8b2 commit 1c23669

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

archive-pages-taxonomy.php

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
<?php
2-
/*
3-
Plugin Name: Set Archive Pages - Taxonomy
4-
Plugin URI: https://github.com/devcollaborative/archive-pages
5-
Description: Select a page to override taxonomy archive page title & description.
6-
Author: DevCollaborative
7-
Author URI: https://devcollaborative.com/
8-
Version: 1.0.0
9-
Update URI: https://api.github.com/devcollaborative/archive-pages/releases/latest
10-
*/
2+
/**
3+
* Plugin Name: Set Archive Pages - Taxonomy
4+
* Plugin URI: https://github.com/devcollaborative/archive-pages-taxonomy
5+
* Description: Select a page to override taxonomy archive page title & description.
6+
* Author: DevCollaborative
7+
* Author URI: https://devcollaborative.com/
8+
* Version: 1.0.1
9+
* Update URI: https://github.com/devcollaborative/archive-pages-taxonomy/releases/latest/
10+
* */
1111

1212
defined( 'ABSPATH' ) or exit;
1313

14+
define( 'ARCHIVE_PAGES_TAXONOMY_VERSION', '1.0.1' );
15+
1416
/**
1517
* Plugin updates via GitHub
1618
*/

0 commit comments

Comments
 (0)