Plugin Directory

Changeset 3430821


Ignore:
Timestamp:
01/02/2026 02:30:33 AM (15 hours ago)
Author:
calliko
Message:

Update to version 1.8.2 from GitHub

Location:
wp-sitemap-computy
Files:
7 added
5 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-sitemap-computy/tags/1.8.2/index.php

    r3268171 r3430821  
    22/*
    33 * Plugin Name:   WP Sitemap Computy
    4  * Version:       1.7
     4 * Version:       1.8
    55 * Text Domain:   wp-sitemap-computy
    66 * Plugin URI:    https://computy.ru/blog/
     
    1616
    1717define( 'WP_SITEMAP_COMPUTY_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    18 define( 'WP_SITEMAP_COMPUTY_VERSION', '1.7');
     18define( 'WP_SITEMAP_COMPUTY_VERSION', '1.8');
    1919
    2020/*Страница админки*/
  • wp-sitemap-computy/tags/1.8.2/readme.txt

    r3268171 r3430821  
    55Requires at least:  4.1
    66Tested up to:  6.8
    7 Stable tag: 1.7
     7Stable tag: 1.8
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    3131== Changelog ==
    3232
     33= 1.8 - 31.12.2025 =
     34* Updated to current version
     35
    3336= 1.6 - 19.03.2024 =
    3437* Updated to current version
  • wp-sitemap-computy/trunk/index.php

    r3268171 r3430821  
    22/*
    33 * Plugin Name:   WP Sitemap Computy
    4  * Version:       1.7
     4 * Version:       1.8
    55 * Text Domain:   wp-sitemap-computy
    66 * Plugin URI:    https://computy.ru/blog/
     
    1616
    1717define( 'WP_SITEMAP_COMPUTY_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    18 define( 'WP_SITEMAP_COMPUTY_VERSION', '1.7');
     18define( 'WP_SITEMAP_COMPUTY_VERSION', '1.8');
    1919
    2020/*Страница админки*/
  • wp-sitemap-computy/trunk/readme.txt

    r3268171 r3430821  
    55Requires at least:  4.1
    66Tested up to:  6.8
    7 Stable tag: 1.7
     7Stable tag: 1.8
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    3131== Changelog ==
    3232
     33= 1.8 - 31.12.2025 =
     34* Updated to current version
     35
    3336= 1.6 - 19.03.2024 =
    3437* Updated to current version
Note: See TracChangeset for help on using the changeset viewer.