Page protected with pending changes

WordPress

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

WordPress
WordPress logo.svg
Developer(s)WordPress Foundation
Initial releaseMay 27, 2003; 16 years ago (2003-05-27)[1]
Stable release
5.2.3[2] / 2019-09-04[±]
Repository Edit this at Wikidata
Written inPHP
Operating systemUnix-like, Windows, Linux
TypeBlog software, Content Management System, Content Management Framework
LicenseGPLv2+[3]
Websitewordpress.org

WordPress (WordPress.org) is a content management system (CMS) based on PHP and MySQL[4] that is usually used with the MySQL or MariaDB database servers but can also use the SQLite database engine.[5] Features include a plugin architecture and a template system. It is most associated with blogging but supports other types of web content including more traditional mailing lists and forums, media galleries, and online stores. Used by more than 60 million websites,[6] including 33.6% of the top 10 million websites as of April 2019,[7][8] WordPress is the most popular website management system in use.[9] WordPress has also been used for other application domains such as pervasive display systems (PDS).[10]

WordPress was released on May 27, 2003, by its founders, Matt Mullenweg[1] and Mike Little,[11][12] as a fork of b2/cafelog. The software is released under the GPLv2 (or later) license.[13]

To function, WordPress has to be installed on a web server, either part of an Internet hosting service like WordPress.com or a computer running the software package WordPress.org in order to serve as a network host in its own right.[14] A local computer may be used for single-user testing and learning purposes.

Overview[edit]

"WordPress is a factory that makes webpages"[15] is a core analogy designed to clarify the functions of WordPress: it stores content and enables a user to create and publish webpages, requiring nothing beyond a domain and a hosting service.

WordPress has a web template system using a template processor. Its architecture is a front controller, routing all requests for non-static URIs to a single PHP file which parses the URI and identifies the target page. This allows support for more human-readable permalinks.[16]

Themes[edit]

WordPress users may install and switch among different themes. Themes allow users to change the look and functionality of a WordPress website without altering the core code or site content. Every WordPress website requires at least one theme to be present and every theme should be designed using WordPress standards with structured PHP, valid HTML (HyperText Markup Language), and Cascading Style Sheets (CSS). Themes may be directly installed using the WordPress "Appearance" administration tool in the dashboard, or theme folders may be copied directly into the themes directory, for example via FTP.[17] The PHP, HTML and CSS found in themes can be directly modified to alter theme behavior, or a theme can be a "child" theme which inherits settings from another theme and selectively overrides features.[18] WordPress themes are generally classified into two categories: free and premium. Many free themes are listed in the WordPress theme directory, and premium themes are available for purchase from marketplaces and individual WordPress developers. WordPress users may also create and develop their own custom themes. The free theme Underscores created by the WordPress developers has become a popular basis for new themes.[19]

Plugins[edit]

WordPress' plugin architecture allows users to extend the features and functionality of a website or blog. As of June 2019, WordPress.org has 55,131 plugins available,[20] each of which offers custom functions and features enabling users to tailor their sites to their specific needs. However, this does not include the premium plugins that are available (approximately 1,500+), which may not be listed in the WordPress.org repository. These customizations range from search engine optimization, to client portals used to display private information to logged in users, to content management systems, to content displaying features, such as the addition of widgets and navigation bars. Not all available plugins are always abreast with the upgrades and as a result they may not function properly or may not function at all. Most plugins are available through WordPress themselves, either via downloading them and installing the files manually via FTP or through the WordPress dashboard. However, many third parties offer plugins through their own websites, many of which are paid packages.

Web developers who wish to develop plugins need to learn WordPress' hook system which consists of over 300 hooks divided into two categories: action hooks and filter hooks.

Mobile applications[edit]

Native applications exist for WebOS,[21] Android,[22] iOS (iPhone, iPod Touch, iPad),[23][24] Windows Phone, and BlackBerry.[25] These applications, designed by Automattic, have options such as adding new blog posts and pages, commenting, moderating comments, replying to comments in addition to the ability to view the stats.[23][24]

Other features[edit]

WordPress also features integrated link management; a search engine–friendly, clean permalink structure; the ability to assign multiple categories to posts; and support for tagging of posts. Automatic filters are also included, providing standardized formatting and styling of text in posts (for example, converting regular quotes to smart quotes). WordPress also supports the Trackback and Pingback standards for displaying links to other sites that have themselves linked to a post or an article. WordPress posts can be edited in HTML, using the visual editor, or using one of a number of plugins that allow for a variety of customized editing features.

Multi-user and multi-blogging[edit]

Prior to version 3, WordPress supported one blog per installation, although multiple concurrent copies may be run from different directories if configured to use separate database tables. WordPress Multisites (previously referred to as WordPress Multi-User, WordPress MU, or WPMU) was a fork of WordPress created to allow multiple blogs to exist within one installation but is able to be administered by a centralized maintainer. WordPress MU makes it possible for those with websites to host their own blogging communities, as well as control and moderate all the blogs from a single dashboard. WordPress MS adds eight new data tables for each blog.

As of the release of WordPress 3, WordPress MU has merged with WordPress.[26]

History[edit]

b2/cafelog, more commonly known as b2 or cafelog, was the precursor to WordPress.[27] b2/cafelog was estimated to have been installed on approximately 2,000 blogs as of May 2003.[28] It was written in PHP for use with MySQL by Michel Valdrighi, who is now a contributing developer to WordPress. Although WordPress is the official successor, another project, b2evolution, is also in active development.

WordPress first appeared in 2003 as a joint effort between Matt Mullenweg and Mike Little to create a fork of b2.[29] Christine Selleck Tremoulet, a friend of Mullenweg, suggested the name WordPress.[30][31]

In 2004 the licensing terms for the competing Movable Type package were changed by Six Apart, resulting in many of its most influential users migrating to WordPress.[32][33] By October 2009 the Open Source CMS MarketShare Report concluded that WordPress enjoyed the greatest brand strength of any open-source content management system.

As of June 2019, WordPress is used by 60.8% of all the websites whose content management system is known. This is 27.5% of the top 10 million websites.[7][34]

Awards and recognition[edit]

  • Winner of InfoWorld's "Best of open source software awards: Collaboration", awarded in 2008.[35]
  • Winner of Open Source CMS Awards's "Overall Best Open Source CMS", awarded in 2009.[36]
  • Winner of digitalsynergy's "Hall of Fame CMS category in the 2010 Open Source", awarded in 2010.[37]
  • Winner of InfoWorld's "Bossie award for Best Open Source Software", awarded in 2011.[38]
  • WordPress has a five star privacy rating from the Electronic Frontier Foundation.[39]

Release history[edit]

Main releases of WordPress are codenamed after well-known jazz musicians, starting from version 1.0.[40][41]

Legend: Old version, no support Older version, still supported Current stable version Latest preview version Future release
Version Code name Release date Notes
Old version, no longer supported: 0.7 none May 27, 2003[42] Used the same file structure as its predecessor, b2/cafelog, and continued the numbering from its last release, 0.6.[43] Only 0.71-gold is available for download in the official WordPress Release Archive page.
Old version, no longer supported: 1.0 Davis January 3, 2004[44] Added search engine friendly permalinks, multiple categories, dead simple installation and upgrade, comment moderation, XFN support, Atom support.
Old version, no longer supported: 1.2 Mingus May 22, 2004[45] Added support of Plugins; which same identification headers are used unchanged in WordPress releases as of 2011.
Old version, no longer supported: 1.5 Strayhorn February 17, 2005[46] Added a range of vital features, such as ability to manage static pages and a template/Theme system. It was also equipped with a new default template (code named Kubrick).[47] designed by Michael Heilemann.
Old version, no longer supported: 2.0 Duke December 31, 2005[48] Added rich editing, better administration tools, image uploading, faster posting, improved import system, fully overhauled the back end, and various improvements to Plugin developers.
Old version, no longer supported: 2.1 Ella January 22, 2007[49] Corrected security issues, redesigned interface, enhanced editing tools (including integrated spell check and auto save), and improved content management options.
Old version, no longer supported: 2.2 Getz May 16, 2007[50] Added widget support for templates, updated Atom feed support, and speed optimizations.
Old version, no longer supported: 2.3 Dexter September 24, 2007[51] Added native tagging support, new taxonomy system for categories, and easy notification of updates, fully supports Atom 1.0, with the publishing protocol, and some much needed security fixes.
Old version, no longer supported: 2.5 Brecker March 29, 2008[52] Major revamp to the dashboard, dashboard widgets, multi-file upload, extended search, improved editor, improved plugin system and more.
Old version, no longer supported: 2.6 Tyner July 15, 2008[53] Added new features that made WordPress a more powerful CMS: it can now track changes to every post and page and allow easy posting from anywhere on the web.
Old version, no longer supported: 2.7 Coltrane December 11, 2008[54] Administration interface redesigned fully, added automatic upgrades and installing plugins, from within the administration interface.
Old version, no longer supported: 2.8 Baker June 10, 2009[55] Added improvements in speed, automatic installing of themes from within administration interface, introduces the CodePress editor for syntax highlighting and a redesigned widget interface.
Old version, no longer supported: 2.9 Carmen December 19, 2009[56] Added global undo, built-in image editor, batch plugin updating, and many less visible tweaks.
Old version, no longer supported: 3.0 Thelonious June 17, 2010[57] Added a new theme APIs, merge WordPress and WordPress MU, creating the new multi-site functionality, new default theme "Twenty Ten" and a refreshed, lighter admin UI.
Old version, no longer supported: 3.1 Reinhardt February 23, 2011[58] Added the Admin Bar, which is displayed on all blog pages when an admin is logged in, and Post Format, best explained as a Tumblr like micro-blogging feature. It provides easy access to many critical functions, such as comments and updates. Includes internal linking abilities, a newly streamlined writing interface, and many other changes.
Old version, no longer supported: 3.2 Gershwin July 4, 2011[59] Focused on making WordPress faster and lighter. Released only four months after version 3.1, reflecting the growing speed of development in the WordPress community.
Old version, no longer supported: 3.3 Sonny December 12, 2011[60] Focused on making WordPress friendlier for beginners and tablet computer users.
Old version, no longer supported: 3.4 Green June 13, 2012[61] Focused on improvements to theme customization, Twitter integration and several minor changes.
Old version, no longer supported: 3.5 Elvin December 11, 2012[62] Support for the Retina Display, color picker, new default theme "Twenty Twelve", improved image workflow.
Old version, no longer supported: 3.6 Oscar August 1, 2013[63] New default theme "Twenty Thirteen", admin enhancements, post formats UI update, menus UI improvements, new revision system, autosave and post locking.
Older version, yet still supported: 3.7 Basie October 24, 2013[64] Automatically apply maintenance and security updates in the background, stronger password recommendations, support for automatically installing the right language files and keeping them up to date.
Older version, yet still supported: 3.8 Parker December 12, 2013[65] Improved admin interface, responsive design for mobile devices, new typography using Open Sans, admin color schemes, redesigned theme management interface, simplified main dashboard, "Twenty Fourteen" magazine style default theme, second release using "Plugin-first development process".
Older version, yet still supported: 3.9 Smith April 16, 2014[66] Improvements to editor for media, live widget and header previews, new theme browser.
Older version, yet still supported: 4.0 Benny September 4, 2014[67] Improved media management, embeds, writing interface, easy language change, theme customizer, plugin discovery and compatibility with PHP 5.5 and MySQL 5.6.[68]
Older version, yet still supported: 4.1 Dinah December 18, 2014[69] Twenty Fifteen as the new default theme, distraction-free writing, easy language switch, Vine embeds and plugin recommendations.
Older version, yet still supported: 4.2 Powell April 23, 2015[70] New "Press This" features, improved characters support, emoji support, improved customizer, new embeds and updated plugin system.
Older version, yet still supported: 4.3 Billie August 18, 2015[71] Focus on mobile experience, better passwords and improved customizer.
Older version, yet still supported: 4.4 Clifford December 8, 2015[72] Introduction of "Twenty Sixteen" theme, and improved responsive images and embeds.
Older version, yet still supported: 4.5 Coleman April 12, 2016[73] Added inline linking, formatting shortcuts, live responsive previews, and other updates under the hood.
Older version, yet still supported: 4.6 Pepper August 16, 2016[74] Added streamlined updates, native fonts, editor improvements with inline link checker and content recovery, and other updates under the hood.
Older version, yet still supported: 4.7 Vaughan December 6, 2016[75] Comes with new default theme "Twenty Seventeen", Video Header Support, PDF preview, custom CSS in live preview, editor Improvements, and other updates under the hood.
Older version, yet still supported: 4.8 Evans June 8, 2017[76] The next-generation editor. Additional specific goals include the TinyMCE inline element / link boundaries, new media widgets, WYSIWYG in text widget. End Support for Internet Explorer Versions 8, 9, and 10.
Older version, yet still supported: 4.9 Tipton November 16, 2017[77] Improved theme customizer experience, including scheduling, frontend preview links, autosave revisions, theme browsing, improved menu functions, and syntax highlighting. Added new gallery widget and updated text and video widgets. Theme editor gives warnings and rollbacks when saving files that produce fatal errors.[78]
Older version, yet still supported: 5.0 Bebo December 6, 2018[79] New block based editor Gutenberg[80] with new default theme "Twenty Nineteen".
Older version, yet still supported: 5.1 Betty February 21, 2019[81] PHP version upgrade notices, and block editor improvements.
Current stable version: 5.2 Jaco May 7, 2019[82] Include Site Health Check, PHP error protection, the all new block directory, and update package signing.

WordPress 5.0 "Bebo"[edit]

The December 2018 release of WordPress 5.0, "Bebo", is named in homage to the pioneering Cuban jazz musician Bebo Valdés.[83]

Classic Block.png
New WordPress Page Editor.png

It included a new default editor "Gutenberg" – a block-based editor; it allows users to modify their displayed content in a much more user friendly way than prior iterations. Blocks are abstract units of markup that, composed together, form the content or layout of a web page.[84] Past content that was created on WordPress pages is listed under what is referred to as a Classic Block.[85]

Classic Editor plugin[edit]

The Classic Editor Plugin was created as result of User preferences & as a way to help website developers to maintain past plugins only compatible with WordPress 4.9.8 giving plugin developers time to get their plugins updated & compatible with the 5.0 release. Having the Classic Editor plugin installed restores the "classic" editing experience that WordPress has had up until the WordPress 5.0 release.[86] The Classic Editor Plugin will be supported at least until 2022.[87]

Future[edit]

Matt Mullenweg has stated that the future of WordPress is in social, mobile, and as an application platform.[88][89]

Vulnerabilities[edit]

Many security issues[90] have been uncovered in the software, particularly in 2007, 2008, and 2015. According to Secunia, WordPress in April 2009 had seven unpatched security advisories (out of 32 total), with a maximum rating of "Less Critical". Secunia maintains an up-to-date list of WordPress vulnerabilities.[91]

In January 2007, many high-profile search engine optimization (SEO) blogs, as well as many low-profile commercial blogs featuring AdSense, were targeted and attacked with a WordPress exploit.[92] A separate vulnerability on one of the project site's web servers allowed an attacker to introduce exploitable code in the form of a back door to some downloads of WordPress 2.1.1. The 2.1.2 release addressed this issue; an advisory released at the time advised all users to upgrade immediately.[93]

In May 2007, a study revealed that 98% of WordPress blogs being run were exploitable because they were running outdated and unsupported versions of the software.[94] In part to mitigate this problem, WordPress made updating the software a much easier, "one click" automated process in version 2.7 (released in December 2008).[95] However, the filesystem security settings required to enable the update process can be an additional risk.[96]

In a June 2007 interview, Stefan Esser, the founder of the PHP Security Response Team, spoke critically of WordPress' security track record, citing problems with the application's architecture that made it unnecessarily difficult to write code that is secure from SQL injection vulnerabilities, as well as some other problems.[97]

In June 2013, it was found that some of the 50 most downloaded WordPress plugins were vulnerable to common Web attacks such as SQL injection and XSS. A separate inspection of the top-10 e-commerce plugins showed that seven of them were vulnerable.[98]

In an effort to promote better security, and to streamline the update experience overall, automatic background updates were introduced in WordPress 3.7.[99]

Individual installations of WordPress can be protected with security plugins that prevent user enumeration, hide resources and thwart probes. Users can also protect their WordPress installations by taking steps such as keeping all WordPress installation, themes, and plugins updated, using only trusted themes and plugins,[100] editing the site's .htaccess configuration file if supported by the web server to prevent many types of SQL injection attacks and block unauthorized access to sensitive files. It is especially important to keep WordPress plugins updated because would-be hackers can easily list all the plugins a site uses, and then run scans searching for any vulnerabilities against those plugins. If vulnerabilities are found, they may be exploited to allow hackers to upload their own files (such as a PHP Shell script) that collect sensitive information.

Developers can also use tools to analyze potential vulnerabilities, including WPScan, WordPress Auditor and WordPress Sploit Framework developed by 0pc0deFR. These types of tools research known vulnerabilities, such as a CSRF, LFI, RFI, XSS, SQL injection and user enumeration. However, not all vulnerabilities can be detected by tools, so it is advisable to check the code of plugins, themes and other add-ins from other developers.

In March 2015, it was reported by many security experts and SEOs, including Search Engine Land, that a SEO plugin for WordPress called Yoast which is used by more than 14 million users worldwide has a vulnerability which can lead to an exploit where hackers can do a Blind SQL injection.[101][102] To fix that issue they immediately introduced a newer version 1.7.4 of the same plugin to avoid any disturbance on web because of the security lapse that the plugin had.[103]

In January 2017, security auditors at Sucuri identified a vulnerability in the WordPress REST API that would allow any unauthenticated user to modify any post or page within a site running WordPress 4.7 or greater. The auditors quietly notified WordPress developers, and within six days WordPress released a high priority patch to version 4.7.2 which addressed the problem.[104][105]

The canvas fingerprinting warning that is typically given by Tor Browser for WordPress-based websites.

As of WordPress 5.2, the minimum PHP version requirement is PHP 5.6,[106] which was released on August 28, 2014,[107] and which has been unsupported by the PHP Group and not received any security patches since December 31, 2018.[107]

In the absence of specific alterations to their default formatting code, WordPress-based websites use the canvas element to detect whether the browser is able to correctly render emoji. Because Tor Browser does not currently discriminate between this legitimate use of the Canvas API and an effort to perform canvas fingerprinting, it warns that the website is attempting to 'extract HTML5 canvas image data'. Ongoing efforts seek workarounds to reassure privacy advocates while retaining the ability to check for proper emoji rendering capability.[citation needed]

Development and support[edit]

Key developers[edit]

Matt Mullenweg and Mike Little were co-founders of the project. The core lead developers include Helen Hou-Sandí, Dion Hulse, Mark Jaquith, Matt Mullenweg, Andrew Ozz, and Andrew Nacin.[108][109]

WordPress is also developed by its community, including WP testers, a group of volunteers who test each release.[110] They have early access to nightly builds, beta versions and release candidates. Errors are documented in a special mailing list, or the project's Trac tool.

Though largely developed by the community surrounding it, WordPress is closely associated with Automattic, the company founded by Matt Mullenweg.[111] On September 9, 2010, Automattic handed the WordPress trademark to the newly created WordPress Foundation, which is an umbrella organization supporting WordPress.org (including the software and archives for plugins and themes), bbPress and BuddyPress.

WordCamp developer and user conferences[edit]

A WordCamp in Sofia, Bulgaria (2011)

WordCamps are casual, locally organized conferences covering everything related to WordPress.[112] The first such event was WordCamp 2006 in August 2006 in San Francisco, which lasted one day and had over 500 attendees.[113][114] The first WordCamp outside San Francisco was held in Beijing in September 2007.[115] Since then, there have been over 1,022 WordCamps in over 75 cities in 65 different countries around the world.[112] WordCamp San Francisco 2014 was the last official annual conference of WordPress developers and users taking place in San Francisco, having now been replaced with WordCamp US.[116] First ran in 2013 as WordCamp Europe, regional WordCamps in other geographical regions are held with the aim of connecting people who aren't already active in their local communities and inspire attendees to start user communities in their hometowns.[117] In 2019, the Nordic region had its own WordCamp Nordic,[118][119] and the first WordCamp Asia will be held in 2020.[120]

Support[edit]

WordPress' primary support website is WordPress.org. This support website hosts both WordPress Codex, the online manual for WordPress and a living repository for WordPress information and documentation,[121] and WordPress Forums, an active online community of WordPress users.[122]

See also[edit]

References[edit]

  1. ^ a b Mullenweg, Matt (May 27, 2003). "WordPress Now Available". WordPress. Archived from the original on July 19, 2010. Retrieved July 22, 2010.
  2. ^ "Version 5.2.3". wordpress.org. 4 September 2019. Retrieved 23 September 2019.
  3. ^ "WordPress: About: GPL". WordPress.org. Archived from the original on July 21, 2010. Retrieved June 15, 2010.
  4. ^ "WordPress Web Hosting". WordPress. Archived from the original on May 21, 2013. Retrieved May 21, 2013.
  5. ^ "WordPress with SQLite – Learn with Daniel". Daniel Loureiro. Archived from the original on August 6, 2019. Retrieved August 6, 2019.
  6. ^ Coalo, J.J (September 5, 2012). "With 60 Million Websites, WordPress Rules The Web. So Where's The Money?". Forbes. Archived from the original on January 29, 2016. Retrieved February 3, 2016.
  7. ^ a b "Usage Statistics and Market Share of Content Management Systems for Websites". W3Techs. April 23, 2018. Archived from the original on April 23, 2018. Retrieved April 23, 2018.
  8. ^ Leibowitz, Glenn (December 17, 2017). "The Billion-Dollar Tech Company With No Offices or Email". Linkedin. Archived from the original on September 27, 2018. Retrieved December 17, 2017. Right now we power about 24% of all websites as of this recording: that is the largest of any of the content management systems. The number two has around 3%. But we are not happy that we have just 24%, and we see a lot of work to get the remaining 76%.
  9. ^ "CMS Usage Statistics". BuiltWith. Archived from the original on August 6, 2013. Retrieved August 1, 2013.
  10. ^ Amir E. Sarabadani Tafreshi and Moira C. Norrie. 2017. ScreenPress: a powerful and flexible platform for networked pervasive display systems. In Proceedings of the 6th ACM International Symposium on Pervasive Displays (PerDis '17). ACM, New York, NY, USA, Article 13, 8 pages. DOI: https://doi.org/10.1145/3078810.3078813
  11. ^ "Commit number 8". Archived from the original on February 20, 2016. Retrieved February 3, 2016.
  12. ^ Patterson, Dan. "WordPress "quietly" powers 27% of the web". www.techrepublic.com. Archived from the original on February 5, 2018. Retrieved December 16, 2017.
  13. ^ "WordPress › About » License". WordPress.org. Archived from the original on June 25, 2014. Retrieved June 30, 2014.
  14. ^ "Support disaggregating WordPress.com and WordPress.org". WordPress.com. Archived from the original on December 30, 2015. Retrieved January 7, 2016.
  15. ^ "WordPress is a Factory: A Technical Introduction". WPShout. Archived from the original on February 4, 2019. Retrieved December 12, 2018.
  16. ^ "WordPress and the Front Controller Design Pattern | WPShout". WPShout. February 11, 2014. Archived from the original on May 17, 2016. Retrieved February 15, 2017.
  17. ^ "Theme Installation". Codex.wordpress.org. April 9, 2013. Archived from the original on April 26, 2013. Retrieved April 26, 2013.
  18. ^ "Child Themes « WordPress Codex". codex.wordpress.org. Archived from the original on February 22, 2017. Retrieved February 15, 2017.
  19. ^ Jeff Chandler (April 3, 2014). "Introduction To Underscores: A WordPress Starter Theme With Konstantin Obenland". Archived from the original on August 19, 2016. Retrieved July 31, 2016.
  20. ^ "WordPress > WordPress Plugins". WordPress. Archived from the original on February 24, 2019. Retrieved February 24, 2019.
  21. ^ "WordPress for WebOS". WordPress. Archived from the original on July 1, 2011. Retrieved March 6, 2012.
  22. ^ "WordPress publishes native Android application". Android and Me. February 2, 2010. Archived from the original on July 21, 2011. Retrieved June 15, 2010.
  23. ^ a b "Idea: WordPress App For iPhone and iPod Touch". WordPress iPhone & iPod Touch. July 12, 2008. Archived from the original on March 14, 2016. Retrieved February 9, 2016.
  24. ^ a b "18 Million WordPress Blogs Land on the iPad". ReadWriteWeb. March 24, 2011. Archived from the original on November 23, 2018.
  25. ^ "WordPress for BlackBerry". WordPress. Archived from the original on November 6, 2013. Retrieved December 27, 2009.
  26. ^ "WordPress 3.0 "Thelonious"". WordPress.org. June 17, 2010. Archived from the original on June 30, 2010. Retrieved December 18, 2011.
  27. ^ Andrew Warner, Matt Mullenweg (September 10, 2009). The Biography Of WordPress – With Matt Mullenweg (MPEG-4 Part 14) (Podcast). Mixergy. Event occurs at 10:57. Archived from the original on September 14, 2009. Retrieved September 28, 2009. b2 had actually, through a series of circumstances, essentially become abandoned.
  28. ^ Valdrighi, Michel. "b2 test weblog – post dated 23.05.03". Archived from the original on May 22, 2013. Retrieved May 9, 2013.
  29. ^ "History – WordPress Codex". WordPress.org. Archived from the original on April 10, 2012. Retrieved March 29, 2012.
  30. ^ Silverman, Dwight (January 24, 2008). "The importance of being Matt". Houston Chronicle. Archived from the original on May 25, 2014. Retrieved August 14, 2014.
  31. ^ Tremoulet, Christine Selleck (January 24, 2008). "The Importance of Being Matt…". Christine Selleck Tremoulet. Archived from the original on May 4, 2009. Retrieved March 29, 2012.
  32. ^ Manjoo, Farhad (August 9, 2004). "Blogging grows up". Salon. Archived from the original on November 2, 2012. Retrieved March 29, 2012.
  33. ^ Pilgrim, Mark (May 14, 2004). "Freedom 0". Mark Pilgrim. Archived from the original on April 10, 2006. Retrieved March 29, 2012.
  34. ^ "WordPress is now 30 per cent of the web, daylight second". Archived from the original on March 20, 2018. Retrieved March 20, 2018.
  35. ^ "Best of open source software awards: Collaboration". infoworld.com. August 5, 2008. Archived from the original on December 17, 2017. Retrieved December 16, 2017.
  36. ^ "WordPress wins top prize in 2009 Open Source CMS Awards". cmscritic.com. November 14, 2009. Archived from the original on December 17, 2017. Retrieved December 16, 2017.
  37. ^ "Hall of Fame CMS". digitalsynergy.ca. Archived from the original on October 10, 2018. Retrieved December 16, 2017.
  38. ^ "WordPress wins Bossie Awards 2011: The best open source applications". wprockers.com. Archived from the original on December 17, 2017. Retrieved December 16, 2017.
  39. ^ "Who Has Your Back? Government Data Requests 2017". July 10, 2017. Archived from the original on September 15, 2018. Retrieved October 19, 2018.
  40. ^ hollander, Roel. "Fun Fact: Wordpress Jazz Tributes". roelhollander.eu. Archived from the original on July 14, 2017. Retrieved December 16, 2017.
  41. ^ "Roadmap". Blog. WordPress.org. Archived from the original on June 14, 2010. Retrieved June 15, 2010.
  42. ^ "WordPress Blog: WordPress 0.7". WordPress.org. May 27, 2003. Archived from the original on July 14, 2010. Retrieved May 27, 2003.
  43. ^ "Cafelog". Archived from the original on September 2, 2011. Retrieved May 15, 2011.
  44. ^ "WordPress Blog: WordPress 1.0". WordPress.org. January 3, 2004. Archived from the original on July 12, 2010. Retrieved January 3, 2004.
  45. ^ "WordPress Blog: WordPress 1.2". WordPress.org. May 22, 2004. Archived from the original on July 14, 2010. Retrieved May 22, 2004.
  46. ^ "WordPress Blog: WordPress 1.5". WordPress.org. February 17, 2005. Archived from the original on July 14, 2010. Retrieved February 17, 2005.
  47. ^ "Kubrick at Binary Bonsai". Binarybonsai.com. Archived from the original on March 11, 2012. Retrieved June 15, 2010.
  48. ^ "WordPress Blog: WordPress 2.0". WordPress.org. December 31, 2005. Archived from the original on July 13, 2010. Retrieved December 31, 2005.
  49. ^ "WordPress Blog: WordPress 2.1". WordPress.org. January 22, 2007. Archived from the original on July 12, 2010. Retrieved January 22, 2007.
  50. ^ "WordPress Blog: WordPress 2.2". WordPress.org. May 16, 2007. Archived from the original on July 14, 2010. Retrieved May 16, 2007.
  51. ^ "WordPress Blog: WordPress 2.3". WordPress.org. Archived from the original on July 12, 2010. Retrieved September 24, 2007.
  52. ^ "WordPress Blog: WordPress 2.5". WordPress.org. March 29, 2008. Archived from the original on July 12, 2010. Retrieved March 29, 2008.
  53. ^ "WordPress Blog: WordPress 2.6". WordPress.org. Archived from the original on July 13, 2010. Retrieved June 15, 2008.
  54. ^ "WordPress Blog: WordPress 2.7". WordPress.org. December 11, 2008. Archived from the original on July 14, 2010. Retrieved December 11, 2008.
  55. ^ "WordPress Blog: WordPress 2.8". WordPress.org. Archived from the original on July 14, 2010. Retrieved June 10, 2009.
  56. ^ "WordPress Blog: WordPress 2.9". WordPress.org. December 19, 2009. Archived from the original on July 13, 2010. Retrieved December 19, 2009.
  57. ^ "WordPress Blog: WordPress 3.0". WordPress.org. June 17, 2010. Archived from the original on July 12, 2010. Retrieved June 17, 2010.
  58. ^ "WordPress Blog: WordPress 3.1". WordPress.org. February 23, 2011. Archived from the original on February 24, 2011. Retrieved February 25, 2011.
  59. ^ "WordPress Blog: WordPress 3.2". WordPress.org. Archived from the original on July 5, 2011. Retrieved June 4, 2011.
  60. ^ "WordPress Blog: WordPress 3.3". WordPress.org. December 12, 2011. Archived from the original on December 13, 2011. Retrieved December 12, 2011.
  61. ^ "WordPress Blog: WordPress 3.4". WordPress.org. June 13, 2012. Archived from the original on June 13, 2012. Retrieved June 13, 2012.
  62. ^ "WordPress Blog: WordPress 3.5". WordPress.org. December 11, 2012. Archived from the original on December 11, 2012. Retrieved December 11, 2012.
  63. ^ "WordPress Blog: WordPress 3.6". WordPress.org. August 2013. Archived from the original on August 2, 2013. Retrieved August 1, 2013.
  64. ^ "WordPress Blog: WordPress 3.7". WordPress.org. October 24, 2013. Archived from the original on October 25, 2013. Retrieved October 24, 2013.
  65. ^ "WordPress Blog: WordPress 3.8". WordPress.org. December 12, 2013. Archived from the original on December 12, 2013. Retrieved December 12, 2013.
  66. ^ "WordPress Blog: WordPress 3.9". WordPress.org. April 16, 2014. Archived from the original on April 16, 2014. Retrieved April 16, 2014.
  67. ^ "WordPress Blog: WordPress 4.0". WordPress.org. September 4, 2014. Archived from the original on September 4, 2014. Retrieved September 4, 2014.
  68. ^ "Learn What's New in WordPress v4.0". Archived from the original on March 7, 2016. Retrieved March 14, 2016.
  69. ^ "WordPress Blog: WordPress 4.1". WordPress.org. December 18, 2014. Archived from the original on December 18, 2014. Retrieved December 18, 2014.
  70. ^ "WordPress Blog: WordPress 4.2". WordPress.org. April 23, 2015. Archived from the original on April 24, 2015. Retrieved April 23, 2015.
  71. ^ "WordPress Blog: WordPress 4.3". WordPress.org. August 18, 2015. Archived from the original on August 19, 2015. Retrieved August 18, 2015.
  72. ^ "WordPress Blog: WordPress 4.4". WordPress.org. December 8, 2015. Archived from the original on December 9, 2015. Retrieved December 8, 2015.
  73. ^ "WordPress Blog: WordPress 4.5". WordPress.org. April 12, 2016. Archived from the original on April 26, 2016. Retrieved April 26, 2016.
  74. ^ "WordPress Blog: WordPress 4.6". WordPress.org. August 16, 2016. Archived from the original on August 17, 2016. Retrieved August 16, 2016.
  75. ^ "WordPress Blog: WordPress 4.7 "Vaughan"". WordPress.org. December 6, 2016. Archived from the original on December 7, 2016. Retrieved December 7, 2016.
  76. ^ "Version 4.8 – Make WordPress Core". WordPress.org. May 3, 2017. Archived from the original on August 2, 2017. Retrieved August 1, 2017.
  77. ^ "Version 4.9 – Make WordPress Core". WordPress.org. August 2, 2017. Archived from the original on August 6, 2017. Retrieved August 6, 2017.
  78. ^ "WordPress Blog: WordPress 4.9 Beta 1". WordPress.org. October 5, 2017. Archived from the original on October 25, 2017. Retrieved October 25, 2017.
  79. ^ "WordPress 5.0 Development Cycle". November 15, 2017. Archived from the original on November 17, 2018. Retrieved November 17, 2018.
  80. ^ "The new Gutenberg editing experience". The new Gutenberg editing experience. Archived from the original on December 7, 2018. Retrieved December 7, 2018.
  81. ^ "WordPress 5.1 Development Cycle". December 19, 2018. Archived from the original on February 22, 2019. Retrieved February 22, 2019.
  82. ^ "WordPress 5.2 Development Cycle". May 20, 2019. Archived from the original on April 12, 2019. Retrieved May 20, 2019.
  83. ^ "WordPress 5.0 "Bebo"". WordPress News. December 6, 2018. Archived from the original on December 12, 2018. Retrieved December 12, 2018.
  84. ^ "Gutenberg « WordPress Codex". codex.wordpress.org. Archived from the original on September 3, 2018. Retrieved December 12, 2018.
  85. ^ "The Complete Guide to Gutenberg's Classic Block". go gutenberg. Archived from the original on December 15, 2018. Retrieved December 12, 2018.
  86. ^ "A tip for the WordPress 5.0 release – Gutenberg and the Classic Editor". Garage. December 6, 2018. Archived from the original on December 13, 2018. Retrieved December 12, 2018.
  87. ^ Contributors, WordPress. "Classic Editor". WordPress.org. Archived from the original on December 12, 2018. Retrieved December 12, 2018.
  88. ^ "Radically Simplified WordPress". Ma.tt. May 23, 2012. Archived from the original on March 11, 2015. Retrieved March 11, 2015.
  89. ^ "Matt Mullenweg: State of the Word 2013". WordPress.tv. July 30, 2013. Archived from the original on March 17, 2015. Retrieved March 11, 2015.
  90. ^ "David Kierznowski". Blogsecurity.net. June 28, 2007. Archived from the original on March 9, 2012. Retrieved February 17, 2016.
  91. ^ "Secunia WordPress Vulnerability Report". Secunia.com. Archived from the original on July 23, 2017. Retrieved September 13, 2013.
  92. ^ "WordPress Exploit Nails Big Name Seo Bloggers". Threadwatch.org. Archived from the original on October 6, 2018. Retrieved December 18, 2011.
  93. ^ "WordPress 2.1.1 dangerous, Upgrade to 2.1.2". WordPress.org. March 2, 2007. Archived from the original on March 4, 2007. Retrieved March 4, 2007.
  94. ^ "Survey Finds Most WordPress Blogs Vulnerable". Blog Security. May 23, 2007. Archived from the original on March 15, 2012. Retrieved June 15, 2010.
  95. ^ "Updating WordPress". WordPress Codex. Archived from the original on October 11, 2012. Retrieved September 25, 2012.
  96. ^ "Yet another WordPress release". August 13, 2009. Archived from the original on October 30, 2012. Retrieved September 24, 2012.
  97. ^ "Interview with Stefan Esser". BlogSecurity. June 28, 2007. Archived from the original on October 13, 2012. Retrieved June 15, 2010.
  98. ^ Robert Westervelt (June 18, 2013). "Popular WordPress E-Commerce Plugins Riddled With Security Flaws – Page: 1". CRN. Archived from the original on March 20, 2015. Retrieved March 11, 2015.
  99. ^ "Configuring Automatic Background Updates « WordPress Codex". Codex.wordpress.org. Archived from the original on June 28, 2014. Retrieved June 30, 2014.
  100. ^ Ward, Simon (July 9, 2012). "Original Free WordPress Security Infographic by Pingable". Pingable. Archived from the original on October 25, 2012. Retrieved October 28, 2012.
  101. ^ Common Vulnerabilities and Exposures "CVE-2015-2292" Archived June 14, 2017, at the Wayback Machine, Retrieved on July 7, 2017
  102. ^ Common Vulnerabilities and Exposures "CVE-2015-2293" Archived June 15, 2017, at the Wayback Machine, Retrieved on July 7, 2017
  103. ^ Barry Schwartz "Yoast WordPress SEO Plugin Vulnerable To Hackers" Archived February 11, 2016, at the Wayback Machine, Retrieved on February 13, 2016.
  104. ^ "Disclosure of Additional Security Fix in WordPress 4.7.2". Make WordPress Core. February 1, 2017. Archived from the original on February 16, 2017. Retrieved February 16, 2017.
  105. ^ "Content Injection Vulnerability in WordPress 4.7 and 4.7.1". Sucuri Blog. February 1, 2017. Archived from the original on February 16, 2017. Retrieved February 16, 2017.
  106. ^ "WordPress › About » Requirements". wordpress.org. Archived from the original on May 21, 2019. Retrieved May 21, 2019.
  107. ^ a b "Unsupported Branches". php.net. Archived from the original on May 15, 2019. Retrieved May 21, 2019.
  108. ^ "About WordPress". wordpress.org. Archived from the original on March 21, 2015. Retrieved March 18, 2015.
  109. ^ "Core Team". codex.wordpress.org. December 13, 2011. Archived from the original on September 1, 2015. Retrieved August 27, 2015.
  110. ^ "Installing WordPress". August 2014. Archived from the original on September 3, 2014. Retrieved August 28, 2014.
  111. ^ Leibowitz, Glenn (December 17, 2017). "The Billion-Dollar Tech Company With No Offices or Email". Linkedin. Archived from the original on September 27, 2018. Retrieved December 17, 2017. I recently met with Matt Mullenweg, the creator of WordPress and CEO of Automattic, the company that develops WordPress and offers a range of products and services for WordPress users both large and small. Automattic is valued today at over $1 billion.
  112. ^ a b "WordCamp Central > About". Central.wordcamp.org. May 11, 2010. Archived from the original on July 24, 2019. Retrieved August 18, 2019.
  113. ^ "WordCamp 2006". 2006.wordcamp.org. Archived from the original on November 26, 2011. Retrieved December 18, 2011.
  114. ^ "WordCamp 2011". 2011.sf.wordcamp.org. Archived from the original on December 9, 2011. Retrieved December 18, 2011.
  115. ^ "WordCamp Central > Schedule". Central.wordcamp.org. September 27, 2010. Archived from the original on December 16, 2011. Retrieved December 18, 2011.
  116. ^ "WordCamp SF Announced (not WordCon) | WordCamp Central". Central.wordcamp.org. January 24, 2011. Archived from the original on March 16, 2015. Retrieved March 11, 2015.
  117. ^ "Regional WordCamps". Make WordPress Communities. August 21, 2017. Archived from the original on September 28, 2018. Retrieved August 18, 2019.
  118. ^ "New conferences, Gutenberg news and more! • Yoast". Yoast. October 12, 2018. Archived from the original on October 18, 2018. Retrieved August 18, 2019.
  119. ^ "WordCamp Nordic 2019 to be Held in Helsinki, March 7-8". WordPress Tavern. October 12, 2018. Archived from the original on July 14, 2019. Retrieved August 18, 2019.
  120. ^ "WordCamp Asia Set for February 21-23, 2020, in Bangkok, Thailand". WordPress Tavern. July 24, 2019. Archived from the original on July 25, 2019. Retrieved August 18, 2019.
  121. ^ "WordPress Codex". WordPress.org. Archived from the original on March 12, 2014. Retrieved March 13, 2014.
  122. ^ "WordPress Forums". WordPress.org. Archived from the original on March 13, 2014. Retrieved March 13, 2014.

External links[edit]