Skip to content

Commit

Permalink
Merge pull request #832 from publishpress/master
Browse files Browse the repository at this point in the history
Sync master to development
  • Loading branch information
rizaardiyanto1412 authored Nov 20, 2024
2 parents a8d8942 + 73ddaa4 commit c7babcf
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 60 deletions.
110 changes: 55 additions & 55 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '3730ae601bdd74658d4be7a183f57337455d0a2c',
'reference' => 'a8d894237799dc71afd107f4c0dd8b0d0f54add6',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '3730ae601bdd74658d4be7a183f57337455d0a2c',
'reference' => 'a8d894237799dc71afd107f4c0dd8b0d0f54add6',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
4 changes: 2 additions & 2 deletions publishpress-checklists.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: With PublishPress Checklists, you can choose publishing requirements for your content.
* Author: PublishPress
* Author URI: https://publishpress.com
* Version: 2.15.0
* Version: 2.16.0
* Text Domain: publishpress-checklists
* Domain Path: /languages
* Requires at least: 5.5
Expand Down Expand Up @@ -61,7 +61,7 @@
if (!defined('PPCH_LOADED')) {
define('PPCH_LOADED', 1);
define('PPCH_PATH_BASE', plugin_dir_path(__FILE__));
define('PPCH_VERSION', '2.15.0');
define('PPCH_VERSION', '2.16.0');
define('PPCH_FILE', __DIR__ . '/publishpress-checklists.php');
define('PPCH_MODULES_PATH', PPCH_PATH_BASE . '/modules');
define('PPCH_RELATIVE_PATH', 'publishpress-checklists');
Expand Down
Loading

0 comments on commit c7babcf

Please sign in to comment.