Plugin Directory

Changeset 2677709


Ignore:
Timestamp:
02/12/2022 03:35:54 PM (4 years ago)
Author:
mgibbs189
Message:

Tagged 1.3

Location:
sitemap-ui/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sitemap-ui/trunk/readme.txt

    r2373971 r2677709  
    33Tags: sitemap, sitemaps, ui, settings, configuration
    44Requires at least: 5.5
    5 Tested up to: 5.5
     5Tested up to: 5.9
    66Stable tag: trunk
    77License: GPLv2
     
    3838== Changelog ==
    3939
     40= 1.3 =
     41* Ensure compatibility with WP 5.9
     42
    4043= 1.2 =
    4144* Added daily cron to ping Google of sitemap updates
  • sitemap-ui/trunk/sitemap-ui.php

    r2373971 r2677709  
    33Plugin Name: Sitemap UI
    44Description: Configure WP core sitemaps within the admin UI
    5 Version: 1.2
     5Version: 1.3
    66Author: FacetWP, LLC
    77Author URI: https://facetwp.com/
    88
    9 Copyright 2020 FacetWP, LLC
     9Copyright 2022 FacetWP, LLC
    1010
    1111This program is free software; you can redistribute it and/or
     
    3434
    3535        // setup variables
    36         define( 'SMUI_VERSION', '1.2' );
     36        define( 'SMUI_VERSION', '1.3' );
    3737        define( 'SMUI_DIR', dirname( __FILE__ ) );
    3838        define( 'SMUI_URL', plugins_url( '', __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.