Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
David Garcia Watkins authored and strategio committed Dec 10, 2018
1 parent 12e43c2 commit a7d4436
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#1.1.1

* [compsupp-2737] Add support for "Domain Mapping" by http://wpmudev.org/

#1.1.0

* [wpmlbridge-94] Replaced the old WPML autoloader with a simple require.

#1.0.0

* [wpmlcore-2647] The domain is now mapped for secondary languages
* [wpmlcore-2647] The domain is now mapped for secondary languages
6 changes: 3 additions & 3 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
/*
Plugin Name: WPML MU Domain Mapping
Plugin URI: https://wpml.org/
Description: This is a bridge plugin to make <a href="https://wordpress.org/plugins/wordpress-mu-domain-mapping/" target="_blank">MU Domain Mapping</a> compatible with WPML
Description: This is a bridge plugin to make <a href="https://wordpress.org/plugins/wordpress-mu-domain-mapping/" target="_blank">MU Domain Mapping</a> compatible with WPML. It also works with <a href="https://premium.wpmudev.org/project/domain-mapping/">Domain Mapping</a>.
Author: OnTheGoSystems
Author URI: http://www.onthegosystems.com/
Version: 1.1.0
Version: 1.1.1
Plugin Slug: wpml-mu-domain-mapping
*/

Expand All @@ -26,4 +26,4 @@ function wpml_mu_domain_mapping_enable() {
$mu_domain_mapping_filters = new WPML_MU_Domain_Mapping_Filters( $wpdb, $sitepress );
$mu_domain_mapping_filters->init_hooks();
}
add_action( 'wpml_mu_domain_mapping_has_requirements', 'wpml_mu_domain_mapping_enable' );
add_action( 'wpml_mu_domain_mapping_has_requirements', 'wpml_mu_domain_mapping_enable' );

0 comments on commit a7d4436

Please sign in to comment.