Changeset 2964842
- Timestamp:
- 09/09/2023 07:43:45 PM (3 years ago)
- Location:
- find-my-blocks
- Files:
-
- 6 edited
- 1 copied
-
tags/3.5.5 (copied) (copied from find-my-blocks/trunk)
-
tags/3.5.5/find-my-blocks.php (modified) (1 diff)
-
tags/3.5.5/inc/enqueue.php (modified) (1 diff)
-
tags/3.5.5/readme.txt (modified) (2 diffs)
-
trunk/find-my-blocks.php (modified) (1 diff)
-
trunk/inc/enqueue.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
find-my-blocks/tags/3.5.5/find-my-blocks.php
r2630323 r2964842 4 4 * Plugin URI: https://find-my-blocks.eddysims.com 5 5 * Description: A plugin to find your gutenberg blocks 6 * Version: 3.5.46 * Version: v3.5.5 7 7 * Author: Eddy Sims 8 8 * Author URI: https://eddysims.com -
find-my-blocks/tags/3.5.5/inc/enqueue.php
r2630323 r2964842 60 60 plugin_dir_url( __DIR__ ) . 'find-my-blocks.css', 61 61 null, 62 filemtime( plugin_dir_path( __DIR__ ) . 'find-my-blocks.css' ) 62 filemtime( plugin_dir_path( __DIR__ ) . 'find-my-blocks.css' ), 63 63 ); 64 64 } -
find-my-blocks/tags/3.5.5/readme.txt
r2630323 r2964842 2 2 Contributors: edeesims 3 3 Donate link: https://www.buymeacoffee.com/eddysims 4 Tags: gutenberg, developer, blocks, custom blocks 4 Tags: gutenberg, developer, blocks, custom blocks, adopt me 5 5 Requires at least: 5.0 6 6 Tested up to: 5.8 7 Stable tag: 3.5.47 Stable tag: v3.5.5 8 8 Requires PHP: 5.2.4 9 9 License: GPLv2 or later … … 42 42 43 43 == Changelog == 44 45 **3.5.4**46 47 - Fixes a bug with PHP 548 44 49 45 **3.5.3** -
find-my-blocks/trunk/find-my-blocks.php
r2630323 r2964842 4 4 * Plugin URI: https://find-my-blocks.eddysims.com 5 5 * Description: A plugin to find your gutenberg blocks 6 * Version: 3.5.46 * Version: v3.5.5 7 7 * Author: Eddy Sims 8 8 * Author URI: https://eddysims.com -
find-my-blocks/trunk/inc/enqueue.php
r2630323 r2964842 60 60 plugin_dir_url( __DIR__ ) . 'find-my-blocks.css', 61 61 null, 62 filemtime( plugin_dir_path( __DIR__ ) . 'find-my-blocks.css' ) 62 filemtime( plugin_dir_path( __DIR__ ) . 'find-my-blocks.css' ), 63 63 ); 64 64 } -
find-my-blocks/trunk/readme.txt
r2630323 r2964842 2 2 Contributors: edeesims 3 3 Donate link: https://www.buymeacoffee.com/eddysims 4 Tags: gutenberg, developer, blocks, custom blocks 4 Tags: gutenberg, developer, blocks, custom blocks, adopt me 5 5 Requires at least: 5.0 6 6 Tested up to: 5.8 7 Stable tag: 3.5.47 Stable tag: v3.5.5 8 8 Requires PHP: 5.2.4 9 9 License: GPLv2 or later … … 42 42 43 43 == Changelog == 44 45 **3.5.4**46 47 - Fixes a bug with PHP 548 44 49 45 **3.5.3**
Note: See TracChangeset
for help on using the changeset viewer.