bump to 1.19.4

This commit is contained in:
Sophia Atkinson 2023-09-08 01:50:12 -07:00
parent 8cbf53172b
commit 4da86531e9
12 changed files with 360 additions and 327 deletions

View File

@ -9,7 +9,7 @@
defined( 'ABSPATH' ) || die();
define( 'PRESSBOOK_VERSION', '1.9.1' );
define( 'PRESSBOOK_VERSION', '1.9.4' );
// This theme requires WordPress 5.3 or later.
if ( version_compare( $GLOBALS['wp_version'], '5.3', '<' ) ) {

View File

@ -7,6 +7,7 @@
namespace PressBook;
if ( ! class_exists( 'PressBook\Icons' ) ) {
/**
* This class is in charge of displaying SVG icons across the site.
*
@ -77,6 +78,8 @@ class Icons {
* @var array
*/
public static $ui_icons = array(
'link' => '<svg viewBox="0 -100 1792 1842" xmlns="http://www.w3.org/2000/svg"><path d="M1520 1216q0-40-28-68l-208-208q-28-28-68-28-42 0-72 32 3 3 19 18.5t21.5 21.5 15 19 13 25.5 3.5 27.5q0 40-28 68t-68 28q-15 0-27.5-3.5t-25.5-13-19-15-21.5-21.5-18.5-19q-33 31-33 73 0 40 28 68l206 207q27 27 68 27 40 0 68-26l147-146q28-28 28-67zm-703-705q0-40-28-68l-206-207q-28-28-68-28-39 0-68 27l-147 146q-28 28-28 67 0 40 28 68l208 208q27 27 68 27 42 0 72-31-3-3-19-18.5t-21.5-21.5-15-19-13-25.5-3.5-27.5q0-40 28-68t68-28q15 0 27.5 3.5t25.5 13 19 15 21.5 21.5 18.5 19q33-31 33-73zm895 705q0 120-85 203l-147 146q-83 83-203 83-121 0-204-85l-206-207q-83-83-83-203 0-123 88-209l-88-88q-86 88-208 88-120 0-204-84l-208-208q-84-84-84-204t85-203l147-146q83-83 203-83 121 0 204 85l206 207q83 83 83 203 0 123-88 209l88 88q86-88 208-88 120 0 204 84l208 208q84 84 84 204z"/></svg>',
'menu' => '<svg enable-background="new 0 0 2048 2048" preserveAspectRatio="xMidYMid meet" viewBox="0.0 0 1536.0 2048" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify"><path d="M1536,1472v128c0,17.333-6.333,32.333-19,45s-27.667,19-45,19H64c-17.333,0-32.333-6.333-45-19s-19-27.667-19-45v-128 c0-17.333,6.333-32.333,19-45s27.667-19,45-19h1408c17.333,0,32.333,6.333,45,19S1536,1454.667,1536,1472z M1536,960v128 c0,17.333-6.333,32.333-19,45s-27.667,19-45,19H64c-17.333,0-32.333-6.333-45-19s-19-27.667-19-45V960c0-17.333,6.333-32.333,19-45 s27.667-19,45-19h1408c17.333,0,32.333,6.333,45,19S1536,942.667,1536,960z M1536,448v128c0,17.333-6.333,32.333-19,45 s-27.667,19-45,19H64c-17.333,0-32.333-6.333-45-19S0,593.333,0,576V448c0-17.333,6.333-32.333,19-45s27.667-19,45-19h1408 c17.333,0,32.333,6.333,45,19S1536,430.667,1536,448z"></path></svg>',
'close' => '<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z"/></svg>',
@ -170,13 +173,14 @@ class Icons {
'twitch' => array(
'twitch.tv',
),
'twitter' => array(
'twitter.com',
'x.com',
),
'wordpress' => array(
'wordpress.com',
'wordpress.org',
),
'x' => array(
'x.com',
),
);
/**
@ -251,7 +255,7 @@ class Icons {
'spotify' => '<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M12,2C6.477,2,2,6.477,2,12c0,5.523,4.477,10,10,10c5.523,0,10-4.477,10-10C22,6.477,17.523,2,12,2 M16.586,16.424 c-0.18,0.295-0.563,0.387-0.857,0.207c-2.348-1.435-5.304-1.76-8.785-0.964c-0.335,0.077-0.67-0.133-0.746-0.469 c-0.077-0.335,0.132-0.67,0.469-0.746c3.809-0.871,7.077-0.496,9.713,1.115C16.673,15.746,16.766,16.13,16.586,16.424 M17.81,13.7 c-0.226,0.367-0.706,0.482-1.072,0.257c-2.687-1.652-6.785-2.131-9.965-1.166C6.36,12.917,5.925,12.684,5.8,12.273 C5.675,11.86,5.908,11.425,6.32,11.3c3.632-1.102,8.147-0.568,11.234,1.328C17.92,12.854,18.035,13.335,17.81,13.7 M17.915,10.865 c-3.223-1.914-8.54-2.09-11.618-1.156C5.804,9.859,5.281,9.58,5.131,9.086C4.982,8.591,5.26,8.069,5.755,7.919 c3.532-1.072,9.404-0.865,13.115,1.338c0.445,0.264,0.59,0.838,0.327,1.282C18.933,10.983,18.359,11.129,17.915,10.865"></path></svg>',
'threads' => '<svg viewBox="0 -6 192 204" xmlns="http://www.w3.org/2000/svg"><path d="M141.537 88.9883C140.71 88.5919 139.87 88.2104 139.019 87.8451C137.537 60.5382 122.616 44.905 97.5619 44.745C97.4484 44.7443 97.3355 44.7443 97.222 44.7443C82.2364 44.7443 69.7731 51.1409 62.102 62.7807L75.881 72.2328C81.6116 63.5383 90.6052 61.6848 97.2286 61.6848C97.3051 61.6848 97.3819 61.6848 97.4576 61.6855C105.707 61.7381 111.932 64.1366 115.961 68.814C118.893 72.2193 120.854 76.925 121.825 82.8638C114.511 81.6207 106.601 81.2385 98.145 81.7233C74.3247 83.0954 59.0111 96.9879 60.0396 116.292C60.5615 126.084 65.4397 134.508 73.775 140.011C80.8224 144.663 89.899 146.938 99.3323 146.423C111.79 145.74 121.563 140.987 128.381 132.296C133.559 125.696 136.834 117.143 138.28 106.366C144.217 109.949 148.617 114.664 151.047 120.332C155.179 129.967 155.42 145.8 142.501 158.708C131.182 170.016 117.576 174.908 97.0135 175.059C74.2042 174.89 56.9538 167.575 45.7381 153.317C35.2355 139.966 29.8077 120.682 29.6052 96C29.8077 71.3178 35.2355 52.0336 45.7381 38.6827C56.9538 24.4249 74.2039 17.11 97.0132 16.9405C119.988 17.1113 137.539 24.4614 149.184 38.788C154.894 45.8136 159.199 54.6488 162.037 64.9503L178.184 60.6422C174.744 47.9622 169.331 37.0357 161.965 27.974C147.036 9.60668 125.202 0.195148 97.0695 0H96.9569C68.8816 0.19447 47.2921 9.6418 32.7883 28.0793C19.8819 44.4864 13.2244 67.3157 13.0007 95.9325L13 96L13.0007 96.0675C13.2244 124.684 19.8819 147.514 32.7883 163.921C47.2921 182.358 68.8816 191.806 96.9569 192H97.0695C122.03 191.827 139.624 185.292 154.118 170.811C173.081 151.866 172.51 128.119 166.26 113.541C161.776 103.087 153.227 94.5962 141.537 88.9883ZM98.4405 129.507C88.0005 130.095 77.1544 125.409 76.6196 115.372C76.2232 107.93 81.9158 99.626 99.0812 98.6368C101.047 98.5234 102.976 98.468 104.871 98.468C111.106 98.468 116.939 99.0737 122.242 100.233C120.264 124.935 108.662 128.946 98.4405 129.507Z"></path></svg>',
'threads' => '<svg viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M331.5 235.7c2.2 .9 4.2 1.9 6.3 2.8c29.2 14.1 50.6 35.2 61.8 61.4c15.7 36.5 17.2 95.8-30.3 143.2c-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2c-32.3-41-48.9-98.1-49.5-169.6V256v-.2C17 184.3 33.6 127.2 65.9 86.2C102.2 40.1 156.2 16.5 226.4 16h.3c70.3 .5 124.9 24 162.3 69.9c18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4c-29.2-35.8-73-54.2-130.5-54.6c-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3c28 35.6 71.2 53.9 128.2 54.4c51.4-.4 85.4-12.6 113.7-40.9c32.3-32.2 31.7-71.8 21.4-95.9c-6.1-14.2-17.1-26-31.9-34.9c-3.7 26.9-11.8 48.3-24.7 64.8c-17.1 21.8-41.4 33.6-72.7 35.3c-23.6 1.3-46.3-4.4-63.9-16c-20.8-13.8-33-34.8-34.3-59.3c-2.5-48.3 35.7-83 95.2-86.4c21.1-1.2 40.9-.3 59.2 2.8c-2.4-14.8-7.3-26.6-14.6-35.2c-10-11.7-25.6-17.7-46.2-17.8H227c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6 .4 99.9 39.5 103.7 107.7l-.2 .2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3c25.6-1.4 54.6-11.4 59.5-73.2c-13.2-2.9-27.8-4.4-43.4-4.4c-4.8 0-9.6 .1-14.4 .4c-42.9 2.4-57.2 23.2-56.2 41.8l-.1 .1z"/></svg>',
'tiktok' => '<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M22.601273,3.99398422 C22.3543419,3.81786432 22.035286,3.77722295 21.7519316,3.88579503 C20.7673827,4.3053476 19.6367473,4.19781761 18.749359,3.60023293 C17.8619707,3.00264826 17.3390468,1.99663905 17.3606558,0.92862387 C17.366873,0.687165991 17.2757319,0.453316101 17.1076605,0.279488738 C16.937965,0.101864383 16.7030375,0.000936521363 16.4571011,0 L12.8428824,0 C12.343863,0 11.9393277,0.403649581 11.9393277,0.901576573 L11.9393277,16.3365675 C11.9393277,17.581385 10.9279897,18.5905089 9.68044104,18.5905089 C8.43289237,18.5905089 7.42155434,17.581385 7.42155434,16.3365675 C7.42155434,15.09175 8.43289237,14.0826261 9.68044104,14.0826261 C10.1794605,14.0826261 10.5839957,13.6789765 10.5839957,13.1810495 L10.5839957,9.57474321 C10.5839957,9.07681622 10.1794605,8.67316663 9.68044104,8.67316663 C5.44083962,8.67813472 2.00520525,12.1062476 2.00022626,16.3365675 C1.98771579,17.9546233 2.49430163,19.5342383 3.44591375,20.8444504 C3.61458557,21.0808398 5.05966461,19.9481604 4.91870788,19.7535427 C4.19555103,18.760421 3.80646351,17.5641499 3.80733562,16.3365675 C3.81165144,13.4484211 5.91803869,10.991254 8.77688636,10.5394301 L8.77688636,12.3425833 C6.70706914,12.8134053 5.34862709,14.7938709 5.65804701,16.8895228 C5.96746693,18.9851748 7.84059425,20.4905907 9.95854931,20.3457987 C12.0765044,20.2010067 13.7263573,18.4547454 13.7464371,16.3365675 L13.7464371,1.80315315 L15.6167953,1.80315315 C16.0103639,4.20249558 18.0864975,5.96506252 20.5230972,5.96843692 C20.7496837,5.96688212 20.975975,5.95182905 21.2007632,5.92335809 L21.2007632,7.67241664 C19.7293748,7.92650626 18.2152284,7.66195137 16.917914,6.92410808 C16.6383532,6.76305694 16.2939201,6.76305694 16.0143593,6.92410808 C15.7336844,7.0857977 15.5612953,7.38509793 15.562582,7.7084797 L15.562582,16.3365675 C15.5580692,18.2941869 14.5756972,20.1206948 12.9432814,21.2065896 C11.9060301,21.8965766 10.6930991,22.229824 9.48148608,22.189012 C8.78627447,22.1655944 8.08246121,22.0477035 7.42155434,21.774707 C7.12504167,21.5395062 5.484375,20.8444504 4.91870788,19.7535427 C4.66351437,19.2613936 3.0238563,20.6306805 3.44591375,20.8444504 C4.91870788,23.1351563 7.99726562,23.9999684 9.69851213,23.9999684 C13.7074483,23.9999684 17.0406982,20.9190082 17.3606558,16.931608 C17.3657425,16.8836579 17.3657425,16.8353059 17.3606558,16.7873558 L17.3606558,9.10592339 C18.9684136,9.66657941 20.7106733,9.71696914 22.3482777,9.25017564 C22.7469793,9.13449784 23.0153499,8.76257691 22.998837,8.34859907 L22.998837,4.7873716 C23.0148813,4.47165088 22.8640303,4.17060935 22.601273,3.99398422 Z" /></svg>',
@ -259,7 +263,7 @@ class Icons {
'twitch' => '<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z"></path></svg>',
'twitter' => '<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"></path></svg>',
'twitter' => '<svg viewBox="0 -27 512 566" xmlns="http://www.w3.org/2000/svg"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>',
'vimeo' => '<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M22.396,7.164c-0.093,2.026-1.507,4.799-4.245,8.32C15.322,19.161,12.928,21,10.97,21c-1.214,0-2.24-1.119-3.079-3.359 c-0.56-2.053-1.119-4.106-1.68-6.159C5.588,9.243,4.921,8.122,4.206,8.122c-0.156,0-0.701,0.328-1.634,0.98L1.594,7.841 c1.027-0.902,2.04-1.805,3.037-2.708C6.001,3.95,7.03,3.327,7.715,3.264c1.619-0.156,2.616,0.951,2.99,3.321 c0.404,2.557,0.685,4.147,0.841,4.769c0.467,2.121,0.981,3.181,1.542,3.181c0.435,0,1.09-0.688,1.963-2.065 c0.871-1.376,1.338-2.422,1.401-3.142c0.125-1.187-0.343-1.782-1.401-1.782c-0.498,0-1.012,0.115-1.541,0.341 c1.023-3.35,2.977-4.977,5.862-4.884C21.511,3.066,22.52,4.453,22.396,7.164z"></path></svg>',
@ -270,10 +274,9 @@ class Icons {
// phpcs:disable WordPress.WP.CapitalPDangit.Misspelled
'wordpress' => '<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z"></path></svg>',
'x' => '<svg viewBox="0 -46 300 392" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg>',
'yelp' => '<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M12.271,16.718v1.417q-.011,3.257-.067,3.4a.707.707,0,0,1-.569.446,4.637,4.637,0,0,1-2.024-.424A4.609,4.609,0,0,1,7.8,20.565a.844.844,0,0,1-.19-.4.692.692,0,0,1,.044-.29,3.181,3.181,0,0,1,.379-.524q.335-.412,2.019-2.409.011,0,.669-.781a.757.757,0,0,1,.44-.274.965.965,0,0,1,.552.039.945.945,0,0,1,.418.324.732.732,0,0,1,.139.468Zm-1.662-2.8a.783.783,0,0,1-.58.781l-1.339.435q-3.067.981-3.257.981a.711.711,0,0,1-.6-.4,2.636,2.636,0,0,1-.19-.836,9.134,9.134,0,0,1,.011-1.857,3.559,3.559,0,0,1,.335-1.389.659.659,0,0,1,.625-.357,22.629,22.629,0,0,1,2.253.859q.781.324,1.283.524l.937.379a.771.771,0,0,1,.4.34A.982.982,0,0,1,10.609,13.917Zm9.213,3.313a4.467,4.467,0,0,1-1.021,1.8,4.559,4.559,0,0,1-1.512,1.417.671.671,0,0,1-.7-.078q-.156-.112-2.052-3.2l-.524-.859a.761.761,0,0,1-.128-.513.957.957,0,0,1,.217-.513.774.774,0,0,1,.926-.29q.011.011,1.327.446,2.264.736,2.7.887a2.082,2.082,0,0,1,.524.229.673.673,0,0,1,.245.68Zm-7.5-7.049q.056,1.137-.6,1.361-.647.19-1.272-.792L6.237,4.08a.7.7,0,0,1,.212-.691,5.788,5.788,0,0,1,2.314-1,5.928,5.928,0,0,1,2.5-.352.681.681,0,0,1,.547.5q.034.2.245,3.407T12.327,10.181Zm7.384,1.2a.679.679,0,0,1-.29.658q-.167.112-3.67.959-.747.167-1.015.257l.011-.022a.769.769,0,0,1-.513-.044.914.914,0,0,1-.413-.357.786.786,0,0,1,0-.971q.011-.011.836-1.137,1.394-1.908,1.673-2.275a2.423,2.423,0,0,1,.379-.435A.7.7,0,0,1,17.435,8a4.482,4.482,0,0,1,1.372,1.489,4.81,4.81,0,0,1,.9,1.868v.034Z"></path></svg>',
'youtube' => '<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"></path></svg>',
);
}
}

View File

@ -131,12 +131,7 @@ pressbook.setupMainMenu = {
const isClickInside = nav.contains( event.target );
if ( ! isClickInside ) {
nav.classList.remove( 'toggled' );
if ( button ) {
button.setAttribute( 'aria-expanded', 'false' );
}
if ( ! nav.classList.contains( 'toggled' ) ) {
// Remove all the focus classes in the ul.
[].forEach.call( nav.querySelectorAll( '.focus' ), function( li ) {
li.classList.remove( 'focus' );
@ -150,6 +145,7 @@ pressbook.setupMainMenu = {
// Collapse search form.
that.collapseSearchForm( nav );
}
}
} );
},

2
js/script.min.js vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -2,10 +2,10 @@
# This file is distributed under the GNU General Public License v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: PressBook 1.9.1\n"
"Project-Id-Version: PressBook 1.9.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/pressbook\n"
"POT-Creation-Date: 2023-07-29T15:16:42+00:00\n"
"PO-Revision-Date: 2023-07-29 20:47+0530\n"
"POT-Creation-Date: 2023-08-11T22:49:10+00:00\n"
"PO-Revision-Date: 2023-08-12 04:19+0530\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: hi_IN\n"

View File

@ -1,32 +1,37 @@
# Copyright (C) 2023 Sophia Atkinson
# Copyright (C) 2023 ScriptsTown
# This file is distributed under the GNU General Public License v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: CookTheBooks 1.0B\n"
"Project-Id-Version: PressBook 1.9.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/pressbook\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-07-29T15:16:42+00:00\n"
"POT-Creation-Date: 2023-08-11T22:49:10+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: CookTheBooks\n"
"X-Domain: pressbook\n"
#. Theme Name of the theme
msgid "CookTheBooks"
msgid "PressBook"
msgstr ""
#. Theme URI of the theme
msgid "https://scriptstown.com/wordpress-themes/pressbook/"
msgstr ""
#. Description of the theme
msgid "CookTheBooks is a multi-purpose WordPress theme suitable for blogs, news, marketing, and educational websites. The theme offers a fully responsive, clean, modern, and pixel-perfect design that can adjust automatically to fit the content elements in the best possible manner for any screen-size device. It has a minimal dependency, an SEO-friendly layout, and offers high performance with a quick loading time. It supports double sidebars, a single sidebar, footer widgets, an eye-catching gradient colors scheme for buttons and the top bar, a top advertisement banner area with a custom header background, and customizable options. Both the sidebars can be configured to be shown on the left or on the right. This theme is great to publish documentation, tutorials, events, status updates, story updates, technology blogs, reviews, newsfeeds, etc. It comes with sticky sidebars that float with scrolling. The theme supports multiple page templates with page-level layout settings, blog layouts, conditional block areas, page builders, different color settings, footer options, and much more. Also, the theme comes with three menu locations which include a fully accessible multi-level primary menu with a search form, a top bar navigation menu, and social links menu. It is also great for building schools, university, institutes, and academic, or educational websites."
msgid "PressBook is a multi-purpose WordPress theme suitable for blogs, news, marketing, and educational websites. The theme offers a fully responsive, clean, modern, and pixel-perfect design that can adjust automatically to fit the content elements in the best possible manner for any screen-size device. It has a minimal dependency, an SEO-friendly layout, and offers high performance with a quick loading time. It supports double sidebars, a single sidebar, footer widgets, an eye-catching gradient colors scheme for buttons and the top bar, a top advertisement banner area with a custom header background, and customizable options. Both the sidebars can be configured to be shown on the left or on the right. This theme is great to publish documentation, tutorials, events, status updates, story updates, technology blogs, reviews, newsfeeds, etc. It comes with sticky sidebars that float with scrolling. The theme supports multiple page templates with page-level layout settings, blog layouts, conditional block areas, page builders, different color settings, footer options, and much more. Also, the theme comes with three menu locations which include a fully accessible multi-level primary menu with a search form, a top bar navigation menu, and social links menu. It is also great for building schools, university, institutes, and academic, or educational websites."
msgstr ""
#. Author of the theme
msgid "Sophia Atkinson"
msgid "ScriptsTown"
msgstr ""
#. Author URI of the theme
msgid "https://sophia.wtf/"
msgid "https://scriptstown.com/"
msgstr ""
#. translators: 1: number of comments, 2: post title
@ -871,7 +876,7 @@ msgid "More footer and color options are available in our premium version."
msgstr ""
#: inc/core/PageSettings.php:28
msgid "CookTheBooks Page Settings"
msgid "PressBook Page Settings"
msgstr ""
#: inc/core/PageSettings.php:120
@ -1371,12 +1376,12 @@ msgstr ""
#: inc/welcome-page.php:13
msgctxt "page title"
msgid "CookTheBooks"
msgid "PressBook"
msgstr ""
#: inc/welcome-page.php:14
msgctxt "menu title"
msgid "CookTheBooks"
msgid "PressBook"
msgstr ""
#. translators: 1: theme name, 2: theme version number
@ -1406,7 +1411,7 @@ msgid "Menus & Social Links"
msgstr ""
#: inc/welcome-page.php:76
msgid "You can create a menu and assign it to a menu location. CookTheBooks comes with three menu locations which include the primary menu, top bar menu, and social links menu. For social links, create a menu item with a custom link, enter the URL of the social page, and assign this menu to the \"Social Links Menu\" location."
msgid "You can create a menu and assign it to a menu location. PressBook comes with three menu locations which include the primary menu, top bar menu, and social links menu. For social links, create a menu item with a custom link, enter the URL of the social page, and assign this menu to the \"Social Links Menu\" location."
msgstr ""
#: inc/welcome-page.php:80
@ -1418,7 +1423,7 @@ msgid "Premium Version"
msgstr ""
#: inc/welcome-page.php:87
msgid "CookTheBooks Premium comes with additional features:"
msgid "PressBook Premium comes with additional features:"
msgstr ""
#: inc/welcome-page.php:91
@ -1542,7 +1547,7 @@ msgid "Header Block Area"
msgstr ""
#: inc/welcome-page.php:157
msgid "You can enable the header block area by creating a block in the pattern block manager. Then select this block in the Customizer > Header Block. CookTheBooks comes with 1 header block area."
msgid "You can enable the header block area by creating a block in the pattern block manager. Then select this block in the Customizer > Header Block. PressBook comes with 1 header block area."
msgstr ""
#: inc/welcome-page.php:161
@ -1559,7 +1564,7 @@ msgid "Footer Block Area"
msgstr ""
#: inc/welcome-page.php:169
msgid "You can enable the footer block area by creating a block in the pattern block manager. Then select this block in the Customizer > Footer Block. CookTheBooks comes with 1 footer block area."
msgid "You can enable the footer block area by creating a block in the pattern block manager. Then select this block in the Customizer > Footer Block. PressBook comes with 1 footer block area."
msgstr ""
#: inc/welcome-page.php:173
@ -1571,7 +1576,7 @@ msgid "Sidebar & Footer Widgets"
msgstr ""
#: inc/welcome-page.php:181
msgid "You can drag and drop widgets to the widget area. CookTheBooks comes with 6 widgets area locations which include a left sidebar, right sidebar, and 4 locations for footer widgets."
msgid "You can drag and drop widgets to the widget area. PressBook comes with 6 widgets area locations which include a left sidebar, right sidebar, and 4 locations for footer widgets."
msgstr ""
#: inc/welcome-page.php:185

View File

@ -1,19 +1,19 @@
=== CookTheBooks ===
Contributors: Sophia Atkinson
=== PressBook ===
Contributors: scriptstown
Tags: blog, education, news, one-column, two-columns, three-columns, left-sidebar, right-sidebar, block-styles, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks
Donate link: https://sophia.wtf/
Donate link: https://scriptstown.com/
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 7.0
Stable tag: 1.0B
License: CC BY-SA 4.0
License URI: https://creativecommons.org/licenses/by-sa/4.0/
Stable tag: 1.9.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
CookTheBooks is a multi-purpose WordPress theme suitable for blogs, news, marketing, and educational websites.
PressBook is a multi-purpose WordPress theme suitable for blogs, news, marketing, and educational websites.
== Description ==
CookTheBooks is a multi-purpose WordPress theme suitable for blogs, news, marketing, and educational websites. The theme offers a fully responsive, clean, modern, and pixel-perfect design that can adjust automatically to fit the content elements in the best possible manner for any screen-size device. It has a minimal dependency, an SEO-friendly layout, and offers high performance with a quick loading time. It supports double sidebars, a single sidebar, footer widgets, an eye-catching gradient colors scheme for buttons and the top bar, a top advertisement banner area with a custom header background, and customizable options. Both the sidebars can be configured to be shown on the left or on the right. This theme is great to publish documentation, tutorials, events, status updates, story updates, technology blogs, reviews, newsfeeds, etc. It comes with sticky sidebars that float with scrolling. The theme supports multiple page templates with page-level layout settings, blog layouts, conditional block areas, page builders, different color settings, footer options, and much more. Also, the theme comes with three menu locations which include a fully accessible multi-level primary menu with a search form, a top bar navigation menu, and social links menu. It is also great for building schools, university, institutes, and academic, or educational websites.
PressBook is a multi-purpose WordPress theme suitable for blogs, news, marketing, and educational websites. The theme offers a fully responsive, clean, modern, and pixel-perfect design that can adjust automatically to fit the content elements in the best possible manner for any screen-size device. It has a minimal dependency, an SEO-friendly layout, and offers high performance with a quick loading time. It supports double sidebars, a single sidebar, footer widgets, an eye-catching gradient colors scheme for buttons and the top bar, a top advertisement banner area with a custom header background, and customizable options. Both the sidebars can be configured to be shown on the left or on the right. This theme is great to publish documentation, tutorials, events, status updates, story updates, technology blogs, reviews, newsfeeds, etc. It comes with sticky sidebars that float with scrolling. The theme supports multiple page templates with page-level layout settings, blog layouts, conditional block areas, page builders, different color settings, footer options, and much more. Also, the theme comes with three menu locations which include a fully accessible multi-level primary menu with a search form, a top bar navigation menu, and social links menu. It is also great for building schools, university, institutes, and academic, or educational websites.
== Installation ==
@ -25,7 +25,7 @@ CookTheBooks is a multi-purpose WordPress theme suitable for blogs, news, market
= Does this theme support any plugins? =
CookTheBooks includes support for WooCommerce and for Infinite Scroll in Jetpack.
PressBook includes support for WooCommerce and for Infinite Scroll in Jetpack.
= Where to find the theme options? =
@ -33,15 +33,15 @@ All of the options can be found in the Customizer in 'Appearance > Customize'.
= How to configure the theme widgets? =
The theme widgets can be found in 'Appearance > Widgets'. You can drag and drop widgets to the widget area. CookTheBooks comes with 6 widgets area locations which include a left sidebar, right sidebar widgets area and 4 locations for footer widgets.
The theme widgets can be found in 'Appearance > Widgets'. You can drag and drop widgets to the widget area. PressBook comes with 6 widgets area locations which include a left sidebar, right sidebar widgets area and 4 locations for footer widgets.
= How to add the menus or social links? =
The menus can be found in 'Appearance > Menus'. First, create the menu and then assign it to a menu location. CookTheBooks comes with three menu locations which include the primary menu, top bar menu, and social links menu. For social links, create a menu item with a custom link, enter the URL of the social page, and assign this menu to the 'Social Links Menu' location.
The menus can be found in 'Appearance > Menus'. First, create the menu and then assign it to a menu location. PressBook comes with three menu locations which include the primary menu, top bar menu, and social links menu. For social links, create a menu item with a custom link, enter the URL of the social page, and assign this menu to the 'Social Links Menu' location.
== Copyright ==
CookTheBooks is distributed under the terms of the GNU GPL.
PressBook is distributed under the terms of the GNU GPL.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -55,7 +55,18 @@ GNU General Public License for more details.
== Changelog ==
= 1.0B =
= 1.9.4 =
* Improvement: Keep the mobile menu open when clicked outside.
* Improvement: Updated SVG social icons.
= 1.9.3 =
* Added SVG icon for links.
= 1.9.2 =
* Improvement: Updated SVG social icons.
* Improvement: Minor CSS fixes.
= 1.9.1 =
* Added: New SVG social icons.
= 1.9.0 =
@ -318,7 +329,7 @@ GNU General Public License for more details.
== Credits ==
CookTheBooks bundles the following third-party resources:
PressBook bundles the following third-party resources:
* Image 1 for theme screenshot, Copyright Helloquence
* License: Creative Commons CC0 license
@ -344,22 +355,22 @@ Code from Twenty Nineteen, Copyright WordPress.org
License: GPLv2
Source: https://wordpress.org/themes/twentynineteen/
Included as part of the following classes and functions:
- CookTheBooks\Icons
- CookTheBooks\IconsHelper::get_icon_svg()
- CookTheBooks\IconsHelper::get_social_icon_svg()
- CookTheBooks\IconsHelper::get_social_link_svg()
- CookTheBooks\IconsHelper::nav_menu_social_icons()
- PressBook\Icons
- PressBook\IconsHelper::get_icon_svg()
- PressBook\IconsHelper::get_social_icon_svg()
- PressBook\IconsHelper::get_social_link_svg()
- PressBook\IconsHelper::nav_menu_social_icons()
Code from Twenty Twenty, Copyright WordPress.org
License: GPLv2
Source: https://wordpress.org/themes/twentytwenty/
Included as part of the following classes and functions:
- CookTheBooks\IconsHelper::get_theme_svg()
- CookTheBooks\IconsHelper::the_theme_svg()
- PressBook\IconsHelper::get_theme_svg()
- PressBook\IconsHelper::the_theme_svg()
- JavaScript code in script.js
- CookTheBooksDomReady()
- CookTheBooks.setupMainMenu.trapFocusInModal()
- CookTheBooks.setupMainMenu.collapseIfEscapeKeyPress()
- pressbookDomReady()
- pressbook.setupMainMenu.trapFocusInModal()
- pressbook.setupMainMenu.collapseIfEscapeKeyPress()
* SVG UI Icons
* License: SIL Open Font License (OFL)
@ -373,7 +384,7 @@ Included as part of the following classes and functions:
* License: GPLv2, https://github.com/WPTT/customize-section-button/blob/master/license.md
* Source: https://github.com/WPTT/customize-section-button
Included as part of the following class:
- CookTheBooks_Upsell_Section
- PressBook_Upsell_Section
* Sticky Sidebar
* License: MIT License, https://github.com/blixhavn/sticky-sidebar-v2/blob/master/LICENSE.md

View File

@ -4,7 +4,7 @@ Theme URI: https://scriptstown.com/wordpress-themes/pressbook/
Author: ScriptsTown
Author URI: https://scriptstown.com/
Description: PressBook is a multi-purpose WordPress theme suitable for blogs, news, marketing, and educational websites. The theme offers a fully responsive, clean, modern, and pixel-perfect design that can adjust automatically to fit the content elements in the best possible manner for any screen-size device. It has a minimal dependency, an SEO-friendly layout, and offers high performance with a quick loading time. It supports double sidebars, a single sidebar, footer widgets, an eye-catching gradient colors scheme for buttons and the top bar, a top advertisement banner area with a custom header background, and customizable options. Both the sidebars can be configured to be shown on the left or on the right. This theme is great to publish documentation, tutorials, events, status updates, story updates, technology blogs, reviews, newsfeeds, etc. It comes with sticky sidebars that float with scrolling. The theme supports multiple page templates with page-level layout settings, blog layouts, conditional block areas, page builders, different color settings, footer options, and much more. Also, the theme comes with three menu locations which include a fully accessible multi-level primary menu with a search form, a top bar navigation menu, and social links menu. It is also great for building schools, university, institutes, and academic, or educational websites.
Version: 1.9.1
Version: 1.9.4
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 7.0
@ -1944,6 +1944,11 @@ body.side-widget-no-shadow .c-sidebar .widget {
opacity: 1;
height: auto;
overflow: visible;
z-index: 0;
}
.main-navigation:not(.toggled):not(.main-navigation--touch) ul li:hover>ul,
.main-navigation:not(.toggled) ul li.focus>ul {
z-index: 99995;
}
@ -2063,6 +2068,10 @@ body.side-widget-no-shadow .c-sidebar .widget {
overflow-x: auto;
background: #fff;
box-shadow: -1px 2px 3px rgba(0, 0, 0, .07);
z-index: 0;
}
.main-navigation:not(.toggled) .primary-menu-search .search-form {
z-index: 99995;
}

View File

@ -4,7 +4,7 @@ Theme URI: https://scriptstown.com/wordpress-themes/pressbook/
Author: ScriptsTown
Author URI: https://scriptstown.com/
Description: PressBook is a multi-purpose WordPress theme suitable for blogs, news, marketing, and educational websites. The theme offers a fully responsive, clean, modern, and pixel-perfect design that can adjust automatically to fit the content elements in the best possible manner for any screen-size device. It has a minimal dependency, an SEO-friendly layout, and offers high performance with a quick loading time. It supports double sidebars, a single sidebar, footer widgets, an eye-catching gradient colors scheme for buttons and the top bar, a top advertisement banner area with a custom header background, and customizable options. Both the sidebars can be configured to be shown on the left or on the right. This theme is great to publish documentation, tutorials, events, status updates, story updates, technology blogs, reviews, newsfeeds, etc. It comes with sticky sidebars that float with scrolling. The theme supports multiple page templates with page-level layout settings, blog layouts, conditional block areas, page builders, different color settings, footer options, and much more. Also, the theme comes with three menu locations which include a fully accessible multi-level primary menu with a search form, a top bar navigation menu, and social links menu. It is also great for building schools, university, institutes, and academic, or educational websites.
Version: 1.9.1
Version: 1.9.4
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 7.0
@ -1944,6 +1944,11 @@ body.side-widget-no-shadow .c-sidebar .widget {
opacity: 1;
height: auto;
overflow: visible;
z-index: 0;
}
.main-navigation:not(.toggled):not(.main-navigation--touch) ul li:hover>ul,
.main-navigation:not(.toggled) ul li.focus>ul {
z-index: 99995;
}
@ -2063,6 +2068,10 @@ body.side-widget-no-shadow .c-sidebar .widget {
overflow-x: auto;
background: #fff;
box-shadow: 1px 2px 3px rgba(0, 0, 0, .07);
z-index: 0;
}
.main-navigation:not(.toggled) .primary-menu-search .search-form {
z-index: 99995;
}

File diff suppressed because one or more lines are too long

2
style.min.css vendored

File diff suppressed because one or more lines are too long