Plugin Directory

Changeset 2964842


Ignore:
Timestamp:
09/09/2023 07:43:45 PM (3 years ago)
Author:
edeesims
Message:

Update to version 3.5.5 from GitHub

Location:
find-my-blocks
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • find-my-blocks/tags/3.5.5/find-my-blocks.php

    r2630323 r2964842  
    44 * Plugin URI: https://find-my-blocks.eddysims.com
    55 * Description: A plugin to find your gutenberg blocks
    6  * Version: 3.5.4
     6 * Version: v3.5.5
    77 * Author: Eddy Sims
    88 * Author URI: https://eddysims.com
  • find-my-blocks/tags/3.5.5/inc/enqueue.php

    r2630323 r2964842  
    6060            plugin_dir_url( __DIR__ ) . 'find-my-blocks.css',
    6161            null,
    62             filemtime( plugin_dir_path( __DIR__ ) . 'find-my-blocks.css' )
     62            filemtime( plugin_dir_path( __DIR__ ) . 'find-my-blocks.css' ),
    6363        );
    6464    }
  • find-my-blocks/tags/3.5.5/readme.txt

    r2630323 r2964842  
    22Contributors: edeesims
    33Donate link: https://www.buymeacoffee.com/eddysims
    4 Tags: gutenberg, developer, blocks, custom blocks
     4Tags: gutenberg, developer, blocks, custom blocks, adopt me
    55Requires at least: 5.0
    66Tested up to: 5.8
    7 Stable tag: 3.5.4
     7Stable tag: v3.5.5
    88Requires PHP: 5.2.4
    99License: GPLv2 or later
     
    4242
    4343== Changelog ==
    44 
    45 **3.5.4**
    46 
    47 - Fixes a bug with PHP 5
    4844
    4945**3.5.3**
  • find-my-blocks/trunk/find-my-blocks.php

    r2630323 r2964842  
    44 * Plugin URI: https://find-my-blocks.eddysims.com
    55 * Description: A plugin to find your gutenberg blocks
    6  * Version: 3.5.4
     6 * Version: v3.5.5
    77 * Author: Eddy Sims
    88 * Author URI: https://eddysims.com
  • find-my-blocks/trunk/inc/enqueue.php

    r2630323 r2964842  
    6060            plugin_dir_url( __DIR__ ) . 'find-my-blocks.css',
    6161            null,
    62             filemtime( plugin_dir_path( __DIR__ ) . 'find-my-blocks.css' )
     62            filemtime( plugin_dir_path( __DIR__ ) . 'find-my-blocks.css' ),
    6363        );
    6464    }
  • find-my-blocks/trunk/readme.txt

    r2630323 r2964842  
    22Contributors: edeesims
    33Donate link: https://www.buymeacoffee.com/eddysims
    4 Tags: gutenberg, developer, blocks, custom blocks
     4Tags: gutenberg, developer, blocks, custom blocks, adopt me
    55Requires at least: 5.0
    66Tested up to: 5.8
    7 Stable tag: 3.5.4
     7Stable tag: v3.5.5
    88Requires PHP: 5.2.4
    99License: GPLv2 or later
     
    4242
    4343== Changelog ==
    44 
    45 **3.5.4**
    46 
    47 - Fixes a bug with PHP 5
    4844
    4945**3.5.3**
Note: See TracChangeset for help on using the changeset viewer.