Robin Cornett
20a914a173
Update for PHP8, version bump to 3.2.4
2023-11-11 12:20:54 -05:00
Robin Cornett
03d6e72ef0
Update readme, version, tested to
2021-10-23 08:10:50 -04:00
Robin Cornett
e8ce82d555
Update copyright years
2020-08-23 10:31:02 -04:00
Robin Cornett
bfb57f2a6f
Fix errors when no featured image is set
2020-07-27 17:37:13 -04:00
Robin Cornett
f7c070f775
Update version, readme
2019-11-16 16:30:30 -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
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
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
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
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
f2058cd38b
Update docblock for common class getter
2019-07-02 17:08:53 -04:00
Robin Cornett
7f7a5bfe95
Update version, readme
2019-06-30 16:13:58 -04:00
Robin Cornett
0dd914cd8e
Remove redundant deprecation notice
2019-06-21 14:03:56 -04:00
Robin Cornett
1510dd6c29
Update version, readme, .pot
2019-06-18 08:23:00 -04:00
Robin Cornett
e1ec44a6d3
Change post type getter
2019-06-07 11:45:36 -04:00
Robin Cornett
256d9849fa
Deprecate get_image_id
...
All images should be stored as integers, not URLs. This is only invoked
if an image ID is delivered as a URL instead of an integer, which was
fixed back in 2.2.0.
2019-06-07 10:36:00 -04:00
Robin Cornett
29fc1366cb
phpcs
2019-06-07 10:32:55 -04:00
Robin Cornett
75d9b2504b
Add static front page checker
2019-06-07 10:32:04 -04:00
Robin Cornett
12bc62bcc0
Change post content getter
2019-06-07 10:31:27 -04:00
Robin Cornett
670b841708
Add a common helper function/instance
2019-05-14 14:25:46 -04:00
Robin Cornett
945192e613
Update version, readme, .pot
2018-12-04 10:45:56 -05:00
Robin Cornett
e749c14189
Update readme, version
2018-05-30 09:36:46 -04:00
Robin Cornett
cde32c7c8d
Fix check for fallback image ID
2018-05-29 14:33:09 -04:00
Robin Cornett
15070d303b
Update version, readme
2018-05-28 15:34:24 -04:00
Robin Cornett
91af312eaa
Remove all calls to check_image_id helper function (deprecated)
2018-05-28 14:57:05 -04:00
Robin Cornett
7a45058f54
Add post type images to customizer
2017-12-28 17:05:33 -05:00
Robin Cornett
552aaaf19d
Revert commit which removed large image check
2017-12-28 13:32:34 -05:00
Robin Cornett
cd46bc5f4e
Remove unneeded large image singular function
...
Since the post meta is now saved by strings, not integers,
this function is now redundant.
2017-12-28 11:02:55 -05:00
Robin Cornett
61ca74af7c
Update doc blocks (CS)
2017-12-27 15:17:30 -05:00
Robin Cornett
dfb4672593
Move deprecated function notice
2017-12-14 10:59:58 -05:00
Robin Cornett
c2d63ea62f
Fix post meta image size check
2017-12-14 10:59:41 -05:00
Robin Cornett
27a9fa40d7
Change post meta values
2017-11-21 11:21:13 -05:00
Robin Cornett
1e3c1ac8b5
Fix image size selection
2017-11-21 09:45:37 -05:00
Robin Cornett
50ce83690a
Add default image size
2017-11-21 09:40:36 -05:00
Robin Cornett
40a1fb44a5
Improve large image method name
2017-11-18 15:30:51 -05:00
Robin Cornett
7ba7224246
Change post_meta disable
...
Initial work to change `_displayfeaturedimagegenesis_disable` to a select with image size options instead of being a checkbox. Options will be:
* 0: default (consistent with checkbox)
* 1: disable (consistent with checkbox)
* 2: backstretch (new)
* 3: large (new)
2017-11-13 11:09:20 -05:00
Robin Cornett
2285e656b4
Update tabs/sections
2017-11-01 12:52:55 -04:00
Robin Cornett
6df3e4f4fe
Change large/fallback CPT settings output
2017-11-01 08:41:03 -04:00
Robin Cornett
c7d4f973dd
Add setting to prefer large featured image
2017-11-01 08:08:53 -04:00
Robin Cornett
1066d96d54
Update readme, version, .pot
2017-10-31 17:24:14 -04:00
Robin Cornett
0a6fb4973f
Deprecate function to convert image URL to ID
...
We've been storing images by ID since 2.2.0 so I'd like to get rid of this.
2017-10-31 17:22:57 -04:00
Robin Cornett
776aa0d192
Add posts featured image if no blog page is set
2017-10-25 12:33:45 -04:00
Robin Cornett
4394e436e2
Update version, readme, .pot
2017-02-17 09:45:38 -05:00