Changeset 3171373
- Timestamp:
- 10/18/2024 10:57:51 AM (18 months ago)
- Location:
- bookable-schedule-widget
- Files:
-
- 16 added
- 14 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from bookable-schedule-widget/trunk)
-
tags/1.0.1/.distignore (modified) (1 diff)
-
tags/1.0.1/CHANGELOG.md (modified) (1 diff)
-
tags/1.0.1/README.txt (modified) (2 diffs)
-
tags/1.0.1/bookable-schedule-widget.php (modified) (2 diffs)
-
tags/1.0.1/build (added)
-
tags/1.0.1/build/block.json (added)
-
tags/1.0.1/build/images (added)
-
tags/1.0.1/build/images/bookable.5cf3ff98.png (added)
-
tags/1.0.1/build/index.asset.php (added)
-
tags/1.0.1/build/index.js (added)
-
tags/1.0.1/build/style-index-rtl.css (added)
-
tags/1.0.1/build/style-index.css (added)
-
tags/1.0.1/package-lock.json (modified) (2 diffs)
-
tags/1.0.1/package.json (modified) (1 diff)
-
tags/1.0.1/src/block.json (modified) (1 diff)
-
trunk/.distignore (modified) (1 diff)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/bookable-schedule-widget.php (modified) (2 diffs)
-
trunk/build (added)
-
trunk/build/block.json (added)
-
trunk/build/images (added)
-
trunk/build/images/bookable.5cf3ff98.png (added)
-
trunk/build/index.asset.php (added)
-
trunk/build/index.js (added)
-
trunk/build/style-index-rtl.css (added)
-
trunk/build/style-index.css (added)
-
trunk/package-lock.json (modified) (2 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/src/block.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bookable-schedule-widget/tags/1.0.1/.distignore
r3171346 r3171373 3 3 4 4 # production 5 /build6 5 bookable-schedule-widget.zip 7 6 -
bookable-schedule-widget/tags/1.0.1/CHANGELOG.md
r3171346 r3171373 1 1 # Changelog 2 3 ## [1.0.1](https://github.com/plevetsky/bookable_wordpress/compare/v1.0.0...v1.0.1) (2024-10-18) 4 5 6 ### Bug Fixes 7 8 * **build:** Restore missing build output files. ([b950009](https://github.com/plevetsky/bookable_wordpress/commit/b950009c337596fd50eaa483915f62fda2c0c220)) 2 9 3 10 ## 1.0.0 (2024-10-18) -
bookable-schedule-widget/tags/1.0.1/README.txt
r3171346 r3171373 3 3 Tags: block 4 4 Tested up to: 6.6.1 5 Stable tag: 1.0. 05 Stable tag: 1.0.1 6 6 License: GPL-2.0-or-later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 45 45 == Changelog == 46 46 47 = 1.0.1 = 48 * Restore missing build output files. 49 47 50 = 1.0.0 = 48 51 * Initial Release -
bookable-schedule-widget/tags/1.0.1/bookable-schedule-widget.php
r3171346 r3171373 8 8 * Requires at least: 6.1 9 9 * Requires PHP: 7.0 10 * Version: 1.0. 010 * Version: 1.0.1 11 11 * Author: We Are Bookable Ltd. 12 12 * License: GPL-2.0-or-later … … 21 21 } 22 22 23 define('BOOKABLE_SCHEDULE_WIDGET_VERSION', '1.0. 0');23 define('BOOKABLE_SCHEDULE_WIDGET_VERSION', '1.0.1'); 24 24 25 25 /** -
bookable-schedule-widget/tags/1.0.1/package-lock.json
r3171346 r3171373 1 1 { 2 2 "name": "bookable-schedule-widget", 3 "version": "1.0. 0",3 "version": "1.0.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "bookable-schedule-widget", 9 "version": "1.0. 0",9 "version": "1.0.1", 10 10 "license": "GPL-2.0-or-later", 11 11 "dependencies": { -
bookable-schedule-widget/tags/1.0.1/package.json
r3171346 r3171373 1 1 { 2 2 "name": "bookable-schedule-widget", 3 "version": "1.0. 0",3 "version": "1.0.1", 4 4 "description": "A widget for displaying a schedule of events created using Bookable, https://wearebookable.com.", 5 5 "author": "We Are Bookable Ltd", -
bookable-schedule-widget/tags/1.0.1/src/block.json
r3171346 r3171373 3 3 "apiVersion": 3, 4 4 "name": "bookable/bookable-schedule-widget", 5 "version": "1.0. 0",5 "version": "1.0.1", 6 6 "title": "Bookable", 7 7 "category": "widgets", -
bookable-schedule-widget/trunk/.distignore
r3171346 r3171373 3 3 4 4 # production 5 /build6 5 bookable-schedule-widget.zip 7 6 -
bookable-schedule-widget/trunk/CHANGELOG.md
r3171346 r3171373 1 1 # Changelog 2 3 ## [1.0.1](https://github.com/plevetsky/bookable_wordpress/compare/v1.0.0...v1.0.1) (2024-10-18) 4 5 6 ### Bug Fixes 7 8 * **build:** Restore missing build output files. ([b950009](https://github.com/plevetsky/bookable_wordpress/commit/b950009c337596fd50eaa483915f62fda2c0c220)) 2 9 3 10 ## 1.0.0 (2024-10-18) -
bookable-schedule-widget/trunk/README.txt
r3171346 r3171373 3 3 Tags: block 4 4 Tested up to: 6.6.1 5 Stable tag: 1.0. 05 Stable tag: 1.0.1 6 6 License: GPL-2.0-or-later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 45 45 == Changelog == 46 46 47 = 1.0.1 = 48 * Restore missing build output files. 49 47 50 = 1.0.0 = 48 51 * Initial Release -
bookable-schedule-widget/trunk/bookable-schedule-widget.php
r3171346 r3171373 8 8 * Requires at least: 6.1 9 9 * Requires PHP: 7.0 10 * Version: 1.0. 010 * Version: 1.0.1 11 11 * Author: We Are Bookable Ltd. 12 12 * License: GPL-2.0-or-later … … 21 21 } 22 22 23 define('BOOKABLE_SCHEDULE_WIDGET_VERSION', '1.0. 0');23 define('BOOKABLE_SCHEDULE_WIDGET_VERSION', '1.0.1'); 24 24 25 25 /** -
bookable-schedule-widget/trunk/package-lock.json
r3171346 r3171373 1 1 { 2 2 "name": "bookable-schedule-widget", 3 "version": "1.0. 0",3 "version": "1.0.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "bookable-schedule-widget", 9 "version": "1.0. 0",9 "version": "1.0.1", 10 10 "license": "GPL-2.0-or-later", 11 11 "dependencies": { -
bookable-schedule-widget/trunk/package.json
r3171346 r3171373 1 1 { 2 2 "name": "bookable-schedule-widget", 3 "version": "1.0. 0",3 "version": "1.0.1", 4 4 "description": "A widget for displaying a schedule of events created using Bookable, https://wearebookable.com.", 5 5 "author": "We Are Bookable Ltd", -
bookable-schedule-widget/trunk/src/block.json
r3171346 r3171373 3 3 "apiVersion": 3, 4 4 "name": "bookable/bookable-schedule-widget", 5 "version": "1.0. 0",5 "version": "1.0.1", 6 6 "title": "Bookable", 7 7 "category": "widgets",
Note: See TracChangeset
for help on using the changeset viewer.