Changeset 3397154
- Timestamp:
- 11/17/2025 11:33:35 AM (4 months ago)
- Location:
- event-schema
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.4 (copied) (copied from event-schema/trunk)
-
tags/1.1.4/event-schema.php (modified) (4 diffs)
-
tags/1.1.4/languages/event-schema.pot (modified) (4 diffs)
-
trunk/event-schema.php (modified) (4 diffs)
-
trunk/languages/event-schema.pot (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
event-schema/tags/1.1.4/event-schema.php
r3269330 r3397154 4 4 * Plugin URI: http://xylusthemes.com/plugins/event-schema/ 5 5 * Description: Event Schema is automatically generates Google Rich Snippet Schema for Events. 6 * Version: 1.1. 36 * Version: 1.1.4 7 7 * Author: Xylus Themes 8 8 * Author URI: http://xylusthemes.com … … 85 85 * @since 1.0.0 86 86 */ 87 public function __clone() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'event-schema' ), '1.1. 3' ); }87 public function __clone() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'event-schema' ), '1.1.4' ); } 88 88 89 89 /** … … 92 92 * @since 1.0.0 93 93 */ 94 public function __wakeup() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'event-schema' ), '1.1. 3' ); }94 public function __wakeup() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'event-schema' ), '1.1.4' ); } 95 95 96 96 … … 106 106 // Plugin version. 107 107 if( ! defined( 'ES_VERSION' ) ){ 108 define( 'ES_VERSION', '1.1. 3' );108 define( 'ES_VERSION', '1.1.4' ); 109 109 } 110 110 -
event-schema/tags/1.1.4/languages/event-schema.pot
r3269330 r3397154 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Event Schema 1.1. 3\n"5 "Project-Id-Version: Event Schema 1.1.4\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-schema\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: 2025- 04-09T05:46:03+00:00\n"12 "POT-Creation-Date: 2025-11-17T11:15:18+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2.1 1.0\n"14 "X-Generator: WP-CLI 2.12.0\n" 15 15 "X-Domain: event-schema\n" 16 16 … … 60 60 61 61 #: includes/class-event-schema-admin.php:212 62 #, php-format 62 63 msgid " Rate %1$sEvent Schema%2$s %3$s" 63 64 msgstr "" … … 144 145 145 146 #: templates/event-schema-settings.php:21 147 #, php-format 146 148 msgid "Disable Event Schema for %s" 147 149 msgstr "" 148 150 149 151 #: templates/event-schema-settings.php:29 152 #, php-format 150 153 msgid "Check to disable event schema(structured data) for %s ." 151 154 msgstr "" -
event-schema/trunk/event-schema.php
r3269330 r3397154 4 4 * Plugin URI: http://xylusthemes.com/plugins/event-schema/ 5 5 * Description: Event Schema is automatically generates Google Rich Snippet Schema for Events. 6 * Version: 1.1. 36 * Version: 1.1.4 7 7 * Author: Xylus Themes 8 8 * Author URI: http://xylusthemes.com … … 85 85 * @since 1.0.0 86 86 */ 87 public function __clone() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'event-schema' ), '1.1. 3' ); }87 public function __clone() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'event-schema' ), '1.1.4' ); } 88 88 89 89 /** … … 92 92 * @since 1.0.0 93 93 */ 94 public function __wakeup() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'event-schema' ), '1.1. 3' ); }94 public function __wakeup() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'event-schema' ), '1.1.4' ); } 95 95 96 96 … … 106 106 // Plugin version. 107 107 if( ! defined( 'ES_VERSION' ) ){ 108 define( 'ES_VERSION', '1.1. 3' );108 define( 'ES_VERSION', '1.1.4' ); 109 109 } 110 110 -
event-schema/trunk/languages/event-schema.pot
r3269330 r3397154 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Event Schema 1.1. 3\n"5 "Project-Id-Version: Event Schema 1.1.4\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-schema\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: 2025- 04-09T05:46:03+00:00\n"12 "POT-Creation-Date: 2025-11-17T11:15:18+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2.1 1.0\n"14 "X-Generator: WP-CLI 2.12.0\n" 15 15 "X-Domain: event-schema\n" 16 16 … … 60 60 61 61 #: includes/class-event-schema-admin.php:212 62 #, php-format 62 63 msgid " Rate %1$sEvent Schema%2$s %3$s" 63 64 msgstr "" … … 144 145 145 146 #: templates/event-schema-settings.php:21 147 #, php-format 146 148 msgid "Disable Event Schema for %s" 147 149 msgstr "" 148 150 149 151 #: templates/event-schema-settings.php:29 152 #, php-format 150 153 msgid "Check to disable event schema(structured data) for %s ." 151 154 msgstr ""
Note: See TracChangeset
for help on using the changeset viewer.