Plugin Directory

Changeset 3400218


Ignore:
Timestamp:
11/21/2025 07:04:40 AM (4 months ago)
Author:
inc2734
Message:

Version up. v12.0.2

Location:
snow-monkey-forms/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • snow-monkey-forms/trunk/readme.txt

    r3386722 r3400218  
    33Donate link: https://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40
    44Tags: gutenberg, block, blocks, editor, gutenberg blocks, page builder, form, forms, mail, email, contact
    5 Stable tag: 12.0.1
     5Stable tag: 12.0.2
    66Requires at least: 6.8
    7 Tested up to: 6.8
     7Tested up to: 6.9-RC2
    88Requires PHP: 7.4
    99License: GPLv2 or later
  • snow-monkey-forms/trunk/snow-monkey-forms.php

    r3386722 r3400218  
    22/**
    33 * Plugin name: Snow Monkey Forms
    4  * Version: 12.0.1
     4 * Version: 12.0.2
    55 * Description: The Snow Monkey Forms is a mail form plugin for the block editor.
    66 * Author: inc2734
  • snow-monkey-forms/trunk/vendor/composer/autoload_static.php

    r3234477 r3400218  
    88{
    99    public static $prefixLengthsPsr4 = array (
    10         'S' => 
     10        'S' =>
    1111        array (
    1212            'Snow_Monkey\\Plugin\\Forms\\' => 25,
     
    1515
    1616    public static $prefixDirsPsr4 = array (
    17         'Snow_Monkey\\Plugin\\Forms\\' => 
     17        'Snow_Monkey\\Plugin\\Forms\\' =>
    1818        array (
    1919            0 => __DIR__ . '/../..' . '/',
Note: See TracChangeset for help on using the changeset viewer.