Plugin Directory

Changeset 2582137


Ignore:
Timestamp:
08/12/2021 03:47:05 PM (5 years ago)
Author:
gosign
Message:

updated for next version 5.8 and php 8

Location:
gosign-contact-person-box-block/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gosign-contact-person-box-block/trunk/README.md

    r2363319 r2582137  
    22Contributors: ridamukhtar
    33Tags: profile block, contact person, contact block, author block
    4 Stable tag: 1.3.0
    5 Requires at least: 5.1.1
    6 Tested up to : 5.5
    7 Requires PHP: 7.2
     4Stable tag: 1.3.1
     5Requires at least: 5.8
     6Tested up to : 5.8
     7Requires PHP: 8
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl.txt
     
    2525- Custom background
    2626- Add border of custom colors with and radius
    27 - PHP 7.2-support
     27- PHP 8-support
    2828- Full WordPress 5 (Codename: Gutenberg) support
    2929
  • gosign-contact-person-box-block/trunk/package-lock.json

    r2127059 r2582137  
    11{
    22  "name": "contact-person-box-block-cgb-guten-block",
    3   "version": "1.0.0",
     3  "version": "1.3.1",
    44  "lockfileVersion": 1,
    55  "requires": true,
  • gosign-contact-person-box-block/trunk/package.json

    r2127059 r2582137  
    11{
    22  "name": "contact-person-box-block-cgb-guten-block",
    3   "version": "1.0.0",
     3  "version": "1.3.1",
    44  "private": true,
    55  "scripts": {
  • gosign-contact-person-box-block/trunk/plugin.php

    r2188267 r2582137  
    66 * Author: Gosign.de
    77 * Author URI: https://www.gosign.de/wordpress-agentur/
    8  * Version: 1.3.0
     8 * Version: 1.3.1
    99 * License: GPL2+
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset for help on using the changeset viewer.