Plugin Directory

Changeset 3248663


Ignore:
Timestamp:
02/28/2025 06:39:13 PM (12 months ago)
Author:
dplugins
Message:

Update to version 1.0.2 from GitHub

Location:
dblocks-hotspot
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • dblocks-hotspot/tags/1.0.2/.github/workflows/release.yml

    r3248650 r3248663  
    4343          files: dblocks-hotspot.zip
    4444        env:
    45           GITHUB_TOKEN: ${{ secrets.WPSCIPTSTOKEN }}
     45          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  • dblocks-hotspot/tags/1.0.2/dblocks-hotspot.php

    r3248658 r3248663  
    66 * Requires at least: 6.3
    77 * Requires PHP:      7.2
    8  * Version:           1.0.1
     8 * Version:           1.0.2
    99 * Author:            DPlugins
    1010 * Author URI:        https://dplugins.com/
  • dblocks-hotspot/tags/1.0.2/package-lock.json

    r3248650 r3248663  
    11{
    22    "name": "dblocks-hotspot",
    3     "version": "1.0.0",
     3    "version": "1.0.2",
    44    "lockfileVersion": 3,
    55    "requires": true,
     
    77        "": {
    88            "name": "dblocks-hotspot",
    9             "version": "1.0.0",
     9            "version": "1.0.2",
    1010            "license": "GPL-2.0-or-later",
    1111            "dependencies": {
  • dblocks-hotspot/tags/1.0.2/package.json

    r3248650 r3248663  
    11{
    22    "name": "dblocks-hotspot",
    3     "version": "1.0.0",
     3    "version": "1.0.2",
    44    "description": "DBlocks Hotspot",
    55    "author": "The WordPress Contributors",
  • dblocks-hotspot/tags/1.0.2/readme.txt

    r3248658 r3248663  
    33Tags:              block, dblocks, hotspot, image, tag image
    44Tested up to:      6.7.2
    5 Stable tag:        1.0.1
     5Stable tag:        1.0.2
    66License:           GPL-2.0-or-later
    77License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    3737== Changelog ==
    3838
     39= 1.0.2 =
     40* Bump test
     41
    3942= 1.0.1 =
    4043* Assets update
  • dblocks-hotspot/trunk/.github/workflows/release.yml

    r3248650 r3248663  
    4343          files: dblocks-hotspot.zip
    4444        env:
    45           GITHUB_TOKEN: ${{ secrets.WPSCIPTSTOKEN }}
     45          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  • dblocks-hotspot/trunk/dblocks-hotspot.php

    r3248658 r3248663  
    66 * Requires at least: 6.3
    77 * Requires PHP:      7.2
    8  * Version:           1.0.1
     8 * Version:           1.0.2
    99 * Author:            DPlugins
    1010 * Author URI:        https://dplugins.com/
  • dblocks-hotspot/trunk/package-lock.json

    r3248650 r3248663  
    11{
    22    "name": "dblocks-hotspot",
    3     "version": "1.0.0",
     3    "version": "1.0.2",
    44    "lockfileVersion": 3,
    55    "requires": true,
     
    77        "": {
    88            "name": "dblocks-hotspot",
    9             "version": "1.0.0",
     9            "version": "1.0.2",
    1010            "license": "GPL-2.0-or-later",
    1111            "dependencies": {
  • dblocks-hotspot/trunk/package.json

    r3248650 r3248663  
    11{
    22    "name": "dblocks-hotspot",
    3     "version": "1.0.0",
     3    "version": "1.0.2",
    44    "description": "DBlocks Hotspot",
    55    "author": "The WordPress Contributors",
  • dblocks-hotspot/trunk/readme.txt

    r3248658 r3248663  
    33Tags:              block, dblocks, hotspot, image, tag image
    44Tested up to:      6.7.2
    5 Stable tag:        1.0.1
     5Stable tag:        1.0.2
    66License:           GPL-2.0-or-later
    77License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    3737== Changelog ==
    3838
     39= 1.0.2 =
     40* Bump test
     41
    3942= 1.0.1 =
    4043* Assets update
Note: See TracChangeset for help on using the changeset viewer.