Changeset 2677709
- Timestamp:
- 02/12/2022 03:35:54 PM (4 years ago)
- Location:
- sitemap-ui/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
sitemap-ui.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sitemap-ui/trunk/readme.txt
r2373971 r2677709 3 3 Tags: sitemap, sitemaps, ui, settings, configuration 4 4 Requires at least: 5.5 5 Tested up to: 5. 55 Tested up to: 5.9 6 6 Stable tag: trunk 7 7 License: GPLv2 … … 38 38 == Changelog == 39 39 40 = 1.3 = 41 * Ensure compatibility with WP 5.9 42 40 43 = 1.2 = 41 44 * Added daily cron to ping Google of sitemap updates -
sitemap-ui/trunk/sitemap-ui.php
r2373971 r2677709 3 3 Plugin Name: Sitemap UI 4 4 Description: Configure WP core sitemaps within the admin UI 5 Version: 1. 25 Version: 1.3 6 6 Author: FacetWP, LLC 7 7 Author URI: https://facetwp.com/ 8 8 9 Copyright 202 0FacetWP, LLC9 Copyright 2022 FacetWP, LLC 10 10 11 11 This program is free software; you can redistribute it and/or … … 34 34 35 35 // setup variables 36 define( 'SMUI_VERSION', '1. 2' );36 define( 'SMUI_VERSION', '1.3' ); 37 37 define( 'SMUI_DIR', dirname( __FILE__ ) ); 38 38 define( 'SMUI_URL', plugins_url( '', __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.