jrfnl
a0d2892cad
🔧 Travis: update the versions used by the various PHPCS libaries
...
As WPCS and PHPCompatibility were for a little while (May - July 2017) not compatible with PHPCS 3.x, the library tags cloned were previously fixed to prevent issues with that.
As both WPCS as well as the PHPCompatibility standard are now compatible with PHPCS 3.x, the changes made in PR 1110 and PR 1183 can be reverted.
Notes:
* PHPCS - use `master`.
WPCS uses a limited set of sniffs from PHPCS itself.
Most of these sniffs are long established, stable and rarely get updated, so using PHPCS `master` should be safe.
* WPCS - use the latest release `0.14.0`.
WPCS is the main source of CS violations and is under active development. This means that new versions of WPCS will easily break the build, so should be managed.
* PHPCompatibility - use `master`.
PHPCompatibility checks PHP cross-version compatibility.
It is actively developed and heavily unit tested, so any new violations found in `_s` because of changes in that library, should actually be addressed in `_s` ASAP.
The PHPCompatibility library became compatible with PHPCS 3.x and improved compatibility with Composer installs in version `8.0.0` which was a breaking change.
To account for that, the location where the library is cloned to and the `phpcs --installed_paths` command have been updated.
Ref: https://github.com/wimg/PHPCompatibility/pull/446
2018-02-27 14:34:49 +01:00
Chris Runnells
05511d4846
Merge pull request #1265 from crunnells/fix/1249
...
Update "Requires at least" version number in readme.txt
2018-02-26 14:59:27 -10:00
Chris Runnells
97620dcd79
Update minimum version requirement
...
the_custom_logo() was introduced in WP 4.5, so the requirement needed to be updated to reflect this. Fixes #1249
2018-02-26 14:54:27 -10:00
Laurel
388951f1ee
Merge pull request #1226 from Ismail-elkorchi/_s_posted
...
Split _s_posted_on into two functions
2018-01-26 09:50:01 -08:00
Laurel
cd10ba650b
Merge pull request #1231 from webmandesign/patch-2
...
Fixing localization function inside `printf()`
2018-01-26 09:43:17 -08:00
Laurel
c5f33c1966
Merge pull request #1228 from SergeyBiryukov/patch-1
...
Make comments number comparison work as expected
2018-01-26 09:42:42 -08:00
Laurel
115dd8209c
Merge pull request #1158 from Automattic/add-featured-image-content-options
...
_s: Add featured images to Post and Pages with the ability to hide them via Content Options.
2017-12-13 09:17:23 -08:00
laurelfulford
c6427768ef
Update array using associative keys to have each value on a new line.
2017-12-12 15:26:47 -10:00
Oliver Juhas
eb3945f37b
Fixing localization function inside `printf()`
2017-11-05 19:13:42 +01:00
Sergey Biryukov
e5da804748
Fix comment number comparison in comments.php
2017-11-01 03:05:24 +01:00
David A. Kennedy
efd37d13a6
Revert 0112701c1f
...
* This is needed code. See: #770 .
* Also, see Automattic/_s#1220 .
2017-10-31 13:04:47 -04:00
David A. Kennedy
82a7f71bc0
Merge pull request #1227 from Automattic/revert-1220-patch-1
...
Revert "Remove unnecessary !"
2017-10-31 12:59:24 -04:00
David A. Kennedy
558f12ce9f
Revert "Remove unnecessary !"
2017-10-31 12:21:27 -04:00
David A. Kennedy
fff1f33cc7
Merge pull request #1224 from B-07/master
...
Update template hierarchy link in docs
2017-10-30 10:29:18 -04:00
David A. Kennedy
d193af532c
Merge pull request #1225 from BinaryMoon/patch-2
...
Update README.md for proper grammar
2017-10-30 10:09:11 -04:00
Thomas Guillot
2a1a954b98
Replace `'echo=0'` with `array( 'echo' => false )` and remove duplicate function
2017-10-30 10:57:58 +00:00
Ismail El Korchi
f99c9b5bd0
Fix the indentation of the PHP tags
2017-10-29 21:30:50 +00:00
Ismail El Korchi
2d74ebd7c9
Split _s_posted_on into two functions
2017-10-29 15:31:22 +00:00
Ben
6d34e9a8a0
Update README.md
...
Correct grammar
2017-10-29 09:15:21 +00:00
Bappi
6bc640792a
Update template hierarchy link
2017-10-29 14:51:29 +06:00
David A. Kennedy
ff6cc41087
Merge pull request #1208 from awps/patch-1
...
Added a note about the need to rename `_s.pot`.
2017-10-29 00:33:41 -04:00
David A. Kennedy
56ef92ad51
Merge pull request #1223 from B-07/master
...
Update year to the latest
2017-10-29 00:25:59 -04:00
Bappi
6454bfb0bb
Update year to the latest
2017-10-26 01:14:02 +06:00
David A. Kennedy
0112701c1f
Remove extra `!` in `style.scss`
...
* Related: #1220 .
2017-10-25 14:29:53 -04:00
David A. Kennedy
ee3d905854
Merge pull request #1220 from B-07/patch-1
...
Remove unnecessary `!` in stylesheet comments
2017-10-25 14:04:38 -04:00
Bappi
6bd8c2b888
Remove unnecessary !
2017-10-25 21:53:29 +06:00
David A. Kennedy
58de244dfb
Merge pull request #1214 from B-07/master
...
Update URLs to https
2017-10-25 11:46:58 -04:00
David A. Kennedy
591bb2368f
Merge pull request #1217 from webmandesign/patch-1
...
Updating "Upload Theme" button text to match core
2017-10-24 10:29:15 -04:00
David A. Kennedy
82df565433
Merge pull request #1218 from samikeijonen/issue/1211
...
Update screen-reader-text class to be in line with core
2017-10-24 09:46:20 -04:00
Sami Keijonen
3f9c31b6a1
Update screen-reader-text class.
2017-10-22 19:00:06 +03:00
Oliver Juhas
aca1c3bc0d
Fixing "Upload Theme" button text
2017-10-19 14:21:36 +02:00
Bappi
8d9886c535
Add necessay backticks
2017-10-10 23:30:46 +06:00
Bappi
e4665250dd
Change links http:// to https://
...
All necessary links checked and updated to https, some remain as http as those aren't using secured protocol yet
2017-10-10 23:29:36 +06:00
Thomas Guillot
ce47408461
Remove `aria-hidden` attribute from the post thumbnail link
2017-09-28 16:00:04 +01:00
Andrei Surdu
3b7b0309f1
Added a note about the need to rename `_s.pot`.
2017-09-21 20:02:23 +03:00
Philip Arthur Moore
a0ee266dee
Merge pull request #1205 from jrfnl/feature/build-against-highest-php-version
...
Travis: build against highest available PHP version
2017-09-15 23:30:02 +07:00
Philip Arthur Moore
cb61c4e722
Merge pull request #1201 from keeps21/css-fix
...
Remove CSS rules for quotes - Issue #1192
2017-09-15 20:58:16 +07:00
jrfnl
420b44af22
Travis: build against highest available PHP version
...
The new Trusty images as per Sept 7 include an image for PHP 7.2 (even though it hasn't been released yet).
The `_s` build tests are run against the lowest/highest supported PHP version for 5 and 7.
As `7.2` is now available, it should replace the `7.1` build.
2017-09-13 20:47:58 +02:00
Stephen Hoult
fa137f0112
Remove CSS rules for quotes - Issue #1192
2017-09-11 10:04:16 +01:00
David A. Kennedy
67cdccbb67
Merge pull request #1191 from Automattic/woocommerce-support
...
Add basic WooCommerce Integration
2017-08-31 12:49:18 -04:00
Tiago Noronha
196ee77755
Remove unused CSS.
2017-08-31 08:59:25 +01:00
Tiago Noronha
649b59d063
New lines and spacing.
2017-08-30 12:14:55 +01:00
Tiago Noronha
5f5eaa4bbf
File must end with a newline character.
2017-08-30 12:03:53 +01:00
Tiago Noronha
c45e5f8743
Update from master.
2017-08-30 11:39:22 +01:00
Tiago Noronha
24b0596c71
Load WooCommerce Star fonts via inline styles.
2017-08-28 22:15:22 +01:00
Jeffrey Pearce
db7f3ed04f
Adds WooCommerce plugin file paths.
...
Related Pull Request #1191
2017-08-25 16:52:26 +02:00
Tiago Noronha
af3353c783
Fix column-width sass mixin.
2017-08-23 17:13:49 +01:00
David A. Kennedy
9bf12e5851
Merge pull request #1153 from truongwp/add-white-spaces
...
Add new line at the end of file and missing white space
Also, update PHPCS ruleset to check coding standard for CSS and SCSS files.
2017-08-18 16:33:29 -04:00
Tiago Noronha
48ed0b7e11
Add commas to each array value.
2017-08-18 19:13:21 +01:00
Tiago Noronha
5d5eb2105d
Newline character.
2017-08-18 19:10:10 +01:00