Changeset 3400218
- Timestamp:
- 11/21/2025 07:04:40 AM (4 months ago)
- Location:
- snow-monkey-forms/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
snow-monkey-forms.php (modified) (1 diff)
-
vendor/composer/autoload_static.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
snow-monkey-forms/trunk/readme.txt
r3386722 r3400218 3 3 Donate link: https://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40 4 4 Tags: gutenberg, block, blocks, editor, gutenberg blocks, page builder, form, forms, mail, email, contact 5 Stable tag: 12.0. 15 Stable tag: 12.0.2 6 6 Requires at least: 6.8 7 Tested up to: 6. 87 Tested up to: 6.9-RC2 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later -
snow-monkey-forms/trunk/snow-monkey-forms.php
r3386722 r3400218 2 2 /** 3 3 * Plugin name: Snow Monkey Forms 4 * Version: 12.0. 14 * Version: 12.0.2 5 5 * Description: The Snow Monkey Forms is a mail form plugin for the block editor. 6 6 * Author: inc2734 -
snow-monkey-forms/trunk/vendor/composer/autoload_static.php
r3234477 r3400218 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( 10 'S' => 10 'S' => 11 11 array ( 12 12 'Snow_Monkey\\Plugin\\Forms\\' => 25, … … 15 15 16 16 public static $prefixDirsPsr4 = array ( 17 'Snow_Monkey\\Plugin\\Forms\\' => 17 'Snow_Monkey\\Plugin\\Forms\\' => 18 18 array ( 19 19 0 => __DIR__ . '/../..' . '/',
Note: See TracChangeset
for help on using the changeset viewer.