- Change: Note compatibility through WP 6.6+
- Change: Update copyright date (2024)
- New: Add
.gitignore
file - Change: Reduce number of 'Tags' from
readme.txt
- Change: Remove development and testing-related files from release packaging
- Unit tests:
- Hardening: Prevent direct web access to
bootstrap.php
- Allow tests to run against current versions of WordPress
- New: Add
composer.json
for PHPUnit Polyfill dependency - Change: In bootstrap, store path to plugin directory in a constant
- Hardening: Prevent direct web access to
- Change: Note compatibility through WP 6.3+
- Change: Update copyright date (2023)
- Change: Note compatibility through WP 5.8+
- Unit tests:
- Change: Restructure unit test directories
- Change: Move
phpunit/
intotests/phpunit/
- Change: Move
phpunit/bin/
intotests/
- Change: Move
- Change: Remove 'test-' prefix from unit test file
- Change: In bootstrap, store path to plugin file constant
- Change: In bootstrap, add backcompat for PHPUnit pre-v6.0
- Change: Restructure unit test directories
- Change: Note compatibility through WP 5.7+
- Change: Update copyright date (2021)
- Fix: Add missing word in an installation instruction
- Delete: Remove long-deprecated
array_partition()
- Change: Restructure unit test file structure
- New: Create new subdirectory
phpunit/
to house all files related to unit testing - Change: Move
bin/
tophpunit/bin/
- Change: Move
tests/bootstrap.php
tophpunit/
- Change: Move
tests/
tophpunit/tests/
- Change: Rename
phpunit.xml
tophpunit.xml.dist
per best practices
- New: Create new subdirectory
- Change: Note compatibility through WP 5.5+
- Change: Use backticks to denote code in old Upgrade Notice entries
- Change: Use HTTPS for link to WP SVN repository in bin script for configuring unit tests
- Change: Note compatibility through WP 5.4+
- Change: Tweak FAQ answer to better clarify difference from
array_chunk()
- Change: Update links to coffee2code.com to be HTTPS
- Change: Note compatibility through WP 5.3+
- Change: Update copyright date (2020)
- Change: Update unit test install script and bootstrap to use latest WP unit test repo
- Change: Note compatibility through WP 5.2+
- Change: Add link to CHANGELOG.md in README.md
- Fix: Correct typo in GitHub URL
- Fix: Use full path to CHANGELOG.md in the Changelog section of readme.txt
- New: Add CHANGELOG.md and move all but most recent changelog entries into it
- Change: Split paragraph in README.md's "Support" section into two
- Change: Note compatibility through WP 5.1+
- Change: Update copyright date (2019)
- Change: Update License URI to be HTTPS
- New: Add README.md
- New: Add 'Text Domain' plugin header
- Fix: Use correct Plugin Directory URL in plugin header comment
- Change: Prevent direct invocation of unit test file
- Change: Minor whitespace changes to unit test bootstrap
- Change: Add GitHub link to readme
- Change: Note compatibility through WP 4.9+
- Change: Update copyright date (2018)
- Change: Update installation instruction to prefer built-in installer over .zip file
- Change: Enable more error output for unit tests
- Change: Default
WP_TESTS_DIR
to/tmp/wordpress-tests-lib
rather than erroring out if not defined via environment variable - Change: Minor inline documentation reformatting
- Change: Note compatibility through WP 4.7+
- Change: Update copyright date (2017)
- Change: Note compatibility through WP 4.4+
- Change: Fix minor typo in documentation
- Change: Explicitly declare methods in unit tests as public or protected
- Change: Update copyright date (2016)
- Note compatibility through WP 4.1+
- Update copyright date (2015)
- Die early if script is directly invoked
- Minor plugin header reformatting
- Change documentation links to wp.org to be https
- Note compatibility through WP 4.0+
- Add plugin icon
- Return an empty array if 0 columns are requested
- Treat
$number_of_columns
asabsint()
, permitting negative and string numerical values to work - Add unit tests
- Note compatibility through WP 3.8+
- Update copyright date (2014)
- Change description
- Various code and documentation reformatting
- Add banner image
- Shortened description and extended description
- Note compatibility through WP 3.5+
- Update copyright date (2013)
- Re-license as GPLv2 or later (from X11)
- Add 'License' and 'License URI' header tags to readme.txt and plugin file
- Remove ending PHP close tag
- Minor formatting changes (indentation)
- Note compatibility through WP 3.4+
- Update copyright date (2012)
- Note compatibility through WP 3.3+
- Tweak to plugin description
- Minor additional documentation
- Minor documentation reformatting (spacing)
- Note compatibility through WP 3.2+
- Minor code formatting changes (spacing)
- Fix plugin homepage and author links in description in readme.txt
- Rename
array_partition()
toc2c_array_partition()
(but maintain a deprecated version for backwards compatibility) - Add link to plugin homepage to description in readme.txt
- Note compatibility through WP 3.1+
- Update copyright date (2011)
- Wrap function in
if (function_exists())
check - Note compatibility with WP 3.0+
- Remove docs from top of plugin file (all that and more are in readme.txt)
- Remove trailing whitespace in header docs
- Add Upgrade Notice section to readme.txt
- Add PHPDoc documentation
- Note compatibility with WP 2.9+
- Update copyright date
- Initial release