Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switched versions of select2 #98

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .editorconfig
100644 → 100755
Empty file.
Empty file modified .eslintignore
100644 → 100755
Empty file.
Empty file modified .eslintrc.js
100644 → 100755
Empty file.
Empty file modified .github/workflows/wpcs.yml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions .gitpod/.init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ FLAG="$GITPOD_REPO_ROOT/bin/install-dependencies.sh"
# search the flag file
if [ -f $FLAG ]; then
/bin/bash $FLAG
else
composer update --no-dev
fi

FLAG="$GITPOD_REPO_ROOT/bin/set-assets.sh"
Expand Down
Empty file modified .vscode/launch.json
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions admin-notices-manager.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Better manage admin notices & never miss an important WordPress and developer message.
* Author: WP White Security
* Author URI: https://www.wpwhitesecurity.com/
* Version: 1.4.0
* Version: 1.6.0
* Text Domain: admin-notices-manager
* Domain Path: /languages
* Requires at least: 5.0
Expand Down Expand Up @@ -40,7 +40,7 @@

// Useful global constants.
if ( ! defined( 'ADMIN_NOTICES_MANAGER_VERSION' ) ) {
define( 'ADMIN_NOTICES_MANAGER_VERSION', '1.4.0' );
define( 'ADMIN_NOTICES_MANAGER_VERSION', '1.6.0' );
define( 'ADMIN_NOTICES_MANAGER_URL', \plugin_dir_url( __FILE__ ) );
define( 'ADMIN_NOTICES_MANAGER_PATH', \plugin_dir_path( __FILE__ ) );
define( 'ADMIN_NOTICES_MANAGER_INC', ADMIN_NOTICES_MANAGER_PATH . 'includes/' );
Expand Down
Empty file modified assets/dist/js/notices.js
100644 → 100755
Empty file.
Empty file modified assets/dist/js/notices.min.js
100644 → 100755
Empty file.
Empty file modified assets/dist/js/pointer.js
100644 → 100755
Empty file.
Empty file modified assets/dist/js/pointer.min.js
100644 → 100755
Empty file.
Empty file modified assets/dist/js/settings.js
100644 → 100755
Empty file.
Empty file modified assets/dist/js/settings.min.js
100644 → 100755
Empty file.
Empty file modified assets/index.php
100644 → 100755
Empty file.
Empty file modified assets/js/admin/notices.js
100644 → 100755
Empty file.
35 changes: 0 additions & 35 deletions assets/js/admin/pointer.js

This file was deleted.

Empty file modified assets/js/admin/settings.js
100644 → 100755
Empty file.
3 changes: 1 addition & 2 deletions composer.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"wpwhitesecurity/select2-wpwhitesecurity": "v1.0.1"
"php": ">=7.0"
},
"autoload": {
"psr-4": {
Expand Down
Empty file modified config/webpack.config.common.js
100644 → 100755
Empty file.
Empty file modified config/webpack.config.dev.js
100644 → 100755
Empty file.
Empty file modified config/webpack.config.prod.js
100644 → 100755
Empty file.
Empty file modified config/webpack.settings.js
100644 → 100755
Empty file.
Empty file modified gulpfile.babel.js
100644 → 100755
Empty file.
Empty file modified includes/classes/.gitkeep
100644 → 100755
Empty file.
Empty file modified includes/classes/class-notices.php
100644 → 100755
Empty file.
184 changes: 0 additions & 184 deletions includes/classes/class-pointer-manager.php

This file was deleted.

80 changes: 0 additions & 80 deletions includes/classes/class-pointer.php

This file was deleted.

Loading
Loading