Commit Graph

831 Commits

Author SHA1 Message Date
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
Robin Cornett 7f7a5bfe95 Update version, readme 2019-06-30 16:13:58 -04:00
Robin Cornett ca38e7b0ab Fix how widget output classes are included 2019-06-30 16:13:31 -04:00
Robin Cornett 0aecc9982d Update readme, version 2019-06-30 16:05:36 -04:00
Robin Cornett 17228b2f7b Fix minified path 2019-06-27 12:29:49 -04:00
Robin Cornett bdd95b2922 Move/update block registration 2019-06-26 13:28:19 -04:00
Robin Cornett de4bedd862 Update shortcode validation/check 2019-06-26 13:18:04 -04:00
Robin Cornett 2e595dbf03 Update shortcode defaults 2019-06-26 13:17:51 -04:00
Robin Cornett 3d786172ba Update block prefix/naming 2019-06-26 09:13:06 -04:00
Robin Cornett 53f74dedcc Remove unneeded number controls/logic 2019-06-26 09:02:03 -04:00
Robin Cornett 243bfff7ac Update block output loading 2019-06-26 08:58:38 -04:00
Robin Cornett f7fd26c803 Set empty options for CPT/author blocks 2019-06-26 08:58:16 -04:00
Robin Cornett 031c05c47b Remove logging 2019-06-26 08:56:35 -04:00
Robin Cornett aedbb90b97 Update block output 2019-06-26 08:47:26 -04:00
Robin Cornett 8c06cd5046 Update output prefix constant 2019-06-26 08:47:10 -04:00
Robin Cornett 8c14112462 Regularize block attributes 2019-06-26 08:46:43 -04:00
Robin Cornett 5bb6ea10c8 Move JS prefix to localized variable, drop unneeded block name reference 2019-06-26 08:45:35 -04:00
Robin Cornett 6810eab3bb Move placeholder to JS edit 2019-06-26 07:16:28 -04:00
Robin Cornett fd09e9f34d Update deprecated wp.editor to blockEditor 2019-06-25 13:19:10 -04:00
Robin Cornett cbb6974cf2 Remove unneeded nickname 2019-06-25 13:18:45 -04:00
Robin Cornett bc20b03c56 Update blocks localization 2019-06-25 13:04:51 -04:00
Robin Cornett 2d6fb2589f Fix the overexcited select watcher 2019-06-25 12:53:58 -04:00
Robin Cornett d6bbd8a782 Add the featured term block 2019-06-25 12:37:40 -04:00
Robin Cornett 44fd9754dc Add term block placeholder styling 2019-06-25 12:36:34 -04:00