Robin Cornett
20a914a173
Update for PHP8, version bump to 3.2.4
2023-11-11 12:20:54 -05:00
Robin Cornett
c1573fd632
Update author capability check
2023-03-26 18:35:52 -04:00
Robin Cornett
fc883ff066
Fix post meta select label
2021-10-23 08:27:27 -04:00
Robin Cornett
03d6e72ef0
Update readme, version, tested to
2021-10-23 08:10:50 -04:00
Robin Cornett
99093dbe98
Add support for webp images
2021-07-17 11:02:24 -04:00
Robin Cornett
206f3c0f8e
Fix users' custom column filter
2021-02-20 09:23:56 -05:00
Robin Cornett
3909f89e26
Update readme, .pot
2020-08-23 14:09:22 -04:00
Robin Cornett
e8ce82d555
Update copyright years
2020-08-23 10:31:02 -04:00
Robin Cornett
594220009c
Remove make images responsive from excerpt output
2020-07-27 17:37:37 -04:00
Robin Cornett
bfb57f2a6f
Fix errors when no featured image is set
2020-07-27 17:37:13 -04:00
Robin Cornett
6a791798f9
Add a filter to the list of post types which can support an admin column
2020-02-05 12:42:28 -05:00
Robin Cornett
e5cbdc2289
Add tabindex to image links if title is included
2020-01-14 08:57:07 -05:00
Robin Cornett
50cb27d8f4
Update dynamic term selector for widget
2019-11-17 15:05:29 -05:00
Robin Cornett
f7c070f775
Update version, readme
2019-11-16 16:30:30 -05:00
Robin Cornett
e6c285aa43
Update shortcodes library
2019-11-16 16:23:40 -05:00
Robin Cornett
82a23c5d01
Fix dynamic widget term field
2019-11-16 16:20:03 -05:00
Robin Cornett
b6068f3dbc
Update image replacement check
...
Only retrieve the old banner image size if the image size is set to
the new one and a version that size does not exist.
2019-11-16 15:04:56 -05:00
Robin Cornett
603c3bbaab
Update version, readme
2019-11-16 10:33:30 -05:00
Robin Cornett
5a12dd8c0f
Update tag to beta
2019-10-25 12:33:25 -04:00
Robin Cornett
c86acbfc78
Reorder term fields for the featured term block
2019-10-25 12:27:31 -04:00
Robin Cornett
0cfd8f480b
Update minified scripts
2019-10-25 12:27:07 -04:00
Robin Cornett
cab6b3a152
Fix default author page link text
2019-10-25 11:47:51 -04:00
Robin Cornett
22b63e744b
Fix missing author link
2019-10-25 09:21:45 -04:00
Robin Cornett
abf7488c8b
Update method visibility
2019-10-25 09:21:33 -04:00
Robin Cornett
cbe5497553
Fix author archive link function name
2019-10-25 09:20:57 -04:00
Robin Cornett
a728bf6742
Fix block/widget ID base defaults
2019-10-25 09:20:23 -04:00
Robin Cornett
20ac25eabe
PHPCS
2019-10-25 09:18:12 -04:00
Robin Cornett
e15676f217
Add text alignment to block controls
2019-10-24 17:07:15 -04:00
Robin Cornett
d679723258
Fix banner image size
2019-10-24 10:55:36 -04:00
Robin Cornett
769cb4564c
Remove unneeded use of common get function
2019-10-23 19:10:05 -04:00
Robin Cornett
5da9a0fe2c
Actually, post meta should override the large image size check
2019-10-23 19:09:45 -04:00
Robin Cornett
472482ce66
Update block defaults
2019-10-23 18:51:44 -04:00
Robin Cornett
bdb3e48a5d
Check and maybe update the plugin setting (image size)
2019-10-23 18:47:39 -04:00
Robin Cornett
261c0e1599
Update image size references
...
Where possible, use the newly registered image size. The original image
size will be available to call on for backup, for images uploaded prior
to WordPress 5.3.
2019-10-23 18:47:15 -04:00
Robin Cornett
72a5580245
Register new image size
...
For sites running WP earlier than 5.3, the plugin's registered image
size is changing to 2048x0248, which is the name of a new image size
being registered in 5.3. Once 5.3 is active, this plugin will no longer
register its own image size; we will just use the Core one.
2019-10-23 18:46:05 -04:00
Robin Cornett
390cacc607
Fix block script dependencies
2019-10-22 17:39:43 -04:00
Robin Cornett
b4628b3e36
Set up site to use new WordPress image sizes
...
WordPress is adding new image sizes in version 5.3, so our custom image
size is redundant. Keeping it in for back compat, plus older images
will still need to be retrieved using the old image size name, or else
the original size will be used in lieu of a correctly sized option.
2019-10-22 17:29:46 -04:00
Robin Cornett
55e126c04a
Consolidate title filter
2019-09-20 11:51:04 -04:00
Robin Cornett
6b65cc7ba3
Update backstretch localization/output
2019-08-27 14:46:46 -04:00
Robin Cornett
cde1bc2d45
Move image title localization
...
Just placed it in a method where the image ID is already in use.
2019-08-27 09:59:16 -04:00
Robin Cornett
327e3eae14
Remove unneeded call to get setting
2019-08-22 11:29:38 -04:00
Robin Cornett
94063235a6
Update backstretch script to 2.1.17
2019-08-22 11:14:21 -04:00
Robin Cornett
c359c03cc1
Merge branch 'master' into develop
...
# Conflicts:
# README.md
# readme.txt
2019-08-22 10:45:24 -04:00
Robin Cornett
570f097920
Update version, readme, .pot
2019-08-22 09:26:30 -04:00
Robin Cornett
7006c61b9e
Change how the post meta is retrieved
2019-08-22 09:10:55 -04:00
Robin Cornett
088c95da38
Fix static front page check
2019-08-21 19:09:39 -04:00
Robin Cornett
4480f89fa9
Fix user widget field
2019-08-02 17:06:06 -04:00
Robin Cornett
e4879cc320
Include the widget form class
2019-08-02 15:55:29 -04:00
Robin Cornett
f2058cd38b
Update docblock for common class getter
2019-07-02 17:08:53 -04:00
Robin Cornett
8a95c9a0ae
Merge branch 'master' into develop (hotfix)
2019-06-30 16:46:44 -04:00