Plugin Directory

Changeset 3316781


Ignore:
Timestamp:
06/24/2025 07:52:40 AM (9 months ago)
Author:
NicolasKulka
Message:

Tested up to 6.8

Location:
wps-cleaner
Files:
84 added
2 edited

Legend:

Unmodified
Added
Removed
  • wps-cleaner/trunk/readme.txt

    r3099134 r3316781  
    44Tags: nettoyage, database, security, WPS Cleaner, wps-cleaner, sweep, clean, cleanup, clean up, optimize, orphan, unused, duplicated, posts, post meta, comments, comment meta, users, user meta, terms, term meta, term relationships, revisions, auto drafts, transient, tables, oembed, cleaner, wpserveur
    55Requires at least: 4.2
    6 Tested up to: 6.5
    7 Stable tag: 1.6.10.1
     6Tested up to: 6.8
     7Stable tag: 1.6.10.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    186186== Changelog ==
    187187
     188= 1.6.10.2 =
     189* Tested up to 6.8
     190
    188191= 1.6.10.1 =
    189192* Fix Fatal error
  • wps-cleaner/trunk/wps-cleaner.php

    r3099134 r3316781  
    66Author: WPServeur, NicolasKulka, wpformation
    77Author URI: https://wpserveur.net
    8 Version: 1.6.10.1
     8Version: 1.6.10.2
    99Requires at least: 4.2
    10 Tested up to: 6.5
     10Tested up to: 6.8
    1111Domain Path: languages
    1212Text Domain: wps-cleaner
     
    2020
    2121// Plugin constants
    22 define( 'WPS_CLEANER_VERSION', '1.6.10.1' );
     22define( 'WPS_CLEANER_VERSION', '1.6.10.2' );
    2323define( 'WPS_CLEANER_FOLDER', 'wps-cleaner' );
    2424define( 'WPS_CLEANER_BASENAME', plugin_basename( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.