Page Templater For Elementor - Version 1.0.3

Version Description

  • FIXED: Class clash with the Template for Custom Post Types plugin
Download this release

Release Info

Developer WPDevHQ
Plugin Icon wp plugin Page Templater For Elementor
Version 1.0.3
Comparing to
See all releases

Code changes from version 1.0.2 to 1.0.3

Files changed (3) hide show
  1. custom-posttype-class.php +2 -2
  2. elementemplator.php +1 -1
  3. readme.txt +6 -3
custom-posttype-class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- class WP_CustomTemplates {
4
 
5
  private $elcpt_meta;
6
  private $post_ID;
@@ -167,5 +167,5 @@ class WP_CustomTemplates {
167
  *
168
  * @global
169
  **/
170
- $cpt_obj = new WP_CustomTemplates();
171
  ?>
1
  <?php
2
 
3
+ class EL_CustomTemplates {
4
 
5
  private $elcpt_meta;
6
  private $post_ID;
167
  *
168
  * @global
169
  **/
170
+ $cpt_obj = new EL_CustomTemplates();
171
  ?>
elementemplator.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Elementor Templater: ElemenTemplator
4
  * Plugin URI: http://www.wpdevhq.com/plugins/elementor-templator
5
  * Description: A helper plugin for users of Elementor Pagebuilder.
6
- * Version: 1.0.2
7
  * Author: WPDevHQ
8
  * Author URI: http://www.wpdevhq.com/
9
  * Requires at least: 4.4
3
  * Plugin Name: Elementor Templater: ElemenTemplator
4
  * Plugin URI: http://www.wpdevhq.com/plugins/elementor-templator
5
  * Description: A helper plugin for users of Elementor Pagebuilder.
6
+ * Version: 1.0.3
7
  * Author: WPDevHQ
8
  * Author URI: http://www.wpdevhq.com/
9
  * Requires at least: 4.4
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Elementor Page Templater ===
2
  Contributors: WPDevHQ
3
  Tags: elementor, pagebuilder, page builder, page builder template, page builder templates, actions, storefront, twentysixteen, genesis, template builder, builder templates
4
- Requires at least: 4.0
5
  Tested up to: 4.6
6
- Stable tag: 1.0.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -88,7 +88,10 @@ Please visit the settings page located at Dasboard >> Settings >> Post Type Temp
88
 
89
  == Changelog ==
90
 
91
- =1.0.2 =
 
 
 
92
  * NEW: Added support for custom post templates - supports all custom post types including Elementor Library.
93
 
94
  = 1.0.1 =
1
  === Elementor Page Templater ===
2
  Contributors: WPDevHQ
3
  Tags: elementor, pagebuilder, page builder, page builder template, page builder templates, actions, storefront, twentysixteen, genesis, template builder, builder templates
4
+ Requires at least: 4.4
5
  Tested up to: 4.6
6
+ Stable tag: 1.0.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
88
 
89
  == Changelog ==
90
 
91
+ = 1.0.3 =
92
+ * FIXED: Class clash with the Template for Custom Post Types plugin
93
+
94
+ = 1.0.2 =
95
  * NEW: Added support for custom post templates - supports all custom post types including Elementor Library.
96
 
97
  = 1.0.1 =