Skip to content

Commit

Permalink
Revert files for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Nov 18, 2023
1 parent af68734 commit 20b37aa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @package PublishPress
* @author PublishPress
*
* Copyright (c) 2023 PublishPress
* Copyright (c) 2022 PublishPress
*
* ------------------------------------------------------------------------------
* Based on Edit Flow
Expand Down Expand Up @@ -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');
Expand Down
18 changes: 9 additions & 9 deletions lib/vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,76 +1,76 @@
<?php return array(
'root' => 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,
),
),
Expand Down
6 changes: 3 additions & 3 deletions publishpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
Expand Down

0 comments on commit 20b37aa

Please sign in to comment.