Skip to content

Commit

Permalink
Bump Version to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuesken committed May 16, 2024
1 parent b777590 commit dee99e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 95 deletions.
97 changes: 5 additions & 92 deletions inc/templates/credits.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<?php printf(
wp_kses(
__(
'Search and Replace is refactored in 2015 by <a href="%1$s">Inpsyde GmbH</a>, maintained since 2006 and based on the original from <a href="%2$s">Mark Cunningham</a>.',
'Search and Replace is onwend since 2024 by <a href="%3$s">WP Media</a> and refactored in 2015 by <a href="%1$s">Syde GmbH</a>.It is based on the original from <a href="%2$s">Mark Cunningham</a>.',
'search-and-replace'
),
[
Expand All @@ -24,8 +24,9 @@
],
]
),
'http://inpsyde.com/',
'http://thedeadone.net'
'https://syde.com/',
'https://thedeadone.net',
'https://wp-media.me'
);
?>
</p>
Expand All @@ -44,95 +45,7 @@
],
]
),
'https://github.com/inpsyde/search-and-replace/'
);
?>
</p>

<h2><?php esc_html_e( 'We are Inpsyde', 'search-and-replace' ); ?></h2>
<p>
<?php esc_html_e(
'Inpsyde has developed enterprise solutions with the world’s most popular open-source CMS ever since it was a kitten. We still do, inconvincibly convinced.',
'search-and-replace'
);
?>
</p>
<p>
<?php printf(
wp_kses(
__(
'Inpsyde is a WordPress <a href="%1$s">VIP Service Partner</a> and <a href="%2$s">WooCommerce Expert</a>.',
'search-and-replace'
),
[
'a' => [
'href' => true,
],
]
),
'https://vip.wordpress.com/partner/inpsyde/',
'https://www.woothemes.com/experts/inpsyde-gmbh/'
);
?>
</p>
<p>
<?php printf(
wp_kses(
__( 'Look at our other <a href="%s">free WordPress plugins</a>.', 'search-and-replace' ),
[
'a' => [
'href' => true,
],
]
),
esc_url( 'https://profiles.wordpress.org/inpsyde/#content-plugins' )
);
?>
</p>


<h2><?php esc_html_e( 'Working at Inpsyde', 'search-and-replace' ); ?></h2>
<p>
<?php esc_html_e(
'As the biggest WordPress enterprise in Europe, we’re dynamically growing and constantly looking for new employees. So, do you want to shape WordPress in an interesting and exciting work environment? Here we are!',
'search-and-replace'
);
?>
</p>
<p>
<?php esc_html_e(
'At the moment we’re looking for developers for WordPress based products and services. If you’re not a developer and want to be part of us, we’d be happy to recieve your unsolicited application. At Inpsyde you can expect an open, modern and lively company culture:',
'search-and-replace'
);
?>
</p>
<ol>
<li><?php esc_html_e( 'challenging and exciting projects', 'search-and-replace' ); ?></li>
<li><?php esc_html_e( 'flexible working hours in remote office', 'search-and-replace' ); ?></li>
<li><?php esc_html_e( 'deliberately flat hierarchies and short decision paths', 'search-and-replace' ); ?></li>
<li><?php esc_html_e( 'a wide variety of tasks', 'search-and-replace' ); ?></li>
<li><?php esc_html_e(
'freedom for personal development and responsible, self-reliant action',
'search-and-replace'
); ?>
</li>

</ol>
<p>
<?php printf(
wp_kses(
/* translators: $1 is a url */
__(
'If you love open source and especially WordPress, if you love to organize your working days by yourself, and you want to use your pragmatic problem-solving skills and result-oriented work methods: <a href="%s">join our team</a>!',
'search-and-replace'
),
[
'a' => [
'href' => true,
],
]
),
'http://inpsyde.com/#jobs'
'https://github.com/wp-media/search-and-replace/'
);
?>
</p>
2 changes: 1 addition & 1 deletion inpsyde-search-replace.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author: WP MEDIA SAS
* Author URI: https://wp-media.me/
* Contributors: s-hinse, derpixler, ChriCo, Bueltge, inpsyde
* Version: 3.2.1
* Version: 3.2.2
* Text Domain: search-and-replace
* Domain Path: /languages
* License: GPLv2+
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: wp_media, krafit, Bueltge, derpixler, ChriCo, s-hinse
Tags: search, replace, backup, import, sql, migrate, multisite
Requires at least: 4.0
Tested up to: 6.0
Tested up to: 6.5
Requires PHP: 5.6
Stable tag: 3.2.1
Stable tag: 3.2.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -64,6 +64,10 @@ You want to donate - we prefer a [positive review](https://wordpress.org/support
5. Result screen after search or search and replace

== Changelog ==
= 3.2.2 (2024-05-16) =
* Now owned by WP Media
* Fixed potential time based SQL injection

= 3.2.1 (2019-06-06) =
* Update readme for tested up WP versions
* Add check for replace function to get more solid replace for custom tables. [#132](https://github.com/wp-media/search-and-replace/pull/132/files)
Expand Down

0 comments on commit dee99e4

Please sign in to comment.