Skip to content

Commit

Permalink
Release 1.5.2 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Jan 21, 2025
1 parent 845d4ba commit bf42a8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
/CODEOWNERS export-ignore
/composer.lock export-ignore
/CONTRIBUTING.md export-ignore
/phpunit.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/phpcs.xml export-ignore
4 changes: 2 additions & 2 deletions pantheon.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
* Plugin Name: Pantheon
* Plugin URI: https://pantheon.io/
* Description: Building on Pantheon's and WordPress's strengths, together.
* Version: 1.5.1
* Version: 1.5.2
* Author: Pantheon
* Author URI: https://pantheon.io/
*
* @package pantheon
*/

define( 'PANTHEON_MU_PLUGIN_VERSION', '1.5.1' );
define( 'PANTHEON_MU_PLUGIN_VERSION', '1.5.2' );

if ( isset( $_ENV['PANTHEON_ENVIRONMENT'] ) ) {
require_once 'inc/functions.php';
Expand Down

0 comments on commit bf42a8c

Please sign in to comment.