File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 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
1212defined ( 'ABSPATH ' ) or exit;
1313
14+ define ( 'ARCHIVE_PAGES_TAXONOMY_VERSION ' , '1.0.1 ' );
15+
1416/**
1517 * Plugin updates via GitHub
1618 */
You can’t perform that action at this time.
0 commit comments