Skip to content

Commit

Permalink
Changes for public release
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerweb committed Nov 28, 2018
1 parent 0293813 commit f63e8c0
Show file tree
Hide file tree
Showing 13 changed files with 214 additions and 198 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Connect Polylang Elementor
# Polylang Connect for Elementor

**General Info**

Expand All @@ -13,9 +13,9 @@
## Changelog of the Plugin


### 1.0.0 - 2018-11-??
### 1.0.0 - 2018-11-28

* Official public release (upcoming)
* Official public release on WordPress.org


### 0.9.1 - 2018-11-27
Expand Down
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Connect the Polylang multilingual plugin with Elementor Page Builder: This plugi


### What the Plugin Does
* **Shows the correct Template** (for different languages): Connect Polylang Elementor allows Polylang to show the correct Elementor template to be displayed on the front end. Before this plugin, Elementor did not show the correct language (translated) template.
* **Shows the correct Template** (for different languages): Polylang Connect for Elementor allows Polylang to show the correct Elementor template to be displayed on the front end. Before this plugin, Elementor did not show the correct language (translated) template.
* Beyond enabling the Elementor post type in Polylang settings, plus assigning every post/page/template to a language, no further settings are needed for these template tweaks. It just works out of the box. All the heavy lifting happens under the hood.
* **Usage Example:**
* Make a header template in Elementor, set display conditions in Elementor panel, assign this to one language (English for example)
Expand All @@ -46,7 +46,7 @@ Connect the Polylang multilingual plugin with Elementor Page Builder: This plugi
* German (`de_DE`) - always included
* German formal (`de_DE_formal`) - always included
* `.pot` file (`connect-polylang-elementor.pot`) for translators is also always included :)
* Easy plugin translation platform with GlotPress tool: [Translate "Connect Polylang Elementor"...](https://translate.wordpress.org/projects/wp-plugins/connect-polylang-elementor)
* Easy plugin translation platform with GlotPress tool: [Translate "Polylang Connect for Elementor"...](https://translate.wordpress.org/projects/wp-plugins/connect-polylang-elementor)


### Feedback
Expand Down Expand Up @@ -126,7 +126,7 @@ This plugin has NO settings page, as it does not need one. All it does works jus
### Is Polylang Pro supported?

Yes, it is! :)
All features of "Connect Polylang Elementor" work with both, *Polylang* (free) AND *Polylang Pro* (Premium).
All features of "Polylang Connect for Elementor" work with both, *Polylang* (free) AND *Polylang Pro* (Premium).



Expand Down Expand Up @@ -164,25 +164,29 @@ There are quite a few:
* German (de_DE): Deutsch - immer dabei! :-)
* For custom and update-safe language files please upload them to `/wp-content/languages/connect-polylang-elementor/` (just create this folder) - This enables you to use fully custom translations that won't be overridden on plugin updates. Also, complete custom English wording is possible with that as well, just use a language file like `connect-polylang-elementor-en_US.mo/.po` to achieve that (for creating one see the following tools).

**Easy WordPress.org plugin translation platform with GlotPress platform:** [**Translate "Connect Polylang Elementor"...**](https://translate.wordpress.org/projects/wp-plugins/connect-polylang-elementor)
**Easy WordPress.org plugin translation platform with GlotPress platform:** [**Translate "Polylang Connect for Elementor"...**](https://translate.wordpress.org/projects/wp-plugins/connect-polylang-elementor)

*Note:* All my plugins are internationalized/ translateable by default. This is very important for all users worldwide. So please contribute your language to the plugin to make it even more useful. For translating and validating I recommend the awesome ["Poedit Editor"](https://www.poedit.net/), which works fine on Windows, macOS and Linux.



## Screenshots

### 1. ---
[missing image]
### 1. Language Switcher Widget - Content settings (Note: MORE plugin screenshots soon!)
![Language Switcher Widget - Content settings (Note: MORE plugin screenshots soon!)](https://ps.w.org/connect-polylang-elementor/assets/screenshot-1.png)


### 1. Language Switcher Widget - Styling options (Note: MORE plugin screenshots soon!)
![Language Switcher Widget - Styling options (Note: MORE plugin screenshots soon!)](https://ps.w.org/connect-polylang-elementor/assets/screenshot-2.png)




## Changelog


### 1.0.0 - 2018-11-??
* Official public release (upcoming)
### 1.0.0 - 2018-11-28
* Official public release on WordPress.org


### 0.9.1 - 2018-11-27
Expand Down Expand Up @@ -228,7 +232,7 @@ Just released into the wild.


## Donate
Enjoy using *Connect Polylang Elementor*? [**Please consider making a donation**](https://www.paypal.me/deckerweb) to support the project's continued development.
Enjoy using *Polylang Connect for Elementor*? [**Please consider making a donation**](https://www.paypal.me/deckerweb) to support the project's continued development.


## Credits
Expand Down
Binary file added assets-repos/wordpress-org/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-repos/wordpress-org/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/css/plsfe-editor.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* // assets/css/plsfe-editor
* @package Connect Polylang Elementor - Assets
* @package Polylang Connect for Elementor - Assets
* @since 1.0.0
*
* Note: Code based on Widget class of plugin "Language Switcher for Elementor",
Expand Down
2 changes: 1 addition & 1 deletion assets/css/plsfe-frontend.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* // assets/css/plsfe-frontend
* @package Connect Polylang Elementor - Assets
* @package Polylang Connect for Elementor - Assets
* @since 1.0.0
*
* Note: Code based on Widget class of plugin "Language Switcher for Elementor",
Expand Down
6 changes: 3 additions & 3 deletions connect-polylang-elementor.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php # -*- coding: utf-8 -*-
/**
* Main plugin file.
* @package Connect Polylang Elementor
* @package Polylang Connect for Elementor
* @author David Decker
* @copyright Copyright (c) 2018, David Decker - DECKERWEB
* @license GPL-2.0-or-later
* @link https://deckerweb.de/twitter
*
* @wordpress-plugin
* Plugin Name: Connect Polylang Elementor
* Plugin Name: Polylang Connect for Elementor
* Plugin URI: https://github.com/deckerweb/connect-polylang-elementor
* Description: Connect the Polylang multilingual plugin with Elementor Page Builder: This plugin will make Elementor and Polylang show the correct language templates, especially with Elementor Pro Theme Builder. Plus: native Polylang Language Switcher Elementor widget, new Dynamic Tags, and Polylang links added to the Elementor Finder feature.
* Version: 1.0.0
Expand Down Expand Up @@ -106,7 +106,7 @@ function ddw_cpel_load_translations() {
require_once( CPEL_PLUGIN_DIR . 'includes/functions-conditionals.php' );


add_action( 'init', 'ddw_cpel_setup_plugin' );
add_action( 'plugins_loaded', 'ddw_cpel_setup_plugin', 20 );
/**
* Finally setup the plugin for the main tasks.
*
Expand Down
Binary file modified languages/connect-polylang-elementor-de_DE.mo
Binary file not shown.
Loading

0 comments on commit f63e8c0

Please sign in to comment.