Plugin Directory

Changeset 2981960

Timestamp:
10/21/2023 09:07:55 AM (10 months ago)
Author:
nielslange
Message:

Update to version 1.2 from GitHub

Location:
smntcs-show-symlinked-plugins
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • smntcs-show-symlinked-plugins/tags/1.2/README.md

    r2924986 r2981960  
    4040## Changelog
    4141
     42
     43
     44
     45
    4246### 1.1 (2023.06.12)
    4347
  • smntcs-show-symlinked-plugins/tags/1.2/README.txt

    r2924986 r2981960  
    33Contributors:       nielslange
    44Tags:               Plugins
    5 Stable tag:         1.1
    6 Tested up to:       6.2
     5Stable tag:         1.2
     6Tested up to:       6.4
     7Requires at least:  5.2
    78Requires PHP:       7.4
    8 Requires at least:  5.2
    99License:            GPL v2 or later
    1010License URI:        https://www.gnu.org/licenses/gpl-2.0.html
     
    4545== Changelog ==
    4646
     47
     48
     49
     50
    4751= 1.1 (2023.06.12) =
    4852
  • smntcs-show-symlinked-plugins/tags/1.2/smntcs-show-symlinked-plugins.php

    r2924986 r2981960  
    11<?php
    22/**
    3  * Plugin Name: SMNTCS Show Symlinked Plugins
    4  * Plugin URI: http://github.com/nielslange/smntcs-show-symlinked-plugins
    5  * Description: Prevent accidentally deleting or updating symlinked plugins.
    6  * Version: 1.1
    7  * Author: Niels Lange
    8  * Author URI: http://nielslange.de
    9  * License: GPL2
    10  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    11  * Text Domain: smntcs-show-symlinked-plugins
     3 * Plugin Name:         SMNTCS Show Symlinked Plugins
     4 * Plugin URI:          http://github.com/nielslange/smntcs-show-symlinked-plugins
     5 * Description:         Prevent accidentally deleting or updating symlinked plugins.
     6 * Author:              Niels Lange
     7 * Author URI:          http://nielslange.de
     8 * Text Domain:         smntcs-show-symlinked-plugins
     9 * Version:             1.2
     10 * Requires at least:   5.2
     11 * Requires PHP:        5.6
     12 * License:             GPL2
     13 * License URI:         https://www.gnu.org/licenses/gpl-2.0.html
    1214 *
    1315 * @package smntcs-show-symlinked-plugins
  • smntcs-show-symlinked-plugins/trunk/README.md

    r2924986 r2981960  
    4040## Changelog
    4141
     42
     43
     44
     45
    4246### 1.1 (2023.06.12)
    4347
  • smntcs-show-symlinked-plugins/trunk/README.txt

    r2924986 r2981960  
    33Contributors:       nielslange
    44Tags:               Plugins
    5 Stable tag:         1.1
    6 Tested up to:       6.2
     5Stable tag:         1.2
     6Tested up to:       6.4
     7Requires at least:  5.2
    78Requires PHP:       7.4
    8 Requires at least:  5.2
    99License:            GPL v2 or later
    1010License URI:        https://www.gnu.org/licenses/gpl-2.0.html
     
    4545== Changelog ==
    4646
     47
     48
     49
     50
    4751= 1.1 (2023.06.12) =
    4852
  • smntcs-show-symlinked-plugins/trunk/smntcs-show-symlinked-plugins.php

    r2924986 r2981960  
    11<?php
    22/**
    3  * Plugin Name: SMNTCS Show Symlinked Plugins
    4  * Plugin URI: http://github.com/nielslange/smntcs-show-symlinked-plugins
    5  * Description: Prevent accidentally deleting or updating symlinked plugins.
    6  * Version: 1.1
    7  * Author: Niels Lange
    8  * Author URI: http://nielslange.de
    9  * License: GPL2
    10  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    11  * Text Domain: smntcs-show-symlinked-plugins
     3 * Plugin Name:         SMNTCS Show Symlinked Plugins
     4 * Plugin URI:          http://github.com/nielslange/smntcs-show-symlinked-plugins
     5 * Description:         Prevent accidentally deleting or updating symlinked plugins.
     6 * Author:              Niels Lange
     7 * Author URI:          http://nielslange.de
     8 * Text Domain:         smntcs-show-symlinked-plugins
     9 * Version:             1.2
     10 * Requires at least:   5.2
     11 * Requires PHP:        5.6
     12 * License:             GPL2
     13 * License URI:         https://www.gnu.org/licenses/gpl-2.0.html
    1214 *
    1315 * @package smntcs-show-symlinked-plugins
Note: See TracChangeset for help on using the changeset viewer.