From 20b37aab33c813d51aa39a82947c0c25dfe537f9 Mon Sep 17 00:00:00 2001 From: Kevin Behrens <43488774+agapetry@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:46:05 -0500 Subject: [PATCH] Revert files for merge --- includes.php | 4 ++-- lib/vendor/composer/installed.php | 18 +++++++++--------- publishpress.php | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/includes.php b/includes.php index 2fbc4d8c..36df13df 100644 --- a/includes.php +++ b/includes.php @@ -3,7 +3,7 @@ * @package PublishPress * @author PublishPress * - * Copyright (c) 2023 PublishPress + * Copyright (c) 2022 PublishPress * * ------------------------------------------------------------------------------ * Based on Edit Flow @@ -34,7 +34,7 @@ if (! defined('PP_LOADED')) { if (! defined('PUBLISHPRESS_VERSION')) { // Define constants - define('PUBLISHPRESS_VERSION', '4.0-beta4'); + define('PUBLISHPRESS_VERSION', '3.12.2'); define('PUBLISHPRESS_BASE_PATH', __DIR__); define('PUBLISHPRESS_VIEWS_PATH', __DIR__ . '/views'); define('PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_BASE_PATH . '/publishpress.php'); diff --git a/lib/vendor/composer/installed.php b/lib/vendor/composer/installed.php index 1ef7b6ce..1c9888fd 100644 --- a/lib/vendor/composer/installed.php +++ b/lib/vendor/composer/installed.php @@ -1,76 +1,76 @@ array( + 'name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', + 'reference' => '7571f9bf2f82d44c76f8d99a7c67728501941141', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '3cb149bed8f1d8a240e744b911c6f77154bf07e8', - 'name' => '__root__', 'dev' => true, ), 'versions' => array( '__root__' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', + 'reference' => '7571f9bf2f82d44c76f8d99a7c67728501941141', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '3cb149bed8f1d8a240e744b911c6f77154bf07e8', 'dev_requirement' => false, ), 'publishpress/instance-protection' => array( 'pretty_version' => '2.0.1', 'version' => '2.0.1.0', + 'reference' => '4193f84a8a680bf4c0d40cc64976ddcadd92158a', 'type' => 'library', 'install_path' => __DIR__ . '/../publishpress/instance-protection', 'aliases' => array(), - 'reference' => '4193f84a8a680bf4c0d40cc64976ddcadd92158a', 'dev_requirement' => false, ), 'publishpress/pimple-pimple' => array( 'pretty_version' => '3.5.0.10', 'version' => '3.5.0.10', + 'reference' => 'f2784f4b1ccaf195b373a46a74cf3742e7c9f826', 'type' => 'library', 'install_path' => __DIR__ . '/../publishpress/pimple-pimple', 'aliases' => array(), - 'reference' => 'f2784f4b1ccaf195b373a46a74cf3742e7c9f826', 'dev_requirement' => false, ), 'publishpress/psr-container' => array( 'pretty_version' => '2.0.1.10', 'version' => '2.0.1.10', + 'reference' => '4ccd2cb058e7b93e96186791ca25870a02e35c5d', 'type' => 'library', 'install_path' => __DIR__ . '/../publishpress/psr-container', 'aliases' => array(), - 'reference' => '4ccd2cb058e7b93e96186791ca25870a02e35c5d', 'dev_requirement' => false, ), 'publishpress/wordpress-reviews' => array( 'pretty_version' => 'v1.1.19', 'version' => '1.1.19.0', + 'reference' => '028e573eb7c5da2455a7a823cabbbe5e3f89ca9c', 'type' => 'library', 'install_path' => __DIR__ . '/../publishpress/wordpress-reviews', 'aliases' => array(), - 'reference' => '028e573eb7c5da2455a7a823cabbbe5e3f89ca9c', 'dev_requirement' => false, ), 'publishpress/wordpress-version-notices' => array( 'pretty_version' => '2.1.2', 'version' => '2.1.2.0', + 'reference' => 'b0efcf04ab9d37304e38673bee471116e44cdb0e', 'type' => 'library', 'install_path' => __DIR__ . '/../publishpress/wordpress-version-notices', 'aliases' => array(), - 'reference' => 'b0efcf04ab9d37304e38673bee471116e44cdb0e', 'dev_requirement' => false, ), 'sabre/vobject' => array( 'pretty_version' => '3.5.3', 'version' => '3.5.3.0', + 'reference' => '129d80533a9ec0d9cacfb50b51180c34edb6874c', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/vobject', 'aliases' => array(), - 'reference' => '129d80533a9ec0d9cacfb50b51180c34edb6874c', 'dev_requirement' => false, ), ), diff --git a/publishpress.php b/publishpress.php index 0fd8b4bb..426cae43 100644 --- a/publishpress.php +++ b/publishpress.php @@ -5,13 +5,13 @@ * Description: PublishPress Planner helps you plan and publish content with WordPress. Features include a content calendar, notifications, and custom statuses. * Author: PublishPress * Author URI: https://publishpress.com - * Version: 4.0-beta4 + * Version: 3.12.2 * Text Domain: publishpress * Domain Path: /languages * Requires at least: 5.5 * Requires PHP: 7.2.5 * - * Copyright (c) 2023 PublishPress + * Copyright (c) 2022 PublishPress * * ------------------------------------------------------------------------------ * Based on Edit Flow @@ -38,7 +38,7 @@ * @package PublishPress * @category Core * @author PublishPress - * @copyright Copyright (C) 2023 PublishPress. All rights reserved. + * @copyright Copyright (C) 2022 PublishPress. All rights reserved. */ use PPVersionNotices\Module\MenuLink\Module;