Plugin Directory

Changeset 3109413

Timestamp:
06/28/2024 06:58:50 PM (6 weeks ago)
Author:
salcode
Message:

Add icon and banner assets and tag as 1.2.1

Location:
block-xray-attributes
Files:
31 added
4 edited

Legend:

Unmodified
Added
Removed
  • block-xray-attributes/trunk/README.md

    r2716441 r3109413  
    11# Block X-ray Attributes
    22
    3 Stable Tag: 1.2.0 
     3Stable Tag: 1.2. 
    44Requires at least: 5.5 
    55Tested up to: 5.9 
     
    3333Once you move beyond version `1.1.0`, you should no longer experience this problem.
    3434
     35
     36
     37
     38
    3539## Changelog
     40
     41
     42
     43
    3644
    3745### 1.2.0
  • block-xray-attributes/trunk/block-xray-attributes.php

    r2716441 r3109413  
    44 * Plugin URI:        https://github.com/salcode/block-xray-attributes
    55 * Description:       Shows the attributes of the current Gutenberg block in the Document sidebar.
    6  * Version:           1.2.0
     6 * Version:           1.2.
    77 * Requires at least: 5.5
    88 * Requires PHP:      7.2
  • block-xray-attributes/trunk/package-lock.json

    r2716441 r3109413  
    11{
    22  "name": "block-xray-attributes",
    3   "version": "1.2.0",
     3  "version": "1.2.",
    44  "lockfileVersion": 1,
    55  "requires": true,
     
    29292929        "webpack-cli": "^4.9.1",
    29302930        "webpack-dev-server": "^4.4.0"
     2931
     2932
     2933
     2934
     2935
     2936
     2937
     2938
    29312939      }
    29322940    },
     
    93179325      "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
    93189326      "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
    9319       "dev": true
    9320     },
    9321     "prettier": {
    9322       "version": "npm:wp-prettier@2.2.1-beta-1",
    9323       "resolved": "https://registry.npmjs.org/wp-prettier/-/wp-prettier-2.2.1-beta-1.tgz",
    9324       "integrity": "sha512-+JHkqs9LC/JPp51yy1hzs3lQ7qeuWCwOcSzpQNeeY/G7oSpnF61vxt7hRh87zNRTr6ob2ndy0W8rVzhgrcA+Gw==",
    93259327      "dev": true
    93269328    },
  • block-xray-attributes/trunk/package.json

    r2716441 r3109413  
    11{
    22  "name": "block-xray-attributes",
    3   "version": "1.2.0",
     3  "version": "1.2.",
    44  "description": "Shows the attributes of the current Gutenberg block in the Document sidebar.",
    55  "main": "build/index.js",
Note: See TracChangeset for help on using the changeset viewer.