Skip to content

Commit

Permalink
Merge pull request EvanHerman#915 from EvanHerman/remove-yikes-refere…
Browse files Browse the repository at this point in the history
…nces

Remove any reference to yikes in plugin readme or links
  • Loading branch information
EvanHerman committed Oct 2, 2023
2 parents 5b23935 + 2512d6b commit eb1203f
Show file tree
Hide file tree
Showing 49 changed files with 475 additions and 116 deletions.
Binary file added .wordpress-org/banner-1544x500.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .wordpress-org/banner-1544x500.png
Binary file not shown.
Binary file added .wordpress-org/banner-772x250.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .wordpress-org/banner-772x250.png
Binary file not shown.
Binary file added .wordpress-org/icon-128x128.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .wordpress-org/icon-128x128.png
Binary file not shown.
Binary file added .wordpress-org/icon-256x256.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .wordpress-org/icon-256x256.png
Binary file not shown.
24 changes: 12 additions & 12 deletions admin/class-yikes-inc-easy-mailchimp-extender-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @package Yikes_Inc_Easy_Mailchimp_Forms
* @subpackage Yikes_Inc_Easy_Mailchimp_Forms/admin
* @author YIKES, Inc. <plugins@yikesinc.com>
* @author YIKES, Inc. <plugins@codeparrots.com>
*/
class Yikes_Inc_Easy_Mailchimp_Forms_Admin {

Expand Down Expand Up @@ -257,7 +257,7 @@ public function hooks() {
*/
public function easy_forms_plugin_action_links( $links ) {
$links[] = '<a href="'. esc_url( get_admin_url(null, 'admin.php?page=yikes-inc-easy-mailchimp-settings') ) .'">' . __( 'Settings', 'yikes-inc-easy-mailchimp-extender' ) . '</a>';
$links[] = '<a href="' . esc_url( 'http://www.yikesplugins.com?utm_source=plugins-page&utm_medium=plugin-row&utm_campaign=admin' ) . '" target="_blank">' . __( 'More plugins by YIKES, Inc.', 'yikes-inc-easy-mailchimp-extender' ) . '</a>';
$links[] = '<a href="' . esc_url( 'http://www.codeparrots.com?utm_source=plugins-page&utm_medium=plugin-row&utm_campaign=admin' ) . '" target="_blank">' . __( 'More plugins by YIKES, Inc.', 'yikes-inc-easy-mailchimp-extender' ) . '</a>';
return $links;
}

Expand Down Expand Up @@ -427,7 +427,7 @@ public function yikes_easy_mailchimp_import_forms() {
public function yikes_easy_mailchimp_premium_support_request() {

if ( isset( $_POST['action'] ) && $_POST['action'] != 'yikes-support-request' ) {
return __( 'We encountered an error. Please contact the YIKES Inc. support team.', 'yikes-inc-easy-mailchimp-extender' );
return __( 'We encountered an error. Please contact the Code Parrots support team.', 'yikes-inc-easy-mailchimp-extender' );
}

$email = isset( $_POST['user-email'] ) ? $_POST['user-email'] : '';
Expand Down Expand Up @@ -455,7 +455,7 @@ public function yikes_easy_mailchimp_premium_support_request() {
'api_version' => '2'
);

$response = wp_remote_post( 'https://yikesplugins.com', array(
$response = wp_remote_post( 'https://codeparrots.com', array(
'timeout' => 30,
'sslverify' => false,
'body' => $ticket_array
Expand Down Expand Up @@ -1542,21 +1542,21 @@ public function generate_show_some_love_container() {

<?php _e( 'Tweet about it', 'yikes-inc-easy-mailchimp-extender' ); ?>
<p class="sidebar-container">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/" data-text="I'm using the Easy Forms for Mailchimp plugin by @YikesInc to grow my mailing list - it's awesome! -" data-hashtags="Mailchimp">Tweet</a>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/" data-text="I'm using the Easy Forms for Mailchimp plugin by @codeparrots to grow my mailing list - it's awesome! -" data-hashtags="Mailchimp">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if (!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</p>
</div>

<p class="description sidebar-footer-text"><?php printf( __( "This plugin made with %s by %s" , 'yikes-inc-easy-mailchimp-extender' ), '<span class="dashicons dashicons-heart yikes-love"></span>', '<a href="http://www.yikesinc.com" target="_blank" title="YIKES Inc.">YIKES Inc.</a>' ); ?> </p>
<p class="description sidebar-footer-text"><?php printf( __( "This plugin made with %s by %s" , 'yikes-inc-easy-mailchimp-extender' ), '<span class="dashicons dashicons-heart yikes-love"></span>', '<a href="http://www.codeparrots.com" target="_blank" title="Code Parrots">Code Parrots</a>' ); ?> </p>

<section id="about-yikes-inc" class="inside">
<a href="https://www.yikesinc.com" target="_blank" title="YIKES Inc.">
<a href="https://www.codeparrots.com" target="_blank" title="Code Parrots">
<img src="<?php echo YIKES_MC_URL . 'includes/images/About_Page/yikes-logo.png'; ?>" class="about-sidebar-yikes-logo" />
</a>
<p><strong>YIKES Inc.</strong> &mdash; <?php _e( 'is a web design and development company located in Philadelphia, Pennsylvania, US. YIKES specializes in custom WordPress theme and plugin development, site maintenance, eCommerce, custom-built web-based applications and more.', 'yikes-inc-easy-mailchimp-extender' ); ?></p>
<p><strong>Code Parrots</strong> &mdash; <?php _e( 'is a WordPress development shop located in Lancaster, Pennsylvania, US. Code Parrots specializes in custom WordPress plugin development.', 'yikes-inc-easy-mailchimp-extender' ); ?></p>
</section>

<p class="description sidebar-footer-text"><a href="#" class="about-yikes-inc-toggle" data-alt-text="<?php _e( 'Show YIKES Some Love', 'yikes-inc-easy-mailchimp-extender' ); ?>"><?php _e( 'About YIKES', 'yikes-inc-easy-mailchimp-extender' ); ?></a></p>
<p class="description sidebar-footer-text"><a href="#" class="about-yikes-inc-toggle" data-alt-text="<?php _e( 'Show Code Parrots Some Love', 'yikes-inc-easy-mailchimp-extender' ); ?>"><?php _e( 'About Code Parrots', 'yikes-inc-easy-mailchimp-extender' ); ?></a></p>

</div>

Expand Down Expand Up @@ -1883,7 +1883,7 @@ public function generate_form_editor( $form_fields, $list_id, $merge_variables,
</td>
<td>
<input type="text" id="classes_<?php echo esc_attr( $field['merge'] ); ?>" class="widefat" name="field[<?php echo $field['merge']; ?>][additional-classes]" value="<?php echo isset( $field['additional-classes'] ) ? stripslashes( wp_strip_all_tags( $field['additional-classes'] ) ) : '' ; ?>" />
<p class="description"><small><?php printf( __( "Assign additional classes to this field. %s.", 'yikes-inc-easy-mailchimp-extender' ), '<a target="_blank" href="' . esc_url( 'https://yikesplugins.com/support/knowledge-base/bundled-css-classes/' ) . '">' . __( 'View bundled classes', 'yikes-inc-easy-mailchimp-extender' ) . '</a>' );?></small></p>
<p class="description"><small><?php printf( __( "Assign additional classes to this field. %s.", 'yikes-inc-easy-mailchimp-extender' ), '<a target="_blank" href="' . esc_url( 'https://codeparrots.com/support/knowledge-base/bundled-css-classes/' ) . '">' . __( 'View bundled classes', 'yikes-inc-easy-mailchimp-extender' ) . '</a>' );?></small></p>
</td>
</tr>
<!-- Required Toggle -->
Expand Down Expand Up @@ -2177,7 +2177,7 @@ public function generate_form_editor( $form_fields, $list_id, $merge_variables,
</td>
<td>
<input type="text" id="classes_<?php echo esc_attr( $field['group_id'] ); ?>" class="widefat" name="field[<?php echo $field['group_id']; ?>][additional-classes]" value="<?php echo isset( $field['additional-classes'] ) ? stripslashes( wp_strip_all_tags( $field['additional-classes'] ) ) : '' ; ?>" />
<p class="description"><small><?php printf( __( "Assign additional classes to this field. %s.", 'yikes-inc-easy-mailchimp-extender' ), '<a target="_blank" href="' . esc_url( 'https://yikesplugins.com/support/knowledge-base/bundled-css-classes/' ) . '">' . __( 'View bundled classes', 'yikes-inc-easy-mailchimp-extender' ) . '</a>' );?></small></p>
<p class="description"><small><?php printf( __( "Assign additional classes to this field. %s.", 'yikes-inc-easy-mailchimp-extender' ), '<a target="_blank" href="' . esc_url( 'https://codeparrots.com/support/knowledge-base/bundled-css-classes/' ) . '">' . __( 'View bundled classes', 'yikes-inc-easy-mailchimp-extender' ) . '</a>' );?></small></p>
</td>
</tr>
<!-- Required Toggle -->
Expand Down Expand Up @@ -2717,7 +2717,7 @@ public static function generate_default_email_body() {
$email_body .= '<p>' . sprintf( __( 'This email was sent from: %s', 'yikes-inc-easy-mailchimp-extender' ), '[url]' ) . '</p>';
$email_body .= '<p>&nbsp;</p>';
$email_body .= '<p>&nbsp;</p>';
$email_body .= '<p style="font-size:13px;margin-top:5em;"><em>This email was generated by the <a href="http://www.wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/" target="_blank">Easy Forms for Mailchimp</a> plugin, created by <a href="http://www.yikesinc.com" target="_blank">YIKES Inc.</a></em></p>';
$email_body .= '<p style="font-size:13px;margin-top:5em;"><em>This email was generated by the <a href="http://www.wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/" target="_blank">Easy Forms for Mailchimp</a> plugin, created by <a href="http://www.codeparrots.com" target="_blank">Code Parrots</a></em></p>';

return $email_body;
}
Expand Down
2 changes: 1 addition & 1 deletion admin/css/yikes-inc-easy-mailchimp-extender-admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eb1203f

Please sign in to comment.