Commit Graph

760 Commits

Author SHA1 Message Date
Robin Cornett 477bfb08e7 Update block script 2019-06-23 16:55:36 -04:00
Robin Cornett cd681a4916 Re-minimize backstretch script 2019-06-23 16:53:51 -04:00
Robin Cornett fde6e6c565 Create one working block (CPT) 2019-06-23 16:47:07 -04:00
Robin Cornett 9c0cf4a12f Move CPT defaults to new file 2019-06-23 16:46:45 -04:00
Robin Cornett f0451a1184 Move get_post_types to form class 2019-06-23 16:46:24 -04:00
Robin Cornett 20c6cc3128 Merge branch 'develop' into feature/blocks 2019-06-23 14:34:05 -04:00
Robin Cornett 0dd914cd8e Remove redundant deprecation notice 2019-06-21 14:03:56 -04:00
Robin Cornett 772c053f3c Fix validation break 2019-06-21 12:26:05 -04:00
Robin Cornett f9d229a13e Fix deprecated version number 2019-06-21 11:24:47 -04:00
Robin Cornett 99ec121a43 Add moved descriptions functions to output class
These actually just call the new/moved functions in the descriptions
class, but in case anyone has code which relies on them being in the
output class, they'll still work, just be flagged as deprecated.
2019-06-21 11:02:18 -04:00
Robin Cornett e8dd6109a8 Kses description content 2019-06-21 09:08:46 -04:00
Robin Cornett f6e9e8567d Fix post meta check 2019-06-21 09:07:56 -04:00
Robin Cornett 51ae95ce28 Chnage block registration (still REST 404) 2019-06-21 08:45:18 -04:00
Robin Cornett 784a41e1d7 Initial (non-working) add
Some kind of REST 404 error but no idea how to resolve.
2019-06-18 10:26:49 -04:00
Robin Cornett 1510dd6c29 Update version, readme, .pot 2019-06-18 08:23:00 -04:00
Robin Cornett ee34bc3ed3 Fix term meta removal 2019-06-18 08:16:57 -04:00
Robin Cornett 5db551d1b9 Update term meta registration 2019-06-18 08:16:46 -04:00
Robin Cornett 3e29680d38 Add a filter on the list of post types for the settings pages 2019-06-14 08:07:21 -04:00
Robin Cornett 4a7f6ba2d4 Update term widget 2019-06-08 16:43:44 -04:00
Robin Cornett f30f3c6a92 Update CPT output docs 2019-06-08 16:36:03 -04:00
Robin Cornett 26e80db217 Extract term widget output 2019-06-08 16:35:29 -04:00
Robin Cornett 9d26be3e6b Extract CPT widget output 2019-06-08 16:20:36 -04:00
Robin Cornett 86fbc17bb6 Extract author widget output 2019-06-08 15:58:15 -04:00
Robin Cornett c6a444a9ab Change helper functions load to require_once 2019-06-08 15:19:37 -04:00
Robin Cornett e82badcb3e Remove link from active settings tab 2019-06-08 15:04:50 -04:00
Robin Cornett f66801d682 Remove unneeded section description 2019-06-08 15:04:32 -04:00
Robin Cornett 24f28e593f Update options variables 2019-06-08 15:04:08 -04:00
Robin Cornett e1ec44a6d3 Change post type getter 2019-06-07 11:45:36 -04:00
Robin Cornett e32fd015cf Fix post_type settings key 2019-06-07 11:13:06 -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 01ce9facd2 Fix image id getter for script 2019-06-07 10:19:57 -04:00
Robin Cornett 60787de89b Fix jumping image/content 2019-06-07 10:19:41 -04:00
Robin Cornett 34a1a11452 Update image validator
Fixes broken validation in the customizer.
2019-05-23 07:49:08 -04:00
Robin Cornett 3c588ba4d1 Improve image uploader 2019-05-20 10:05:00 -04:00
Robin Cornett df1844b87d Update post meta nonce 2019-05-20 09:47:16 -04:00
Robin Cornett 0ae11d162c Update user meta validation/security 2019-05-19 14:40:53 -04:00
Robin Cornett bb68b494b8 Update register_meta 2019-05-19 14:34:38 -04:00
Robin Cornett 032e14893d Update new term meta field 2019-05-19 14:34:26 -04:00
Robin Cornett 49ccd73c5f Update term meta save method 2019-05-19 14:27:03 -04:00
Robin Cornett f44d1b91a1 Update nonce field 2019-05-19 14:26:25 -04:00
Robin Cornett 1072f9d29a Fix incorrect keying term meta as array 2019-05-19 14:06:55 -04:00
Robin Cornett a099d9ff83 Move user profile error to image validation class 2019-05-19 14:03:18 -04:00
Robin Cornett 601d7e53d1 Add missing nonce to term form 2019-05-19 14:02:41 -04:00
Robin Cornett 38fc34fdbf PHPCS 2019-05-19 07:07:23 -04:00
Robin Cornett 6b0bebe40b Fix post type description check 2019-05-19 07:07:06 -04:00
Robin Cornett bf4442c098 Add image validation class
Used on settings validation for multiple images; term/author for single.
2019-05-19 07:06:50 -04:00
Robin Cornett f2abb5d4ca Create an image settings class
I am sure that right now this breaks meta classes.
2019-05-18 15:45:38 -04:00