Skip to content

Commit e5df2f6

Browse files
committed
v1.0.2
1 parent 1c23669 commit e5df2f6

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

archive-pages-taxonomy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
* Description: Select a page to override taxonomy archive page title & description.
66
* Author: DevCollaborative
77
* Author URI: https://devcollaborative.com/
8-
* Version: 1.0.1
8+
* Version: 1.0.2
99
* Update URI: https://github.com/devcollaborative/archive-pages-taxonomy/releases/latest/
1010
* */
1111

1212
defined( 'ABSPATH' ) or exit;
1313

14-
define( 'ARCHIVE_PAGES_TAXONOMY_VERSION', '1.0.1' );
14+
define( 'ARCHIVE_PAGES_TAXONOMY_VERSION', '1.0.2' );
1515

1616
/**
1717
* Plugin updates via GitHub

readme.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: devcollab, hbrokmeier, cparkinson
33
Tags: documentation
44
Requires at least: 6.0
55
Tested up to: 6.8.2
6-
Stable tag: 1.0.1
6+
Stable tag: 1.0.2
77
Requires PHP: 8.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -16,11 +16,16 @@ Replace WordPress's default auto-generated taxonomy term archive with a manually
1616

1717
== Changelog ==
1818

19-
= 1.0.1
19+
= 1.0.2 - 08-26-2025
20+
**Full Changelog**: https://github.com/devcollaborative/archive-pages-taxonomy/compare/v1.0.1...v1.0.2
21+
22+
* Fixed bad links.
23+
24+
= 1.0.1 - 08-25-2025
2025

2126
**Full Changelog**: https://github.com/devcollaborative/archive-pages-taxonomy/compare/v1.0.0...v1.0.1
2227

23-
Added Yahnis Elsts' Plugin Update Checker with github integration
28+
* Added Yahnis Elsts' Plugin Update Checker with github integration
2429

2530
= 1.0.0
2631
* Initial release

0 commit comments

Comments
 (0)