Changeset 3228175
- Timestamp:
- 01/24/2025 05:17:02 PM (14 months ago)
- Location:
- elemailer-lite
- Files:
-
- 10 edited
- 1 copied
-
tags/2.6 (copied) (copied from elemailer-lite/trunk)
-
tags/2.6/app/form-template/action.php (modified) (2 diffs)
-
tags/2.6/elemailer-lite.php (modified) (1 diff)
-
tags/2.6/languages/elemailer-lite.pot (modified) (2 diffs)
-
tags/2.6/plugin.php (modified) (1 diff)
-
tags/2.6/readme.txt (modified) (1 diff)
-
trunk/app/form-template/action.php (modified) (2 diffs)
-
trunk/elemailer-lite.php (modified) (1 diff)
-
trunk/languages/elemailer-lite.pot (modified) (2 diffs)
-
trunk/plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elemailer-lite/tags/2.6/app/form-template/action.php
r2716849 r3228175 218 218 'numberposts' => -1, 219 219 'order' => 'DESC', 220 'no_found_rows' => true, 221 'update_post_term_cache' => false, 222 'update_post_meta_cache' => false, 223 'cache_results' => false 224 220 225 ]); 221 226 … … 224 229 } 225 230 226 wp_reset_postdata();231 //no need to reset query with get posts. 227 232 228 233 return $form_templates; -
elemailer-lite/tags/2.6/elemailer-lite.php
r3208332 r3228175 6 6 * Plugin URI: https://elemailer.com/ 7 7 * Description: Elementor Email template & campaign builder for WordPress 8 * Version: 2. 58 * Version: 2.6 9 9 * Author: elemailer 10 10 * Author URI: https://elemailer.com/ -
elemailer-lite/tags/2.6/languages/elemailer-lite.pot
r3208332 r3228175 1 # Copyright (C) 202 4elemailer1 # Copyright (C) 2025 elemailer 2 2 # This file is distributed under the GPL-2.0+. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Elemailer Lite 2. 5\n"5 "Project-Id-Version: Elemailer Lite 2.6\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/elemailer-lite\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 4-12-16T04:44:11+00:00\n"12 "POT-Creation-Date: 2025-01-24T17:14:33+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" -
elemailer-lite/tags/2.6/plugin.php
r3208332 r3228175 43 43 public function define_constant() 44 44 { 45 define( 'ELE_MAILER_LITE_VERSION', '2. 5' );45 define( 'ELE_MAILER_LITE_VERSION', '2.6' ); 46 46 define( 'ELE_MAILER_LITE_PACKAGE', 'free' ); 47 47 define( 'ELE_MAILER_LITE_PLUGIN_URL', trailingslashit(plugin_dir_url(__FILE__ ) ) ); -
elemailer-lite/tags/2.6/readme.txt
r3208332 r3228175 147 147 148 148 == Changelog == 149 = 2.6 = 150 * Fix: Elementor loop query is broken 149 151 = 2.5 = 150 152 * Fix: Compatilbity with latest wp release -
elemailer-lite/trunk/app/form-template/action.php
r2716849 r3228175 218 218 'numberposts' => -1, 219 219 'order' => 'DESC', 220 'no_found_rows' => true, 221 'update_post_term_cache' => false, 222 'update_post_meta_cache' => false, 223 'cache_results' => false 224 220 225 ]); 221 226 … … 224 229 } 225 230 226 wp_reset_postdata();231 //no need to reset query with get posts. 227 232 228 233 return $form_templates; -
elemailer-lite/trunk/elemailer-lite.php
r3208332 r3228175 6 6 * Plugin URI: https://elemailer.com/ 7 7 * Description: Elementor Email template & campaign builder for WordPress 8 * Version: 2. 58 * Version: 2.6 9 9 * Author: elemailer 10 10 * Author URI: https://elemailer.com/ -
elemailer-lite/trunk/languages/elemailer-lite.pot
r3208332 r3228175 1 # Copyright (C) 202 4elemailer1 # Copyright (C) 2025 elemailer 2 2 # This file is distributed under the GPL-2.0+. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Elemailer Lite 2. 5\n"5 "Project-Id-Version: Elemailer Lite 2.6\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/elemailer-lite\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 4-12-16T04:44:11+00:00\n"12 "POT-Creation-Date: 2025-01-24T17:14:33+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" -
elemailer-lite/trunk/plugin.php
r3208332 r3228175 43 43 public function define_constant() 44 44 { 45 define( 'ELE_MAILER_LITE_VERSION', '2. 5' );45 define( 'ELE_MAILER_LITE_VERSION', '2.6' ); 46 46 define( 'ELE_MAILER_LITE_PACKAGE', 'free' ); 47 47 define( 'ELE_MAILER_LITE_PLUGIN_URL', trailingslashit(plugin_dir_url(__FILE__ ) ) ); -
elemailer-lite/trunk/readme.txt
r3208332 r3228175 147 147 148 148 == Changelog == 149 = 2.6 = 150 * Fix: Elementor loop query is broken 149 151 = 2.5 = 150 152 * Fix: Compatilbity with latest wp release
Note: See TracChangeset
for help on using the changeset viewer.