1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 08:44:46 +02:00

Happy New Year

This commit is contained in:
Ryan Cramer
2023-01-06 13:28:52 -05:00
parent cc43f8e676
commit 6ff498f503
3 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ development branch.
ProcessWire is a timeless tool for web professionals that has always been 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 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. in 2006, and has been in active development as an open source project since 2010.
Now more than a decade later (2021), were just getting started, as ProcessWire Now more than a decade later (2023), were just getting started, as ProcessWire
continues to grow and develop into the next 10 years and beyond. continues to grow and develop into the next 10 years and beyond.
While ProcessWire has been around for a long time, dont feel bad if you havent While ProcessWire has been around for a long time, dont feel bad if you havent
@@ -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

View File

@@ -17,7 +17,7 @@ require_once(__DIR__ . '/boot.php');
* ~~~~~ * ~~~~~
* #pw-body * #pw-body
* *
* ProcessWire 3.x, Copyright 2022 by Ryan Cramer * ProcessWire 3.x, Copyright 2023 by Ryan Cramer
* https://processwire.com * https://processwire.com
* *
* Default API vars (A-Z) * Default API vars (A-Z)

View File

@@ -10,7 +10,7 @@ if(!defined("PROCESSWIRE_INSTALL")) die();
<!-- FOOTER --> <!-- FOOTER -->
<footer id='pw-footer' class='uk-margin'> <footer id='pw-footer' class='uk-margin'>
<div class='pw-container uk-container uk-container-center'> <div class='pw-container uk-container uk-container-center'>
<p>ProcessWire 3.x &copy; 2022</p> <p>ProcessWire 3.x &copy; 2023</p>
</div> </div>
</footer> </footer>