Commit graph

9028 commits

Author SHA1 Message Date
Takashi Irie
a0c9b91f82 Version Bump 2024-05-28 17:30:22 +01:00
Takashi Irie
f5fcca1c1e
Optimised screenshot (#7834) 2024-05-28 17:27:35 +01:00
Takashi Irie
ed1ef98ab4 Version Bump 2024-05-22 15:23:40 +02:00
Takashi Irie
578dc9872e
Spiel: Clean up for Dotorg submission, Added a spacingSize20, and removed some unnecessary local styling from templates. (#7804) 2024-05-22 14:21:54 +01:00
Takashi Irie
8c7b2bf8c5 Version Bump 2024-05-22 15:15:28 +02:00
Takashi Irie
c996af0595
OnyxPulse: Adds strict type (#7823) 2024-05-22 14:13:45 +01:00
Takashi Irie
f6e1bf619c Version Bump 2024-05-22 14:54:42 +02:00
Takashi Irie
b660ff76c1
OnyxPulse: Reduce the file size of the screenshot and adjusted the theme tags. (#7822) 2024-05-22 13:52:00 +01:00
Sarah Norris
118554c62d Version Bump 2024-05-22 13:55:01 +02:00
henriqueiamarino
ff4e91914c
Revert "Update theme upsidedown-update (#7721)" (#7821)
This reverts commit 3acd95b475.

Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com>
2024-05-22 12:52:59 +01:00
alaczek
b6ed8de83b Version Bump 2024-05-22 11:21:18 +10:00
Takashi Irie
004f24e4f2
Dark Academia: Add theme (#7802) 2024-05-21 17:31:15 +01:00
Takashi Irie
c8c6a40cbf
OnyxPulse: Add theme (#7793)
* OnyxPulse: Add theme

* OnyxPulse: Minor style adjustment
2024-05-21 17:30:59 +01:00
Beatriz Fialho
831e619327
Update readme.txt 2024-05-16 16:25:13 +01:00
Beatriz Fialho
d5b1bac6ef
Update screenshot.png
Updates theme screenshot with the correct size.
2024-05-15 11:39:09 +01:00
Takashi Irie
76e5169f42 Version Bump 2024-05-10 13:43:46 +01:00
Takashi Irie
66310924c2
Troner: Update for submission (#7795)
* Tronar: Clean-up and minor adjustments for submission

* Tronar: Update the version number for 'tested up to'
2024-05-10 13:40:41 +01:00
Takashi Irie
bab5c414b0 Version Bump 2024-05-10 13:35:31 +01:00
Takashi Irie
f62ca0a1b8
Cakely: Fixed submenu colours, and added a link to Midjourney's TOS page to readme.txt (#7794)
* Cakely: Fixed submenu colours, and added a link to Midjourney's TOS page in readme.txt
* Cakely: Added a link to Midjourney's TOS page in readme.txt
2024-05-10 13:33:38 +01:00
Przemek Kuliga
ac3bdf2b45
remove not necessary fix (#7792) 2024-05-09 10:38:51 -03:00
Matias Benedetto
1dba09d90f
replace not needed esc_html_x by __ 2024-05-08 10:30:34 -03:00
Beatriz Fialho
27ad70b72e
Update style.css 2024-05-08 12:51:58 +01:00
Beatriz Fialho
6a8d2d5ec7
Update readme.txt
Add correct font license.
2024-05-08 12:42:02 +01:00
Beatriz Fialho
b8dcea9fe4
Replace screenshot.png 2024-05-08 12:37:28 +01:00
Beatriz Fialho
218fb6a9b3
Update readme.txt
Adds correct image license.
2024-05-08 12:33:05 +01:00
Sarah Norris
49a92184d8 Version Bump 2024-05-02 14:05:39 +01:00
Takashi Irie
a3eec9986a
Cakely: Cleanup for submission (#7784) 2024-05-02 13:44:32 +01:00
Miguel San Segundo
8d065fb074
Replace foreground with contrast (#7787) 2024-04-30 11:24:23 +07:00
Takashi Irie
eb38e13fcf
Negai: update to 1.0.4 (#7779)
* Negai: Improve duotone experience, cleanup custom css

* Megai: Revert accidental changes in irrelevant file
2024-04-29 21:06:06 -04:00
Sarah Norris
738fb07fd9 Version Bump 2024-04-29 17:07:32 +01:00
Jeremy Herve
e5ba2cfc8f
Dara: move away from deprecated class (#7783) 2024-04-29 15:33:25 +02:00
Vicente Canales
b790c0152a
Revert to using pull_request as the event trigger (#7782) 2024-04-28 21:40:01 -04:00
Vicente Canales
0509fc2f59
Workflow security issue (#7778)
* split workflow; checkout create-preview-links from trunk

* split changed themes by ,

* revert test values
2024-04-27 20:38:22 -04:00
henriqueiamarino
3acd95b475
Update theme upsidedown-update (#7721) 2024-04-26 22:13:45 -05:00
Miguel San Segundo
3abd38958b
Radcliffe 2 & Photos: Revert SVG icon files (#7773)
* Revert icons.svg after image compressing

* Restore icons in photos theme
2024-04-27 00:08:07 +07:00
Vicente Canales
b8eaf67fcc
make sure workflow runs on PR base branch (#7772)
wip

checkout pr branch and fetch origin

e
2024-04-26 12:30:46 -04:00
Vicente Canales
3f87042114
Use pull_request_target to avoid token restriction (#7771)
Due to restrictions imposed to the `GH_TOKEN` when forks are created
from forks when workflows are triggered by the pull_request event, I'm
switching the execution to be done on `pull_request_trigger`, which
lifts said restrictions.

Docs: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target

> This event runs in the context of the base of the pull request, rather
than in the context of the merge commit, as the pull_request event does.
This prevents execution of unsafe code from the head of the pull request
that could alter your repository or steal any secrets you use in your
workflow. This event allows your workflow to do things like label or
comment on pull requests from forks. Avoid using this event if you need
to build or run code from the pull request.
2024-04-26 12:04:50 -04:00
Beatriz Fialho
42fede90d2
Prepare theme for WP.org submission (#7759) 2024-04-26 16:49:24 +01:00
Beatriz Fialho
8b88bdc407
Update readme.txt
Adds theme screenshot image sources and licenses.
2024-04-26 15:54:40 +01:00
Takashi Irie
ebbbe2d506
Feelin'Good: Prepare for the submission. (#7770)
* Feelin'Good: Prepare for the submission.

* Feelin'Good: more clean up
2024-04-26 13:53:25 +01:00
Donna Peplinskie
71091db40a Version Bump 2024-04-25 14:47:30 -04:00
Donna Peplinskie
d134dc465a
Update comments template to match latest Gutenberg block markup (#7736)
* Update comments pattern markup

* Tweak avatar and comment styling in theme.json

* Update versions and change log
2024-04-25 14:26:19 -04:00
Beatriz Fialho
89bdc5ab39
Update theme foam (#7769) 2024-04-25 14:32:13 +01:00
Vicente Canales
8d3da22b11
Generate playground previews for themes (#7719)
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
2024-04-24 10:54:56 -04:00
Sarah Norris
856e5b5225 Version Bump 2024-04-24 11:47:39 +01:00
Beatriz Fialho
7a389b89f6
Update theme.json (#7768)
This fixes wrongly set default font "Rubik" and replaces it with the correct font "Albura".
2024-04-24 09:50:57 +01:00
Grant Kinney
8064f85b3a Version Bump 2024-04-23 17:31:31 -05:00
Grant Kinney
c5481c18e7
Removes logo resize reset testing code (#7760) 2024-04-23 17:13:41 -05:00
Sarah Norris
3d06d9be4b Version Bump 2024-04-23 16:29:37 +01:00
Sarah Norris
f9e23c8a52
Raw: Update screenshot (#7761)
* Update screenshot for Raw

* Use newer screenshot
2024-04-23 13:05:55 +01:00