Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Replace the top level menu with a Settings submenu.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericoC committed May 20, 2020
1 parent eba1b9a commit 731daa8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion c3-cloudfront-clear-cache.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* Plugin Name: C3 Cloudfront Cache Controller
* Version: 5.5.0
* Version: 5.5.1
* Plugin URI:https://github.com/amimoto-ami/c3-cloudfront-clear-cache
* Description: Manage CloudFront Cache and provide some fixtures.
* Author: hideokamoto
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3stack/c3-cloudfront-clear-cache",
"version": "v5.7.0",
"version": "v5.7.1",
"type": "wordpress-plugin",
"require": {
"php": ">=5.5",
Expand Down
2 changes: 1 addition & 1 deletion module/view/menus.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function init() {
*/
public function define_menus() {
$root = C3_Admin::get_instance();
add_menu_page(
add_options_page(
__( 'CloudFront Settings', self::$text_domain ),
__( 'CloudFront Settings', self::$text_domain ),
'administrator',
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://wp-kyoto.net/
Tags: AWS,CDN,CloudFront
Requires at least: 4.9.0
Tested up to: 4.9.7
Stable tag: 5.5.0
Stable tag: 5.5.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 731daa8

Please sign in to comment.