Changeset 3248663
- Timestamp:
- 02/28/2025 06:39:13 PM (12 months ago)
- Location:
- dblocks-hotspot
- Files:
-
- 10 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from dblocks-hotspot/trunk)
-
tags/1.0.2/.github/workflows/release.yml (modified) (1 diff)
-
tags/1.0.2/dblocks-hotspot.php (modified) (1 diff)
-
tags/1.0.2/package-lock.json (modified) (2 diffs)
-
tags/1.0.2/package.json (modified) (1 diff)
-
tags/1.0.2/readme.txt (modified) (2 diffs)
-
trunk/.github/workflows/release.yml (modified) (1 diff)
-
trunk/dblocks-hotspot.php (modified) (1 diff)
-
trunk/package-lock.json (modified) (2 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dblocks-hotspot/tags/1.0.2/.github/workflows/release.yml
r3248650 r3248663 43 43 files: dblocks-hotspot.zip 44 44 env: 45 GITHUB_TOKEN: ${{ secrets. WPSCIPTSTOKEN }}45 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -
dblocks-hotspot/tags/1.0.2/dblocks-hotspot.php
r3248658 r3248663 6 6 * Requires at least: 6.3 7 7 * Requires PHP: 7.2 8 * Version: 1.0. 18 * Version: 1.0.2 9 9 * Author: DPlugins 10 10 * Author URI: https://dplugins.com/ -
dblocks-hotspot/tags/1.0.2/package-lock.json
r3248650 r3248663 1 1 { 2 2 "name": "dblocks-hotspot", 3 "version": "1.0. 0",3 "version": "1.0.2", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "dblocks-hotspot", 9 "version": "1.0. 0",9 "version": "1.0.2", 10 10 "license": "GPL-2.0-or-later", 11 11 "dependencies": { -
dblocks-hotspot/tags/1.0.2/package.json
r3248650 r3248663 1 1 { 2 2 "name": "dblocks-hotspot", 3 "version": "1.0. 0",3 "version": "1.0.2", 4 4 "description": "DBlocks Hotspot", 5 5 "author": "The WordPress Contributors", -
dblocks-hotspot/tags/1.0.2/readme.txt
r3248658 r3248663 3 3 Tags: block, dblocks, hotspot, image, tag image 4 4 Tested up to: 6.7.2 5 Stable tag: 1.0. 15 Stable tag: 1.0.2 6 6 License: GPL-2.0-or-later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 37 37 == Changelog == 38 38 39 = 1.0.2 = 40 * Bump test 41 39 42 = 1.0.1 = 40 43 * Assets update -
dblocks-hotspot/trunk/.github/workflows/release.yml
r3248650 r3248663 43 43 files: dblocks-hotspot.zip 44 44 env: 45 GITHUB_TOKEN: ${{ secrets. WPSCIPTSTOKEN }}45 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -
dblocks-hotspot/trunk/dblocks-hotspot.php
r3248658 r3248663 6 6 * Requires at least: 6.3 7 7 * Requires PHP: 7.2 8 * Version: 1.0. 18 * Version: 1.0.2 9 9 * Author: DPlugins 10 10 * Author URI: https://dplugins.com/ -
dblocks-hotspot/trunk/package-lock.json
r3248650 r3248663 1 1 { 2 2 "name": "dblocks-hotspot", 3 "version": "1.0. 0",3 "version": "1.0.2", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "dblocks-hotspot", 9 "version": "1.0. 0",9 "version": "1.0.2", 10 10 "license": "GPL-2.0-or-later", 11 11 "dependencies": { -
dblocks-hotspot/trunk/package.json
r3248650 r3248663 1 1 { 2 2 "name": "dblocks-hotspot", 3 "version": "1.0. 0",3 "version": "1.0.2", 4 4 "description": "DBlocks Hotspot", 5 5 "author": "The WordPress Contributors", -
dblocks-hotspot/trunk/readme.txt
r3248658 r3248663 3 3 Tags: block, dblocks, hotspot, image, tag image 4 4 Tested up to: 6.7.2 5 Stable tag: 1.0. 15 Stable tag: 1.0.2 6 6 License: GPL-2.0-or-later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 37 37 == Changelog == 38 38 39 = 1.0.2 = 40 * Bump test 41 39 42 = 1.0.1 = 40 43 * Assets update
Note: See TracChangeset
for help on using the changeset viewer.