Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hemberger committed Jan 31, 2022
2 parents ba88d0f + 6bd6fe3 commit bdeb306
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## 1.0.0 (1/31/22)
* Initial release
4 changes: 2 additions & 2 deletions mai-custom-content-areas.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Mai Custom Content Areas
* Plugin URI: https://bizbudding.com/mai-theme/plugins/mai-custom-content-areas/
* Description: Display content, calls to action, ads, etc. on posts, pages, and custom post types conditionally by category, tag, taxonomy, entry title, and more.
* Version: 0.10.0
* Version: 1.0.0
*
* Author: BizBudding
* Author URI: https://bizbudding.com
Expand Down Expand Up @@ -90,7 +90,7 @@ private function setup_constants() {

// Plugin version.
if ( ! defined( 'MAI_CCA_VERSION' ) ) {
define( 'MAI_CCA_VERSION', '0.10.0' );
define( 'MAI_CCA_VERSION', '1.0.0' );
}

// Plugin Folder Path.
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '4e59d6dc6dcc1944199f5e011e50423fba0ca16e',
'reference' => 'ba88d0fe402ba803a966553a38440c63ba9c7ec7',
'name' => '__root__',
),
'versions' =>
Expand All @@ -44,7 +44,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '4e59d6dc6dcc1944199f5e011e50423fba0ca16e',
'reference' => 'ba88d0fe402ba803a966553a38440c63ba9c7ec7',
),
'yahnis-elsts/plugin-update-checker' =>
array (
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'aliases' =>
array (
),
'reference' => '4e59d6dc6dcc1944199f5e011e50423fba0ca16e',
'reference' => 'ba88d0fe402ba803a966553a38440c63ba9c7ec7',
'name' => '__root__',
),
'versions' =>
Expand All @@ -18,7 +18,7 @@
'aliases' =>
array (
),
'reference' => '4e59d6dc6dcc1944199f5e011e50423fba0ca16e',
'reference' => 'ba88d0fe402ba803a966553a38440c63ba9c7ec7',
),
'yahnis-elsts/plugin-update-checker' =>
array (
Expand Down

0 comments on commit bdeb306

Please sign in to comment.