Skip to content

Commit

Permalink
Update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
raftaar1191 committed Jul 14, 2024
1 parent 90274dd commit d7e5483
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Now are using the https://github.com/x3p0-dev/x3p0-ideas/tree/block-example exma
/**
* Add the dependency for the call
*/
if ( class_exists( 'AcrossWP_BuddyPress_BuddyBoss_Platform_Dependency' ) ) {
new AcrossWP_BuddyPress_BuddyBoss_Platform_Dependency( $this->get_plugin_name(), WORDPRESS_PLUGIN_BOILERPLATE_FILES );
if ( class_exists( 'WPBoilerplate_BuddyPress_BuddyBoss_Platform_Dependency' ) ) {
new WPBoilerplate_BuddyPress_BuddyBoss_Platform_Dependency( $this->get_plugin_name(), WORDPRESS_PLUGIN_BOILERPLATE_FILES );
}
```

Expand Down
2 changes: 1 addition & 1 deletion admin/class-wordpress-plugin-boilerplate-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @package Wordpress_Plugin_Boilerplate
* @subpackage Wordpress_Plugin_Boilerplate/admin
* @author AcrossWP <contact@acrosswp.com>
* @author WPBoilerplate <contact@acrosswp.com>
*/
class Wordpress_Plugin_Boilerplate_Admin {

Expand Down
2 changes: 1 addition & 1 deletion admin/licenses-update/edd/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
defined( 'ABSPATH' ) || exit;

/**
* Add EDD licences into the AcrossWP EDD licences menu
* Add EDD licences into the WPBoilerplate EDD licences menu
*/
function wordpress_plugin_boilerplate_edd_plugins_licenses( $licenses ) {

Expand Down
2 changes: 1 addition & 1 deletion admin/licenses-update/plugin-update-checker/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
defined( 'ABSPATH' ) || exit;

/**
* Add Github Plugin update checker into the AcrossWP Github Plugin Update Checker
* Add Github Plugin update checker into the WPBoilerplate Github Plugin Update Checker
*/
function wordpress_plugin_boilerplate_plugins_update_checker_github( $packages ) {

Expand Down
2 changes: 1 addition & 1 deletion admin/update/wordpress-plugin-boilerplate-update.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @package Wordpress_Plugin_Boilerplate
* @subpackage Wordpress_Plugin_Boilerplate/Updater
* @author AcrossWP <contact@acrosswp.com>
* @author WPBoilerplate <contact@acrosswp.com>
*/
class Wordpress_Plugin_Boilerplate_Update {

Expand Down
2 changes: 1 addition & 1 deletion includes/class-wordpress-plugin-boilerplate-activator.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @since 1.0.0
* @package Wordpress_Plugin_Boilerplate
* @subpackage Wordpress_Plugin_Boilerplate/includes
* @author AcrossWP <contact@acrosswp.com>
* @author WPBoilerplate <contact@acrosswp.com>
*/
class Wordpress_Plugin_Boilerplate_Activator {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @since 1.0.0
* @package Wordpress_Plugin_Boilerplate
* @subpackage Wordpress_Plugin_Boilerplate/includes
* @author AcrossWP <contact@acrosswp.com>
* @author WPBoilerplate <contact@acrosswp.com>
*/
class Wordpress_Plugin_Boilerplate_Deactivator {

Expand Down
2 changes: 1 addition & 1 deletion includes/class-wordpress-plugin-boilerplate-i18n.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @since 1.0.0
* @package Wordpress_Plugin_Boilerplate
* @subpackage Wordpress_Plugin_Boilerplate/includes
* @author AcrossWP <contact@acrosswp.com>
* @author WPBoilerplate <contact@acrosswp.com>
*/
class Wordpress_Plugin_Boilerplate_i18n {

Expand Down
2 changes: 1 addition & 1 deletion includes/class-wordpress-plugin-boilerplate-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @package Wordpress_Plugin_Boilerplate
* @subpackage Wordpress_Plugin_Boilerplate/includes
* @author AcrossWP <contact@acrosswp.com>
* @author WPBoilerplate <contact@acrosswp.com>
*/
class Wordpress_Plugin_Boilerplate_Loader {

Expand Down
6 changes: 3 additions & 3 deletions includes/class-wordpress-plugin-boilerplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @since 1.0.0
* @package Wordpress_Plugin_Boilerplate
* @subpackage Wordpress_Plugin_Boilerplate/includes
* @author AcrossWP <contact@acrosswp.com>
* @author WPBoilerplate <contact@acrosswp.com>
*/
final class Wordpress_Plugin_Boilerplate {

Expand Down Expand Up @@ -194,8 +194,8 @@ private function load_dependencies() {
/**
* Add the dependency for the call
*/
if ( class_exists( 'AcrossWP_BuddyPress_BuddyBoss_Platform_Dependency' ) ) {
new AcrossWP_BuddyPress_BuddyBoss_Platform_Dependency( $this->get_plugin_name(), WORDPRESS_PLUGIN_BOILERPLATE_FILES );
if ( class_exists( 'WPBoilerplate_BuddyPress_BuddyBoss_Platform_Dependency' ) ) {
new WPBoilerplate_BuddyPress_BuddyBoss_Platform_Dependency( $this->get_plugin_name(), WORDPRESS_PLUGIN_BOILERPLATE_FILES );
}

/**
Expand Down
2 changes: 1 addition & 1 deletion init-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repo="$slug"

echo
echo "The Organization name will be converted to lowercase for use in the repository "
echo "path (i.e. AcrossWP becomes acrosswp)."
echo "path (i.e. WPBoilerplate becomes acrosswp)."
echo -n "Enter your GitHub organization name, and press [ENTER]: "
read org

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "wordpress-plugin-boilerplate",
"title": "WordPress Plugin Boilerplate",
"description": "WordPress Plugin Boilerplate by AcrossWP.",
"description": "WordPress Plugin Boilerplate by WPBoilerplate.",
"homepage": "https://github.com/woocommerce/woocommerce/wiki",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/acrosswp/wordpress-plugin-boilerplate.git"
},
"author": "AcrossWP",
"author": "WPBoilerplate",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/acrosswp/wordpress-plugin-boilerplate/issues"
Expand Down
2 changes: 1 addition & 1 deletion public/class-wordpress-plugin-boilerplate-public.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @package Wordpress_Plugin_Boilerplate
* @subpackage Wordpress_Plugin_Boilerplate/public
* @author AcrossWP <contact@acrosswp.com>
* @author WPBoilerplate <contact@acrosswp.com>
*/
class Wordpress_Plugin_Boilerplate_Public {

Expand Down
4 changes: 2 additions & 2 deletions wordpress-plugin-boilerplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
* @wordpress-plugin
* Plugin Name: WordPress Plugin Boilerplate
* Plugin URI: https://acrosswp.com
* Description: WordPress Plugin Boilerplate by AcrossWP
* Description: WordPress Plugin Boilerplate by WPBoilerplate
* Version: 1.0.0
* Author: AcrossWP
* Author: WPBoilerplate
* Author URI: https://acrosswp.com
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Expand Down

0 comments on commit d7e5483

Please sign in to comment.