Changeset 3430821
- Timestamp:
- 01/02/2026 02:30:33 AM (15 hours ago)
- Location:
- wp-sitemap-computy
- Files:
-
- 7 added
- 5 deleted
- 4 edited
- 1 copied
-
assets/assets (added)
-
assets/assets/blueprint.json (added)
-
assets/assets/icon-128x128.png (added)
-
assets/assets/icon-256x256.png (added)
-
assets/assets/screenshot-1.png (added)
-
assets/blueprint (deleted)
-
assets/blueprint.json (deleted)
-
assets/icon-128x128.png (deleted)
-
assets/icon-256x256.png (deleted)
-
assets/screenshot-1.png (deleted)
-
tags/1.8.2 (copied) (copied from wp-sitemap-computy/trunk)
-
tags/1.8.2/LICENSE (added)
-
tags/1.8.2/index.php (modified) (2 diffs)
-
tags/1.8.2/readme.txt (modified) (2 diffs)
-
trunk/LICENSE (added)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-sitemap-computy/tags/1.8.2/index.php
r3268171 r3430821 2 2 /* 3 3 * Plugin Name: WP Sitemap Computy 4 * Version: 1. 74 * Version: 1.8 5 5 * Text Domain: wp-sitemap-computy 6 6 * Plugin URI: https://computy.ru/blog/ … … 16 16 17 17 define( 'WP_SITEMAP_COMPUTY_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 18 define( 'WP_SITEMAP_COMPUTY_VERSION', '1. 7');18 define( 'WP_SITEMAP_COMPUTY_VERSION', '1.8'); 19 19 20 20 /*Страница админки*/ -
wp-sitemap-computy/tags/1.8.2/readme.txt
r3268171 r3430821 5 5 Requires at least: 4.1 6 6 Tested up to: 6.8 7 Stable tag: 1. 77 Stable tag: 1.8 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 31 31 == Changelog == 32 32 33 = 1.8 - 31.12.2025 = 34 * Updated to current version 35 33 36 = 1.6 - 19.03.2024 = 34 37 * Updated to current version -
wp-sitemap-computy/trunk/index.php
r3268171 r3430821 2 2 /* 3 3 * Plugin Name: WP Sitemap Computy 4 * Version: 1. 74 * Version: 1.8 5 5 * Text Domain: wp-sitemap-computy 6 6 * Plugin URI: https://computy.ru/blog/ … … 16 16 17 17 define( 'WP_SITEMAP_COMPUTY_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 18 define( 'WP_SITEMAP_COMPUTY_VERSION', '1. 7');18 define( 'WP_SITEMAP_COMPUTY_VERSION', '1.8'); 19 19 20 20 /*Страница админки*/ -
wp-sitemap-computy/trunk/readme.txt
r3268171 r3430821 5 5 Requires at least: 4.1 6 6 Tested up to: 6.8 7 Stable tag: 1. 77 Stable tag: 1.8 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 31 31 == Changelog == 32 32 33 = 1.8 - 31.12.2025 = 34 * Updated to current version 35 33 36 = 1.6 - 19.03.2024 = 34 37 * Updated to current version
Note: See TracChangeset
for help on using the changeset viewer.