Skip to content

Commit b623038

Browse files
committed
Changelog: remove link syntax for releases which don't have a git tag
1 parent 53c2838 commit b623038

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

CHANGELOG.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4198,7 +4198,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
41984198
- Adds new error message to ban empty lines in multi-line function calls
41994199
- Fixed bug #18975 : "Closing parenthesis must be on a line by itself" also causes indentation error
42004200

4201-
## [1.3.1] - 2011-11-03
4201+
## 1.3.1 - 2011-11-03
42024202
### Changed
42034203
- All report file command line arguments now work with relative paths (request #17240)
42044204
- The extensions command line argument now supports multi-part file extensions (request #17227)
@@ -4265,7 +4265,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
42654265
- Thanks to Bjorn Katuin for the patch
42664266
- Fixed bug #18951 : weird behaviour with closures and multi-line use () params
42674267

4268-
## [1.3.0] - 2011-03-17
4268+
## 1.3.0 - 2011-03-17
42694269
### Changed
42704270
- Add a new token T_CLOSURE that replaces T_FUNCTION if the function keyword is anonymous
42714271
- Many Squiz sniffs no longer report errors when checking closures; they are now ignored
@@ -4285,7 +4285,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
42854285
- Thanks to Dave Perrett for the patch
42864286
- Fixed bug #18336 : Function isUnderscoreName gives php notices
42874287

4288-
## [1.3.0RC2] - 2011-01-14
4288+
## 1.3.0RC2 - 2011-01-14
42894289
### Changed
42904290
- You can now print multiple reports for each run and print each to the screen or a file (request #12434)
42914291
- Format is --report-[report][=file] (e.g., --report-xml=out.xml)
@@ -4353,7 +4353,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
43534353
- Fixed bug #18191 : Squiz.PHP.LowercasePHPFunctions does not work with new Date()
43544354
- Fixed bug #18193 : CodeSniffer doesn't reconize CR (\r) line endings
43554355

4356-
## [1.3.0RC1] - 2010-09-03
4356+
## 1.3.0RC1 - 2010-09-03
43574357
### Changed
43584358
- Added exclude pattern support to ruleset.xml file so you can specify ignore patterns in a standard (request #17683)
43594359
- Use new exclude-pattern tags to include the ignore rules into your ruleset.xml file
@@ -4385,7 +4385,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
43854385
- Fixed bug #17742 : EmbeddedPhpSniff reacts negatively to file without closing php tag
43864386
- Fixed bug #17823 : Notice: Please no longer include PHPUnit/Framework.php
43874387

4388-
## [1.3.0a1] - 2010-07-15
4388+
## 1.3.0a1 - 2010-07-15
43894389
### Changed
43904390
- All CodingStandard.php files have been replaced by ruleset.xml files
43914391
- Custom standards will need to be converted over to this new format to continue working
@@ -4430,7 +4430,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
44304430
- Fixed bug #17420 : Uncaught exception when comment before function brace
44314431
- Fixed bug #17503 : closures formatting is not supported
44324432

4433-
## [1.2.2] - 2010-01-27
4433+
## 1.2.2 - 2010-01-27
44344434
### Changed
44354435
- The core PHP_CodeSniffer_File methods now understand the concept of closures (feature request #16866)
44364436
- Thanks to Christian Kaps for the sample code
@@ -4498,7 +4498,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
44984498
- Fixed bug #16976 : The phpcs attempts to process symbolic links that don't resolve to files
44994499
- Fixed bug #17017 : Including one file in the files sniffed alters errors reported for another file
45004500

4501-
## [1.2.1] - 2009-11-17
4501+
## 1.2.1 - 2009-11-17
45024502
### Changed
45034503
- Added a new report type --report=svnblame to show how many errors and warnings were committed by each author
45044504
- Also shows the percentage of their code that are errors and warnings
@@ -4553,7 +4553,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
45534553
- Thanks to Alexey Shein for the patch
45544554
- Fixed bug #16792 : Bug in Generic_Sniffs_PHP_ForbiddenFunctionsSniff
45554555

4556-
## [1.2.0] - 2009-08-17
4556+
## 1.2.0 - 2009-08-17
45574557
### Changed
45584558
- Installed standards are now favoured over custom standards when using the cmd line arg with relative paths
45594559
- Unit tests now use a lot less memory while running
@@ -4567,7 +4567,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
45674567
- Fixed bug #16453 : function declaration long line splitted error
45684568
- Fixed bug #16482 : phpcs-svn-pre-commit ignores extensions parameter
45694569

4570-
## [1.2.0RC3] - 2009-07-07
4570+
## 1.2.0RC3 - 2009-07-07
45714571
### Changed
45724572
- You can now use @codingStandardsIgnoreStart and @...End comments to suppress messages (feature request #14002)
45734573
- A warning is now included for files without any code when short_open_tag is set to Off (feature request #12952)
@@ -4576,7 +4576,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
45764576
- MySource IncludeSystemSniff now recognises widget action classes
45774577
- MySource IncludeSystemSniff now knows about unit test classes and changes rules accordingly
45784578

4579-
## [1.2.0RC2] - 2009-05-25
4579+
## 1.2.0RC2 - 2009-05-25
45804580
### Changed
45814581
- Test suite can now be run using the full path to AllTests.php (feature request #16179)
45824582

@@ -4589,7 +4589,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
45894589
- Fixed bug #16170 : Undefined Offset -1 in MultiLineConditionSniff.php on line 68
45904590
- Fixed bug #16175 : Bug in Squiz-IncrementDecrementUsageSniff
45914591

4592-
## [1.2.0RC1] - 2009-03-09
4592+
## 1.2.0RC1 - 2009-03-09
45934593
### Changed
45944594
- Reports that are output to a file now include a trailing newline at the end of the file
45954595
- Fixed sniff names not shown in -vvv token processing output
@@ -4614,7 +4614,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
46144614
- Fixed bug #15722 : "declare(encoding = 'utf-8');" leads to "Missing file doc comment"
46154615
- Fixed bug #15910 : Object operator indention not calculated correctly
46164616

4617-
## [1.2.0a1] - 2008-12-18
4617+
## 1.2.0a1 - 2008-12-18
46184618
### Changed
46194619
- PHP_CodeSniffer now has a CSS tokenizer for checking CSS files
46204620
- Added support for a new multi-file sniff that sniffs all processed files at once
@@ -4724,7 +4724,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
47244724
- Fixed bug #15231 : Notice: Uninitialized string offset: 0 in FileCommentSniff.php on line 555
47254725
- Fixed bug #15336 : Notice: Undefined offset: 2 in /usr/share/php/PHP/CodeSniffer/File.php on line
47264726

4727-
## [1.1.0] - 2008-07-14
4727+
## 1.1.0 - 2008-07-14
47284728
### Changed
47294729
- PEAR FileCommentSniff now allows tag orders to be overridden in child classes
47304730
- Thanks to Jeff Hodsdon for the patch
@@ -4740,7 +4740,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
47404740
- Fixed bug #14250 : ArrayDeclarationSniff emit warnings at malformed array
47414741
- Fixed bug #14251 : --extensions option doesn't work
47424742

4743-
## [1.1.0RC3] - 2008-07-03
4743+
## 1.1.0RC3 - 2008-07-03
47444744
### Changed
47454745
- PEAR FileCommentSniff now allows tag orders to be overridden in child classes
47464746
- Thanks to Jeff Hodsdon for the patch
@@ -4756,7 +4756,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
47564756
- Fixed bug #14250 : ArrayDeclarationSniff emit warnings at malformed array
47574757
- Fixed bug #14251 : --extensions option doesn't work
47584758

4759-
## [1.1.0RC2] - 2008-06-13
4759+
## 1.1.0RC2 - 2008-06-13
47604760
### Changed
47614761
- Permission denied errors now stop script execution but still display current errors (feature request #14076)
47624762
- Added Squiz ValidArrayIndexNameSniff to ensure array indexes do not use camel case
@@ -4770,7 +4770,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
47704770
- Squiz ValidClassNameSniff now throws warning for possible parse errors
47714771
- Squiz ClosingDeclarationCommentSniff now throws additional warnings for parse errors
47724772

4773-
## [1.1.0RC1] - 2008-05-13
4773+
## 1.1.0RC1 - 2008-05-13
47744774
### Changed
47754775
- Added support for multiple tokenizers so PHP_CodeSniffer can check more than just PHP files
47764776
- PHP_CodeSniffer now has a JS tokenizer for checking JavaScript files
@@ -4834,7 +4834,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
48344834
- Fixed bug #13446 : crash with src of phpMyAdmin
48354835
- Thanks to Manuel Pichler for the path
48364836

4837-
## [1.0.1a1] - 2008-04-21
4837+
## 1.0.1a1 - 2008-04-21
48384838
### Changed
48394839
- Fixed error in PEAR ValidClassNameSniff when checking class names with double underscores
48404840
- Moved Squiz InlineControlStructureSniff into Generic standard
@@ -4851,7 +4851,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
48514851
- Fixed bug #13846 : Bug in Squiz.NonExecutableCodeSniff
48524852
- Fixed bug #13849 : infinite loop in PHP_CodeSniffer_File::findNext()
48534853

4854-
## [1.0.1] - 2008-02-04
4854+
## 1.0.1 - 2008-02-04
48554855
### Changed
48564856
- Squiz ArrayDeclarationSniff now throws error if the array keyword is followed by a space
48574857
- Squiz ArrayDeclarationSniff now throws error for empty multi-line arrays
@@ -4880,7 +4880,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
48804880
- Fixed bug #12957 : PHP 5.3 magic method __callStatic
48814881
- Thanks to Manuel Pichler for the patch
48824882

4883-
## [1.0.0] - 2007-12-21
4883+
## 1.0.0 - 2007-12-21
48844884
### Changed
48854885
- You can now specify the full path to a coding standard on the command line (feature request #11886)
48864886
- This allows you to use standards that are stored outside of PHP_CodeSniffer's own Standard dir
@@ -4910,7 +4910,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
49104910
- Thanks to Renoiv for the patch
49114911
- Fixed bug #12651 : Increment/Decrement Operators Usage at -1
49124912

4913-
## [1.0.0RC3] - 2007-11-30
4913+
## 1.0.0RC3 - 2007-11-30
49144914
### Changed
49154915
- Added new command line argument --tab-width that will convert tabs to spaces before testing
49164916
- This allows you to use the existing sniffs that check for spaces even when you use tabs
@@ -4938,7 +4938,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
49384938
- Thanks to Sebastian Bergmann for the patch.
49394939
- Fixed bug #12517 : getNewlineAfter() and dos files
49404940

4941-
## [1.0.0RC2] - 2007-11-14
4941+
## 1.0.0RC2 - 2007-11-14
49424942
### Changed
49434943
- Added a new Checkstyle report format
49444944
- Like the current XML format but modified to look like Checkstyle output
@@ -4969,7 +4969,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
49694969
- Thanks to Richard Quadling for the patch
49704970
- Fixed bug #12378 : equal sign alignments problem with while()
49714971

4972-
## [1.0.0RC1] - 2007-11-01
4972+
## 1.0.0RC1 - 2007-11-01
49734973
### Changed
49744974
- Main phpcs script can now be run from a CVS checkout without installing the package
49754975
- Added a new CSV report format
@@ -5018,7 +5018,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
50185018
- Fixed bug #12316 : PEAR is no longer the default standard
50195019
- Fixed bug #12321 : wrong detection of missing function docblock
50205020

5021-
## [0.9.0] - 2007-09-24
5021+
## 0.9.0 - 2007-09-24
50225022
### Changed
50235023
- Added a config system for setting config data across phpcs runs
50245024
- You can now change the default coding standard from PEAR to something else
@@ -5029,7 +5029,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
50295029
- Thanks to Johann-Peter Hartmann for the contribution of some sniffs
50305030
- Thanks to Holger Kral for the Code Analyzer sniff
50315031

5032-
## [0.8.0] - 2007-08-08
5032+
## 0.8.0 - 2007-08-08
50335033
### Changed
50345034
- Added new XML report format; --report=xml (feature request #11535)
50355035
- Thanks to Brett Bieber for the patch
@@ -5054,7 +5054,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
50545054
### Fixed
50555055
- Fixed bug #11473 : Invalid CamelCaps name when numbers used in names
50565056

5057-
## [0.7.0] - 2007-07-02
5057+
## 0.7.0 - 2007-07-02
50585058
### Changed
50595059
- BC BREAK: EOL character is now auto-detected and used instead of hard-coded \n
50605060
- Pattern sniffs must now specify "EOL" instead of "\n" or "\r\n" to use auto-detection
@@ -5101,7 +5101,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
51015101
- Thanks to Blair Robertson for the patch
51025102
- Fixed bug #11120 : Uninitialized string offset in AbstractParser.php on line 200
51035103

5104-
## [0.6.0] - 2007-05-15
5104+
## 0.6.0 - 2007-05-15
51055105
### Changed
51065106
- The number of errors and warnings found is now shown for each file while checking the file if verbosity is enabled
51075107
- Now using PHP_EOL instead of hard-coded \n so output looks good on Windows (feature request #10761)
@@ -5118,7 +5118,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
51185118
- Fixed bug #10983 : phpcs outputs notices when checking invalid PHP
51195119
- Fixed bug #10980 : Incorrect warnings for equals sign
51205120

5121-
## [0.5.0] - 2007-04-17
5121+
## 0.5.0 - 2007-04-17
51225122
### Changed
51235123
- BC BREAK: Coding standards now require a class to be added so PHP_CodeSniffer can get information from them
51245124
- Please read the end user docs for info about the new class required for all coding standards
@@ -5149,7 +5149,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
51495149
- Errors now thrown for using ob_get_clean/flush functions to end buffers in Squiz OutputBufferingIndentSniff
51505150
- Errors now thrown for all missing member variable comments in Squiz VariableCommentSniff
51515151

5152-
## [0.4.0] - 2007-02-19
5152+
## 0.4.0 - 2007-02-19
51535153
### Changed
51545154
- Standard name specified with --standard command line argument is no longer case sensitive
51555155
- Long error and warning messages are now wrapped to 80 characters in the full error report (thanks Endre Czirbesz)
@@ -5166,7 +5166,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
51665166
- Fixed incorrect errors for arrays that only contain other arrays in Squiz ArrayDeclarationSniff
51675167
- Fixed bug #9844 : throw new Exception(\n accidentally reported as error but it ain't
51685168

5169-
## [0.3.0] - 2007-01-11
5169+
## 0.3.0 - 2007-01-11
51705170
### Changed
51715171
- Updated package.xml to version 2
51725172
- Specifying coding standard on command line is now optional, even if you have multiple standards installed
@@ -5191,11 +5191,11 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
51915191
- Fixed bug #9274 : nested_parenthesis element not set for open and close parenthesis tokens
51925192
- Fixed bug #9411 : too few pattern characters cause incorrect error report
51935193

5194-
## [0.2.1] - 2006-11-09
5194+
## 0.2.1 - 2006-11-09
51955195
### Fixed
51965196
- Fixed bug #9274 : nested_parenthesis element not set for open and close parenthesis tokens
51975197

5198-
## [0.2.0] - 2006-10-13
5198+
## 0.2.0 - 2006-10-13
51995199
### Changed
52005200
- Added a generic standards package that will contain generic sniffs to be used in specific coding standards
52015201
- thanks to Frederic Poeydomenge for the idea
@@ -5220,25 +5220,25 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
52205220
- Fixed bug #8841 : comments taken as whitespace
52215221
- Fixed bug #8884 : another problem with nested switch() statements
52225222

5223-
## [0.1.1] - 2006-09-25
5223+
## 0.1.1 - 2006-09-25
52245224
### Changed
52255225
- Added unit tests for all PEAR sniffs
52265226
- Exception class now extends from PEAR_Exception
52275227

52285228
### Fixed
52295229
- Fixed summary report so files without errors but with warnings are not shown when warnings are hidden
52305230

5231-
## [0.1.0] - 2006-09-19
5231+
## 0.1.0 - 2006-09-19
52325232
### Changed
52335233
- Reorganised package contents to conform to PEAR standards
52345234
- Changed version numbering to conform to PEAR standards
52355235
- Removed duplicate require_once() of Exception.php from CodeSniffer.php
52365236

5237-
## [0.0.5] - 2006-09-18
5237+
## 0.0.5 - 2006-09-18
52385238
### Fixed
52395239
- Fixed .bat file for situation where php.ini cannot be found so include_path is not set
52405240

5241-
## [0.0.4] - 2006-08-28
5241+
## 0.0.4 - 2006-08-28
52425242
### Changed
52435243
- Added .bat file for easier running of PHP_CodeSniffer on Windows
52445244
- Sniff that checks method names now works for PHP4 style code where there is no scope keyword
@@ -5256,7 +5256,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
52565256
- Sniff that checks spacing after commas in function calls no longer reports too many errors for some code
52575257
- Sniff that checks control structure declarations now gives more descriptive error message
52585258

5259-
## [0.0.3] - 2006-08-22
5259+
## 0.0.3 - 2006-08-22
52605260
### Changed
52615261
- Added sniff to check for invalid class and interface names
52625262
- Added sniff to check for invalid function and method names
@@ -5267,7 +5267,7 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
52675267
### Fixed
52685268
- Fixed error where comments were not allowed on the same line as a control structure declaration
52695269

5270-
## [0.0.2] - 2006-07-25
5270+
## 0.0.2 - 2006-07-25
52715271
### Changed
52725272
- Removed the including of checked files to stop errors caused by parsing them
52735273
- Removed the use of reflection so checked files do not have to be included
@@ -5284,6 +5284,6 @@ Props also to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) fo
52845284
- Reordered command line args to put switches first (although order is not enforced)
52855285
- Switches can now be specified together (eg. php -nv) as well as separately (phpcs -n -v)
52865286

5287-
## [0.0.1] - 2006-07-19
5287+
## 0.0.1 - 2006-07-19
52885288
### Added
52895289
- Initial preview release

0 commit comments

Comments
 (0)