Commit Graph

1336 Commits

Author SHA1 Message Date
Ismail El Korchi 21d52ac87a Bump the Linux distribution on Travis from Trusty to Xenial
And add missing OS and change matrix to jobs
2020-04-15 00:07:34 +01:00
Ismail El Korchi ce85ca3291
Merge pull request #1404 from Ismail-elkorchi/woocommerce-aria
Remove an unnecessary ARIA role
2020-04-14 18:35:33 +01:00
Ismail El Korchi 5b1bf56a50 Remove an unnecessary ARIA role 2020-04-14 18:14:58 +01:00
Ismail El Korchi b04bcdcc1f
Merge pull request #1396 from Ismail-elkorchi/rtl-css
Use build tooling to compile the RTL CSS
2020-04-13 20:27:00 +01:00
Ismail El Korchi 2c0d578a80
Merge pull request #1399 from Ismail-elkorchi/update-readme.txt
Update readme.txt
2020-04-13 20:15:44 +01:00
Ismail El Korchi 0388070422
Merge pull request #1401 from audrasjb/fix-html5-support-style-script
Declare HTML5 scripts and styles support for better compliance with W3C validator
2020-04-12 23:50:17 +01:00
Jb d6f8026895 Declare HTML5 scripts and styles support for better compliance with W3C validator 2020-04-13 00:14:06 +02:00
Ismail El Korchi 0430a060da Update readme.txt 2020-04-12 21:30:49 +01:00
Ismail El Korchi 504be8d669 Use build tooling to compile the RTL CSS 2020-04-11 22:23:54 +01:00
Ismail El Korchi 55fafb9558
Merge pull request #1303 from jaredcaraway/fix-aria-expanded
Remove unnecessary aria-expanded attribute on ul
2020-04-11 20:53:58 +01:00
Jared Caraway b44cdaecbc Remove unnecessary aria-expanded attribute on ul
Remove another irrelevant instance of aria-expanded
2020-04-11 20:43:26 +01:00
Ismail El Korchi 6d16c0c673
Merge pull request #1344 from nuclearape/patch-1
Tidy up _clearings.scss
2020-04-10 23:04:53 +01:00
Ismail El Korchi 5420e2d3f6
Merge branch 'master' into patch-1 2020-04-10 22:39:01 +01:00
Ismail El Korchi 464886bf39
Merge pull request #1394 from Ismail-elkorchi/woocommerce-support
Remove columns wrapper and hardcoded values from WooCommerce
2020-04-10 22:13:22 +01:00
Ismail El Korchi 0e3209dfca removes columns wrapper and hardcoded values from woocommerce
Adjust default values
2020-04-10 22:08:31 +01:00
Ismail El Korchi fad8353fe5
Merge pull request #1395 from Ismail-elkorchi/wp-cli/i18n-command
Add make-pot command to composer and update the POT file
2020-04-10 17:28:58 +01:00
Ismail El Korchi 233c99ae47 Add make-pot command to composer and update _s.pot file
correct spacing
2020-04-10 17:04:29 +01:00
Ismail El Korchi d86ec8cb63
Merge pull request #1379 from GitarMan/close-small-menu-on-click-outside
Close small menu when user clicks outside #1375
2020-04-10 14:25:06 +01:00
Ismail El Korchi 9dee764949 Fix a minor spacing issue 2020-04-10 03:04:28 +01:00
Ron Holt 29b0bb311f Close small menu when user clicks outside #1375 2020-04-10 02:55:53 +01:00
Ismail El Korchi 15b7f3bb39
Merge pull request #1393 from Ismail-elkorchi/fix-wpcs-command
Remove superfluous parameter from composer.json
2020-04-09 19:14:07 +01:00
Ismail El Korchi 27ddf843e3 Remove superfluous parameter from composer.json 2020-04-09 17:55:51 +01:00
Ismail El Korchi 4c37d815de
Merge pull request #1391 from Ismail-elkorchi/compiling-sass
Add SASS compilation and sync the CSS files
2020-04-09 12:23:41 +01:00
Ismail El Korchi b07e5d3682 Add SASS compilation and sync the CSS files 2020-04-08 22:36:58 +01:00
Ismail El Korchi f5248e18ef
Merge pull request #1386 from Ismail-elkorchi/linting-travis
PHP, SCSS and JS linting tools for use in local and Travis
2020-04-07 21:45:22 +01:00
Ismail El Korchi fc700762f0
Merge pull request #1390 from Ismail-elkorchi/copyright-date
Update the copyright dates
2020-04-07 21:40:41 +01:00
Ismail El Korchi ff3567b32f update the copyright date 2020-04-07 21:18:45 +01:00
Ismail El Korchi b132e87dc0 Switch tabs to spaces and fix a minor docs issue 2020-04-07 20:51:04 +01:00
Ismail El Korchi d3e4339c50 Update dependencies 2020-04-07 20:51:04 +01:00
Ismail El Korchi 31c32dd2e4 Disable block-no-empty rule 2020-04-07 20:51:04 +01:00
Ismail El Korchi cfdbdfc534 Add composer.json and package.json for linting with Travis 2020-04-07 20:51:04 +01:00
Ismail El Korchi 1df1677846
Merge pull request #1388 from Ismail-elkorchi/fix-wpcs
Fix WordPress Coding Standards for PHP, JS and SCSS files
2020-04-07 20:47:44 +01:00
Niels Lange aa1e770956
Merge pull request #1389 from alihusnainarshad/master
Updated Credits Year of Automattic
2020-04-07 22:48:07 +07:00
Ali Husnain Arshad f1e2c8dc08
Updated Credits Year of Automattic
from 2017 to 2020
2020-04-07 18:39:37 +05:00
Ismail El Korchi d4ef6775d1 Add instruction to replace the _S_VERSION in the readme file 2020-04-06 22:26:57 +01:00
Ismail El Korchi f94fc1e59b Fix PHP, CSS AND JS coding standards 2020-04-05 21:49:27 +01:00
Ismail El Korchi 2351bef6ca
Merge pull request #1367 from devcogs/comments-1366
escape get_the_title
2020-04-05 17:57:01 +01:00
bmcculley d1bb60c041 escape get_the_title
use wp_kses_post function on get_the_title to prevent potential
malicious issues.

Add wp_body_open() shim for sites older than 5.2

Bottom margin in image alignment

As proposed in #1273, `margin-botom: 1.5em;` added to all three image alignment classes.

tab line 178 inc/woocommerce.php

tab line 61 inc/custom-header.php

update additional get_the_title instances

switch from esc_html to wp_kses_post
2020-03-29 16:55:05 -04:00
Ismail El Korchi 04ead0d757
Merge pull request #1385 from wpamitkumar/wpamitkumar
Update reference link URL & Fix Typo Error.
2020-03-28 12:31:21 +01:00
Amit Dudhat 72013c79c0 Update reference link URL & Fix Typo Error. 2020-03-28 16:03:01 +05:30
Arnab Wahid 132319ee8e
Merge pull request #1301 from arnabwahid/master
image alignment fix + mitigate build error in `woocommerce.php`
2020-03-23 22:47:07 +00:00
Ismail El Korchi 154ffe9cf2
Merge pull request #1350 from DannyCooper/master
Add wp_body_open() and shim for sites older than 5.2
2020-03-18 16:49:10 +01:00
Danny Cooper 8573a2a325 Add wp_body_open() shim for sites older than 5.2 2019-03-28 14:13:32 +00:00
Chris Runnells 28f0a5b4e5
Merge pull request #1332 from ponsfrilus/master
README: Harmonized punctuation in this ordered list
2019-02-12 14:50:29 -10:00
Nuclear Ape 13d2654259
Tidy up _clearings.scss
refactoring this code to make it easier to read and reduce number of lines required.
2019-01-18 12:34:25 +00:00
Nicolas Borboën 26a1c007dd
Merge pull request #1 from ponsfrilus/ponsfrilus-patch-1
Punctuation in ordered list (README.md)
2018-11-27 15:08:06 +01:00
Nicolas Borboën f4d3ee7f8a
Punctuation in ordered list
Harmonized punctuation in this ordered list.
2018-11-27 15:05:38 +01:00
Ulrich Pogson c3a4a7f860
Merge pull request #1296 from arnabwahid/master
Remove Microformat Classes `.hentry`
2018-11-11 20:52:27 +01:00
Ulrich Pogson 550c2481d2
Merge pull request #1283 from bahiirwa/master
Add WooCommerce to docs
2018-11-11 20:51:55 +01:00
Ulrich Pogson c0bea3ea0e
Merge pull request #1320 from szepeviktor/patch-2
Unscramble echo to readable printf
2018-11-11 17:15:17 +01:00