Plugin Directory

Changeset 3277851


Ignore:
Timestamp:
04/21/2025 05:34:01 AM (11 months ago)
Author:
skadev
Message:

update github and author

Location:
disable-gutenberg-autosave
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • disable-gutenberg-autosave/tags/1.0.14/disable-gutenberg-autosave.php

    r3274243 r3277851  
    77 * Requires PHP: 7.4
    88 * Text Domain: disable-gutenberg-autosave
    9  * Author: websevendev
    10  * Author URI: https://github.com/websevendev
     9 * Author: skadev
     10 * Author URI: https://profiles.wordpress.org/skadev/
    1111 */
    1212
     
    130130add_filter('plugin_row_meta', function($plugin_meta, $plugin_file) {
    131131    if($plugin_file === 'disable-gutenberg-autosave/disable-gutenberg-autosave.php') {
    132         $plugin_meta[] = '<a href="https://github.com/websevendev/disable-gutenberg-autosave" target="_blank" rel="noopener noreferrer">GitHub</a>';
     132        $plugin_meta[] = '<a href="https://github.com/ska-dev-1/disable-gutenberg-autosave" target="_blank" rel="noopener noreferrer">GitHub</a>';
    133133    }
    134134    return $plugin_meta;
  • disable-gutenberg-autosave/tags/1.0.14/readme.txt

    r3274243 r3277851  
    11=== Disable Gutenberg Autosave ===
    2 Contributors: websevendev, skadev
     2Contributors: skadev
    33Tags: gutenberg, autosave, update, rest, revision
    44Requires at least: 5.0
  • disable-gutenberg-autosave/trunk/disable-gutenberg-autosave.php

    r3274243 r3277851  
    77 * Requires PHP: 7.4
    88 * Text Domain: disable-gutenberg-autosave
    9  * Author: websevendev
    10  * Author URI: https://github.com/websevendev
     9 * Author: skadev
     10 * Author URI: https://profiles.wordpress.org/skadev/
    1111 */
    1212
     
    130130add_filter('plugin_row_meta', function($plugin_meta, $plugin_file) {
    131131    if($plugin_file === 'disable-gutenberg-autosave/disable-gutenberg-autosave.php') {
    132         $plugin_meta[] = '<a href="https://github.com/websevendev/disable-gutenberg-autosave" target="_blank" rel="noopener noreferrer">GitHub</a>';
     132        $plugin_meta[] = '<a href="https://github.com/ska-dev-1/disable-gutenberg-autosave" target="_blank" rel="noopener noreferrer">GitHub</a>';
    133133    }
    134134    return $plugin_meta;
  • disable-gutenberg-autosave/trunk/readme.txt

    r3274243 r3277851  
    11=== Disable Gutenberg Autosave ===
    2 Contributors: websevendev, skadev
     2Contributors: skadev
    33Tags: gutenberg, autosave, update, rest, revision
    44Requires at least: 5.0
Note: See TracChangeset for help on using the changeset viewer.