Skip to content

Commit

Permalink
Re-brand
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey-jack committed Mar 29, 2016
1 parent 43a881a commit e9185f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions maera-material.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/*
Plugin Name: Maera Material Design Shell
Plugin URI: https://press.codes
Plugin URI: https://wpsatchel.com
Description: Material Design shell
Version: 0.95.3
Author: Aristeides Stathopoulos
Author URI: https://press.codes
Version: 1.0.0
Author: WPSatchel
Author URI: https://wpsatchel.com
Text Domain: maera_md
*/

define( 'MAERA_MD_VER', '0.95.3' );
define( 'MAERA_MD_VER', '1.0.0' );
define( 'MAERA_MATERIAL_SHELL_URL', plugins_url( '', __FILE__ ) );
define( 'MAERA_MATERIAL_SHELL_PATH', dirname( __FILE__ ) );

Expand Down Expand Up @@ -231,7 +231,7 @@ function maera_material_theme_missing() { ?>

<?php if ( ! class_exists( 'Maera' ) ) : ?>
<div class="error">
<p><?php _e( 'The Maera theme is not active on your site. The Maera Material Shell plugin <strong>requires</strong> the Maera theme. Please download and install it from the <a href="https://press.codes">PressCodes</a> site.', 'maera_md' ); ?></p>
<p><?php _e( 'The Maera theme is not active on your site. The Maera Material Shell plugin <strong>requires</strong> the Maera theme. Please download and install it from the <a href="https://wpsatchel.com">WPSatchel</a> site.', 'maera_md' ); ?></p>
</div>
<?php endif;

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ You can select custom colors on a per-page basis, and also per-widget!

**SUPPORT**

We only offer premium support on all Maera Shells. Please visit https://press.codes/support/ for more details.
We only offer premium support on all Maera Shells. Please visit https://wpsatchel.com/support/ for more details.

== Installation ==

This plugin **requires** the Maera theme framework. You can download it from https://press.codes/
This plugin **requires** the Maera theme framework. You can download it from https://wpsatchel.com/

0 comments on commit e9185f5

Please sign in to comment.