mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 16:26:59 +02:00
Happy New Year
This commit is contained in:
@@ -40,7 +40,7 @@ development branch.
|
||||
ProcessWire is a timeless tool for web professionals that has always been
|
||||
committed to the long term. It started in 2003, gained the name ProcessWire
|
||||
in 2006, and has been in active development as an open source project since 2010.
|
||||
Now more than a decade later (2021), we’re just getting started, as ProcessWire
|
||||
Now more than a decade later (2023), we’re just getting started, as ProcessWire
|
||||
continues to grow and develop into the next 10 years and beyond.
|
||||
|
||||
While ProcessWire has been around for a long time, don’t feel bad if you haven’t
|
||||
@@ -181,5 +181,5 @@ resolved any issues.
|
||||
|
||||
------
|
||||
|
||||
Copyright 2022 by Ryan Cramer / Ryan Cramer Design, LLC
|
||||
Copyright 2023 by Ryan Cramer / Ryan Cramer Design, LLC
|
||||
|
||||
|
@@ -17,7 +17,7 @@ require_once(__DIR__ . '/boot.php');
|
||||
* ~~~~~
|
||||
* #pw-body
|
||||
*
|
||||
* ProcessWire 3.x, Copyright 2022 by Ryan Cramer
|
||||
* ProcessWire 3.x, Copyright 2023 by Ryan Cramer
|
||||
* https://processwire.com
|
||||
*
|
||||
* Default API vars (A-Z)
|
||||
|
@@ -10,7 +10,7 @@ if(!defined("PROCESSWIRE_INSTALL")) die();
|
||||
<!-- FOOTER -->
|
||||
<footer id='pw-footer' class='uk-margin'>
|
||||
<div class='pw-container uk-container uk-container-center'>
|
||||
<p>ProcessWire 3.x © 2022</p>
|
||||
<p>ProcessWire 3.x © 2023</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
Reference in New Issue
Block a user