Changeset 2124646
- Timestamp:
- 07/17/2019 02:15:44 PM (7 years ago)
- Location:
- agentpress-listings
- Files:
-
- 6 added
- 10 edited
- 1 copied
-
tags/1.3.3 (copied) (copied from agentpress-listings/trunk)
-
tags/1.3.3/.circleci (added)
-
tags/1.3.3/.circleci/config.yml (added)
-
tags/1.3.3/.editorconfig (added)
-
tags/1.3.3/includes/class-agentpress-listings.php (modified) (1 diff)
-
tags/1.3.3/languages/agentpress-listings.pot (modified) (5 diffs)
-
tags/1.3.3/package.json (modified) (1 diff)
-
tags/1.3.3/plugin.php (modified) (2 diffs)
-
tags/1.3.3/readme.txt (modified) (2 diffs)
-
trunk/.circleci (added)
-
trunk/.circleci/config.yml (added)
-
trunk/.editorconfig (added)
-
trunk/includes/class-agentpress-listings.php (modified) (1 diff)
-
trunk/languages/agentpress-listings.pot (modified) (5 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
agentpress-listings/tags/1.3.3/includes/class-agentpress-listings.php
r2106230 r2124646 231 231 232 232 // Extra check for price that can create a sortable value. 233 if ( isset( $property_details['_listing_price'] ) && ! empty( $property_details['_listing_price'] ) ) { 234 235 $price_sortable = preg_replace( '/[^0-9\.]/', '', $property_details['_listing_price'] ); 233 if ( isset( $property_details[0]['_listing_price'] ) && ! empty( $property_details[0]['_listing_price'] ) ) { 234 $price_sortable = preg_replace( '/[^0-9\.]/', '', $property_details[0]['_listing_price'] ); 236 235 update_post_meta( $post_id, '_listing_price_sortable', floatval( $price_sortable ) ); 237 236 } else { -
agentpress-listings/tags/1.3.3/languages/agentpress-listings.pot
r2106230 r2124646 1 # Copyright (C) 201 5StudioPress1 # Copyright (C) 2019 StudioPress 2 2 # This file is distributed under the GNU General Public License v2.0 (or later). 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: AgentPress Listings 1. 2.6\n"5 "Project-Id-Version: AgentPress Listings 1.3.3\n" 6 6 "Report-Msgid-Bugs-To: StudioPress <translations@studiopress.com>\n" 7 "POT-Creation-Date: 201 5-10-12 02:19:49+00:00\n"7 "POT-Creation-Date: 2019-07-11 15:33:03+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "PO-Revision-Date: 201 5-MO-DA HO:MI+ZONE\n"11 "PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n" 12 12 "Last-Translator: StudioPress <translations@studiopress.com>\n" 13 13 "Language-Team: English <translations@studiopress.com>\n" … … 25 25 "X-Textdomain-Support: yes\n" 26 26 27 #: includes/class- featured-listings-widget.php:1227 #: includes/class-agentpress-featured-listings-widget.php:23 28 28 msgid "Display grid-style featured listings" 29 29 msgstr "" 30 30 31 #: includes/class- featured-listings-widget.php:1431 #: includes/class-agentpress-featured-listings-widget.php:31 32 32 msgid "AgentPress - Featured Listings" 33 33 msgstr "" 34 34 35 #: includes/class-featured-listings-widget.php:91 36 #: includes/class-listings.php:79 includes/class-listings.php:80 35 #: includes/class-agentpress-featured-listings-widget.php:125 36 #: includes/class-agentpress-listings.php:142 37 #: includes/class-agentpress-listings.php:143 37 38 msgid "View Listing" 38 39 msgstr "" 39 40 40 #: includes/class- featured-listings-widget.php:11641 #: includes/class- property-search-widget.php:7741 #: includes/class-agentpress-featured-listings-widget.php:169 42 #: includes/class-agentpress-listings-search-widget.php:139 42 43 msgid "Title:" 43 44 msgstr "" 44 45 45 #: includes/class- featured-listings-widget.php:11846 #: includes/class-agentpress-featured-listings-widget.php:171 46 47 msgid "How many results should be returned?" 47 48 msgstr "" 48 49 49 #: includes/class-listings.php:28 50 #: includes/class-agentpress-listings-search-widget.php:23 51 msgid "Display property search dropdown" 52 msgstr "" 53 54 #: includes/class-agentpress-listings-search-widget.php:32 55 msgid "AgentPress - Listing Search" 56 msgstr "" 57 58 #: includes/class-agentpress-listings-search-widget.php:47 59 #: includes/class-agentpress-listings-search-widget.php:129 60 msgid "Search Properties" 61 msgstr "" 62 63 #: includes/class-agentpress-listings-search-widget.php:141 64 msgid "Include these taxonomies in the search widget" 65 msgstr "" 66 67 #: includes/class-agentpress-listings-search-widget.php:156 68 msgid "Button Text:" 69 msgstr "" 70 71 #: includes/class-agentpress-listings.php:51 50 72 msgid "Price:" 51 73 msgstr "" 52 74 53 #: includes/class- listings.php:2975 #: includes/class-agentpress-listings.php:52 54 76 msgid "Address:" 55 77 msgstr "" 56 78 57 #: includes/class- listings.php:3079 #: includes/class-agentpress-listings.php:53 58 80 msgid "City:" 59 81 msgstr "" 60 82 61 #: includes/class- listings.php:3183 #: includes/class-agentpress-listings.php:54 62 84 msgid "State:" 63 85 msgstr "" 64 86 65 #: includes/class- listings.php:3287 #: includes/class-agentpress-listings.php:55 66 88 msgid "ZIP:" 67 89 msgstr "" 68 90 69 #: includes/class- listings.php:3591 #: includes/class-agentpress-listings.php:58 70 92 msgid "MLS #:" 71 93 msgstr "" 72 94 73 #: includes/class- listings.php:3695 #: includes/class-agentpress-listings.php:59 74 96 msgid "Square Feet:" 75 97 msgstr "" 76 98 77 #: includes/class- listings.php:3799 #: includes/class-agentpress-listings.php:60 78 100 msgid "Bedrooms:" 79 101 msgstr "" 80 102 81 #: includes/class- listings.php:38103 #: includes/class-agentpress-listings.php:61 82 104 msgid "Bathrooms:" 83 105 msgstr "" 84 106 85 #: includes/class- listings.php:39107 #: includes/class-agentpress-listings.php:62 86 108 msgid "Basement:" 87 109 msgstr "" 88 110 89 #: includes/class- listings.php:72111 #: includes/class-agentpress-listings.php:135 90 112 msgid "Listings" 91 113 msgstr "" 92 114 93 #: includes/class- listings.php:73115 #: includes/class-agentpress-listings.php:136 94 116 msgid "Listing" 95 117 msgstr "" 96 118 97 #: includes/class- listings.php:74119 #: includes/class-agentpress-listings.php:137 98 120 msgid "Add New" 99 121 msgstr "" 100 122 101 #: includes/class- listings.php:75123 #: includes/class-agentpress-listings.php:138 102 124 msgid "Add New Listing" 103 125 msgstr "" 104 126 105 #: includes/class- listings.php:76 includes/views/create-tax.php:50127 #: includes/class-agentpress-listings.php:139 includes/views/create-tax.php:64 106 128 msgid "Edit" 107 129 msgstr "" 108 130 109 #: includes/class- listings.php:77131 #: includes/class-agentpress-listings.php:140 110 132 msgid "Edit Listing" 111 133 msgstr "" 112 134 113 #: includes/class- listings.php:78135 #: includes/class-agentpress-listings.php:141 114 136 msgid "New Listing" 115 137 msgstr "" 116 138 117 #: includes/class- listings.php:81139 #: includes/class-agentpress-listings.php:144 118 140 msgid "Search Listings" 119 141 msgstr "" 120 142 121 #: includes/class- listings.php:82143 #: includes/class-agentpress-listings.php:145 122 144 msgid "No listings found" 123 145 msgstr "" 124 146 125 #: includes/class- listings.php:83147 #: includes/class-agentpress-listings.php:146 126 148 msgid "No listings found in Trash" 127 149 msgstr "" 128 150 129 #: includes/class- listings.php:101151 #: includes/class-agentpress-listings.php:167 130 152 msgid "Property Details" 131 153 msgstr "" 132 154 133 #: includes/class- listings.php:164155 #: includes/class-agentpress-listings.php:250 134 156 msgid "Thumbnail" 135 157 msgstr "" 136 158 137 #: includes/class- listings.php:165159 #: includes/class-agentpress-listings.php:251 138 160 msgid "Listing Title" 139 161 msgstr "" 140 162 141 #: includes/class- listings.php:166163 #: includes/class-agentpress-listings.php:252 142 164 msgid "Details" 143 165 msgstr "" 144 166 145 #: includes/class- listings.php:167167 #: includes/class-agentpress-listings.php:253 146 168 msgid "Features" 147 169 msgstr "" 148 170 149 #: includes/class- listings.php:168171 #: includes/class-agentpress-listings.php:254 150 172 msgid "Categories" 151 173 msgstr "" 152 174 153 #: includes/class- listings.php:223175 #: includes/class-agentpress-listings.php:332 154 176 msgid "Additional Features:" 155 177 msgstr "" 156 178 157 #: includes/class- listings.php:273179 #: includes/class-agentpress-listings.php:408 158 180 msgid "Listing Search Results" 159 181 msgstr "" 160 182 161 #: includes/class-property-search-widget.php:12 162 msgid "Display property search dropdown" 163 msgstr "" 164 165 #: includes/class-property-search-widget.php:14 166 msgid "AgentPress - Listing Search" 167 msgstr "" 168 169 #: includes/class-property-search-widget.php:21 170 #: includes/class-property-search-widget.php:69 171 msgid "Search Properties" 172 msgstr "" 173 174 #: includes/class-property-search-widget.php:79 175 msgid "Include these taxonomies in the search widget" 176 msgstr "" 177 178 #: includes/class-property-search-widget.php:93 179 msgid "Button Text:" 180 msgstr "" 181 182 #: includes/class-taxonomies.php:39 183 #: includes/class-agentpress-taxonomies.php:57 183 184 msgid "Register Taxonomies" 184 185 msgstr "" 185 186 186 #: includes/class-taxonomies.php:87 includes/class-taxonomies.php:90 187 #: includes/class-taxonomies.php:93 includes/class-taxonomies.php:190 188 #: includes/class-taxonomies.php:192 includes/class-taxonomies.php:194 187 #: includes/class-agentpress-taxonomies.php:118 188 #: includes/class-agentpress-taxonomies.php:121 189 #: includes/class-agentpress-taxonomies.php:124 190 #: includes/class-agentpress-taxonomies.php:236 191 #: includes/class-agentpress-taxonomies.php:240 192 #: includes/class-agentpress-taxonomies.php:244 189 193 msgid "Please complete all required fields." 190 194 msgstr "" 191 195 192 #: includes/class- taxonomies.php:101196 #: includes/class-agentpress-taxonomies.php:132 193 197 msgid "You have given this taxonomy an invalid slug/ID. Please try again." 194 198 msgstr "" 195 199 196 #: includes/class-taxonomies.php:109 includes/class-taxonomies.php:203 197 #: includes/class-taxonomies.php:274 200 #: includes/class-agentpress-taxonomies.php:141 201 #: includes/class-agentpress-taxonomies.php:255 202 #: includes/class-agentpress-taxonomies.php:341 203 #. translators: %s is for name. 198 204 msgid "Search %s" 199 205 msgstr "" 200 206 201 #: includes/class-taxonomies.php:110 includes/class-taxonomies.php:204 202 #: includes/class-taxonomies.php:275 207 #: includes/class-agentpress-taxonomies.php:143 208 #: includes/class-agentpress-taxonomies.php:257 209 #: includes/class-agentpress-taxonomies.php:343 210 #. translators: %s is for name. 203 211 msgid "Popular %s" 204 212 msgstr "" 205 213 206 #: includes/class-taxonomies.php:111 includes/class-taxonomies.php:205 207 #: includes/class-taxonomies.php:276 214 #: includes/class-agentpress-taxonomies.php:145 215 #: includes/class-agentpress-taxonomies.php:259 216 #: includes/class-agentpress-taxonomies.php:345 217 #. translators: %s is for name. 208 218 msgid "All %s" 209 219 msgstr "" 210 220 211 #: includes/class-taxonomies.php:112 includes/class-taxonomies.php:206 212 #: includes/class-taxonomies.php:277 221 #: includes/class-agentpress-taxonomies.php:147 222 #: includes/class-agentpress-taxonomies.php:261 223 #: includes/class-agentpress-taxonomies.php:347 224 #. translators: %s is for singular name. 213 225 msgid "Edit %s" 214 226 msgstr "" 215 227 216 #: includes/class-taxonomies.php:113 includes/class-taxonomies.php:207 217 #: includes/class-taxonomies.php:278 228 #: includes/class-agentpress-taxonomies.php:149 229 #: includes/class-agentpress-taxonomies.php:263 230 #: includes/class-agentpress-taxonomies.php:349 231 #. translators: %s is for singular name. 218 232 msgid "Update %s" 219 233 msgstr "" 220 234 221 #: includes/class-taxonomies.php:114 includes/class-taxonomies.php:208 222 #: includes/class-taxonomies.php:279 235 #: includes/class-agentpress-taxonomies.php:151 236 #: includes/class-agentpress-taxonomies.php:265 237 #: includes/class-agentpress-taxonomies.php:351 238 #. translators: %s is for singular name. 223 239 msgid "Add New %s" 224 240 msgstr "" 225 241 226 #: includes/class-taxonomies.php:115 includes/class-taxonomies.php:209 227 #: includes/class-taxonomies.php:280 242 #: includes/class-agentpress-taxonomies.php:153 243 #: includes/class-agentpress-taxonomies.php:267 244 #: includes/class-agentpress-taxonomies.php:353 245 #. translators: %s is for singular name. 228 246 msgid "New %s Name" 229 247 msgstr "" 230 248 231 #: includes/class-taxonomies.php:116 includes/class-taxonomies.php:210 232 #: includes/class-taxonomies.php:281 249 #: includes/class-agentpress-taxonomies.php:155 250 #: includes/class-agentpress-taxonomies.php:269 251 #: includes/class-agentpress-taxonomies.php:355 252 #. translators: %s is for name. 233 253 msgid "Add or Remove %s" 234 254 msgstr "" 235 255 236 #: includes/class-taxonomies.php:117 includes/class-taxonomies.php:211 237 #: includes/class-taxonomies.php:282 256 #: includes/class-agentpress-taxonomies.php:157 257 #: includes/class-agentpress-taxonomies.php:271 258 #: includes/class-agentpress-taxonomies.php:357 259 #. translators: %s is for name. 238 260 msgid "Choose from the most used %s" 239 261 msgstr "" 240 262 241 #: includes/class- taxonomies.php:173263 #: includes/class-agentpress-taxonomies.php:214 242 264 msgid "" 243 265 "Nice try, partner. But that taxonomy doesn't exist. Click back and try " … … 245 267 msgstr "" 246 268 247 #: includes/class- taxonomies.php:241269 #: includes/class-agentpress-taxonomies.php:306 248 270 msgid "New taxonomy successfully created!" 249 271 msgstr "" 250 272 251 #: includes/class- taxonomies.php:246273 #: includes/class-agentpress-taxonomies.php:312 252 274 msgid "Taxonomy successfully edited!" 253 275 msgstr "" 254 276 255 #: includes/class- taxonomies.php:251277 #: includes/class-agentpress-taxonomies.php:318 256 278 msgid "Taxonomy successfully deleted." 257 279 msgstr "" 258 280 259 #: includes/views/create-tax.php: 2281 #: includes/views/create-tax.php:10 260 282 msgid "Listing Taxonomies" 261 283 msgstr "" 262 284 263 #: includes/views/create-tax.php:1 1285 #: includes/views/create-tax.php:17 264 286 msgid "Current Listing Taxonomies" 265 287 msgstr "" 266 288 267 #: includes/views/create-tax.php: 15 includes/views/create-tax.php:23268 #: includes/views/create-tax.php: 78 includes/views/edit-tax.php:19289 #: includes/views/create-tax.php:21 includes/views/create-tax.php:29 290 #: includes/views/create-tax.php:92 includes/views/edit-tax.php:27 269 291 msgid "ID" 270 292 msgstr "" 271 293 272 #: includes/views/create-tax.php: 16 includes/views/create-tax.php:24273 #: includes/views/create-tax.php: 90 includes/views/edit-tax.php:33294 #: includes/views/create-tax.php:22 includes/views/create-tax.php:30 295 #: includes/views/create-tax.php:104 includes/views/edit-tax.php:41 274 296 msgid "Singular Name" 275 297 msgstr "" 276 298 277 #: includes/views/create-tax.php: 17 includes/views/create-tax.php:25278 #: includes/views/create-tax.php: 84 includes/views/edit-tax.php:27299 #: includes/views/create-tax.php:23 includes/views/create-tax.php:31 300 #: includes/views/create-tax.php:98 includes/views/edit-tax.php:35 279 301 msgid "Plural Name" 280 302 msgstr "" 281 303 282 #: includes/views/create-tax.php: 51304 #: includes/views/create-tax.php:65 283 305 msgid "Delete" 284 306 msgstr "" 285 307 286 #: includes/views/create-tax.php: 72308 #: includes/views/create-tax.php:86 287 309 msgid "Add New Listing Taxonomy" 288 310 msgstr "" 289 311 290 #: includes/views/create-tax.php: 80291 msgid "" 292 "The unique ID is used to register the taxonomy. <br />(no spaces,"293 " underscores, orspecial characters)"294 msgstr "" 295 296 #: includes/views/create-tax.php: 86 includes/views/edit-tax.php:29312 #: includes/views/create-tax.php:94 313 msgid "" 314 "The unique ID is used to register the taxonomy. (no spaces, underscores, or " 315 "special characters)" 316 msgstr "" 317 318 #: includes/views/create-tax.php:100 includes/views/edit-tax.php:37 297 319 msgid "Example: \"Property Types\" or \"Locations\"" 298 320 msgstr "" 299 321 300 #: includes/views/create-tax.php: 92 includes/views/edit-tax.php:35322 #: includes/views/create-tax.php:106 includes/views/edit-tax.php:43 301 323 msgid "Example: \"Property Type\" or \"Location\"" 302 324 msgstr "" 303 325 304 #: includes/views/create-tax.php: 95326 #: includes/views/create-tax.php:109 305 327 msgid "Add New Taxonomy" 306 328 msgstr "" 307 329 308 #: includes/views/edit-tax.php: 7330 #: includes/views/edit-tax.php:16 309 331 msgid "" 310 332 "Nice try, partner. But that taxonomy doesn't exist or can't be edited. " … … 312 334 msgstr "" 313 335 314 #: includes/views/edit-tax.php: 12336 #: includes/views/edit-tax.php:20 315 337 msgid "Edit Taxonomy" 316 338 msgstr "" 317 339 318 #: includes/views/edit-tax.php: 23340 #: includes/views/edit-tax.php:31 319 341 msgid "The unique ID is used to register the taxonomy. (cannot be changed)" 320 342 msgstr "" 321 343 322 #: includes/views/edit-tax.php:4 0344 #: includes/views/edit-tax.php:48 323 345 msgid "Update" 324 346 msgstr "" 325 347 326 #: includes/views/listing-details-metabox.php: 6348 #: includes/views/listing-details-metabox.php:12 327 349 msgid "Custom Text: " 328 350 msgstr "" 329 351 330 #: includes/views/listing-details-metabox.php: 7352 #: includes/views/listing-details-metabox.php:13 331 353 msgid "Custom text shows on the featured listings widget image." 332 354 msgstr "" 333 355 334 #: includes/views/listing-details-metabox.php: 18335 #: includes/views/listing-details-metabox.php: 34336 #: includes/views/listing-details-metabox.php:4 2356 #: includes/views/listing-details-metabox.php:24 357 #: includes/views/listing-details-metabox.php:40 358 #: includes/views/listing-details-metabox.php:48 337 359 msgid "Send to text editor" 338 360 msgstr "" 339 361 340 #: includes/views/listing-details-metabox.php:32 341 msgid "" 342 "<p><label>Enter Map Embed Code:<br /><textarea name=\"ap[_listing_map]\" " 343 "rows=\"5\" cols=\"18\" style=\"%s\">%s</textarea></label></p>" 344 msgstr "" 345 346 #: includes/views/listing-details-metabox.php:40 347 msgid "" 348 "<p><label>Enter Video Embed Code:<br /><textarea " 349 "name=\"ap[_listing_video]\" rows=\"5\" cols=\"18\" " 350 "style=\"%s\">%s</textarea></label></p>" 351 msgstr "" 352 353 #: plugin.php:33 362 #: includes/views/listing-details-metabox.php:38 363 msgid "Enter Map Embed Code:" 364 msgstr "" 365 366 #: includes/views/listing-details-metabox.php:46 367 msgid "Enter Video Embed Code" 368 msgstr "" 369 370 #: plugin.php:40 371 #. translators: %1$s is the link. 354 372 msgid "" 355 373 "Sorry, you can't activate unless you have installed <a " 356 "href=\"%s\">Genesis</a>" 357 msgstr "" 358 359 #: plugin.php:41 360 msgid "Sorry, you cannot activate without <a href=\"%s\">Genesis %s</a> or greater" 374 "href=\"%1$s\">Genesis</a>" 375 msgstr "" 376 377 #: plugin.php:62 378 #. translators: %1$s is the link and %2$s is the version. 379 msgid "" 380 "Sorry, you cannot activate without <a href=\"%1$s\">Genesis %2$s</a> or " 381 "greater" 361 382 msgstr "" 362 383 … … 366 387 367 388 #. Author URI of the plugin/theme 368 msgid "http ://www.studiopress.com/"389 msgid "https://www.studiopress.com/" 369 390 msgstr "" 370 391 -
agentpress-listings/tags/1.3.3/package.json
r2106230 r2124646 29 29 "description": "AgentPress Listings is a plugin which adds a Listings custom post type for Real Estate agents.", 30 30 "author": "StudioPress", 31 "authoruri": "http ://www.studiopress.com/",32 "version": "1.3. 2",33 "license": "GPL-2.0 +",34 "licenseuri": "http ://www.gnu.org/licenses/gpl-2.0.html",31 "authoruri": "https://www.studiopress.com/", 32 "version": "1.3.3", 33 "license": "GPL-2.0-or-later", 34 "licenseuri": "https://www.gnu.org/licenses/gpl-2.0.html", 35 35 "textdomain": "agentpress-listings" 36 36 } -
agentpress-listings/tags/1.3.3/plugin.php
r2106230 r2124646 7 7 * Author URI: https://www.studiopress.com/ 8 8 * 9 * Version: 1.3. 29 * Version: 1.3.3 10 10 * 11 11 * Text Domain: agentpress-listings … … 106 106 107 107 define( 'APL_URL', plugin_dir_url( __FILE__ ) ); 108 define( 'APL_VERSION', '1.3. 2' );108 define( 'APL_VERSION', '1.3.3' ); 109 109 110 110 /** Load textdomain for translation */ -
agentpress-listings/tags/1.3.3/readme.txt
r2106230 r2124646 3 3 Tags: real estate, agentpress, genesis, genesiswp 4 4 Requires at least: 4.0.0 5 Tested up to: 5.2. 16 Stable tag: 1.3. 25 Tested up to: 5.2.2 6 Stable tag: 1.3.3 7 7 8 8 This plugin adds a Listings custom post type for Real Estate agents. … … 31 31 32 32 == Changelog == 33 34 = 1.3.3 = 35 * Prevent `_listing_price_sortable` meta being removed when creating new listings or saving existing ones. If listings disappeared from your archives and search results after editing them, try updating the plugin and then resaving them. 33 36 34 37 = 1.3.2 = -
agentpress-listings/trunk/includes/class-agentpress-listings.php
r2106230 r2124646 231 231 232 232 // Extra check for price that can create a sortable value. 233 if ( isset( $property_details['_listing_price'] ) && ! empty( $property_details['_listing_price'] ) ) { 234 235 $price_sortable = preg_replace( '/[^0-9\.]/', '', $property_details['_listing_price'] ); 233 if ( isset( $property_details[0]['_listing_price'] ) && ! empty( $property_details[0]['_listing_price'] ) ) { 234 $price_sortable = preg_replace( '/[^0-9\.]/', '', $property_details[0]['_listing_price'] ); 236 235 update_post_meta( $post_id, '_listing_price_sortable', floatval( $price_sortable ) ); 237 236 } else { -
agentpress-listings/trunk/languages/agentpress-listings.pot
r2106230 r2124646 1 # Copyright (C) 201 5StudioPress1 # Copyright (C) 2019 StudioPress 2 2 # This file is distributed under the GNU General Public License v2.0 (or later). 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: AgentPress Listings 1. 2.6\n"5 "Project-Id-Version: AgentPress Listings 1.3.3\n" 6 6 "Report-Msgid-Bugs-To: StudioPress <translations@studiopress.com>\n" 7 "POT-Creation-Date: 201 5-10-12 02:19:49+00:00\n"7 "POT-Creation-Date: 2019-07-11 15:33:03+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "PO-Revision-Date: 201 5-MO-DA HO:MI+ZONE\n"11 "PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n" 12 12 "Last-Translator: StudioPress <translations@studiopress.com>\n" 13 13 "Language-Team: English <translations@studiopress.com>\n" … … 25 25 "X-Textdomain-Support: yes\n" 26 26 27 #: includes/class- featured-listings-widget.php:1227 #: includes/class-agentpress-featured-listings-widget.php:23 28 28 msgid "Display grid-style featured listings" 29 29 msgstr "" 30 30 31 #: includes/class- featured-listings-widget.php:1431 #: includes/class-agentpress-featured-listings-widget.php:31 32 32 msgid "AgentPress - Featured Listings" 33 33 msgstr "" 34 34 35 #: includes/class-featured-listings-widget.php:91 36 #: includes/class-listings.php:79 includes/class-listings.php:80 35 #: includes/class-agentpress-featured-listings-widget.php:125 36 #: includes/class-agentpress-listings.php:142 37 #: includes/class-agentpress-listings.php:143 37 38 msgid "View Listing" 38 39 msgstr "" 39 40 40 #: includes/class- featured-listings-widget.php:11641 #: includes/class- property-search-widget.php:7741 #: includes/class-agentpress-featured-listings-widget.php:169 42 #: includes/class-agentpress-listings-search-widget.php:139 42 43 msgid "Title:" 43 44 msgstr "" 44 45 45 #: includes/class- featured-listings-widget.php:11846 #: includes/class-agentpress-featured-listings-widget.php:171 46 47 msgid "How many results should be returned?" 47 48 msgstr "" 48 49 49 #: includes/class-listings.php:28 50 #: includes/class-agentpress-listings-search-widget.php:23 51 msgid "Display property search dropdown" 52 msgstr "" 53 54 #: includes/class-agentpress-listings-search-widget.php:32 55 msgid "AgentPress - Listing Search" 56 msgstr "" 57 58 #: includes/class-agentpress-listings-search-widget.php:47 59 #: includes/class-agentpress-listings-search-widget.php:129 60 msgid "Search Properties" 61 msgstr "" 62 63 #: includes/class-agentpress-listings-search-widget.php:141 64 msgid "Include these taxonomies in the search widget" 65 msgstr "" 66 67 #: includes/class-agentpress-listings-search-widget.php:156 68 msgid "Button Text:" 69 msgstr "" 70 71 #: includes/class-agentpress-listings.php:51 50 72 msgid "Price:" 51 73 msgstr "" 52 74 53 #: includes/class- listings.php:2975 #: includes/class-agentpress-listings.php:52 54 76 msgid "Address:" 55 77 msgstr "" 56 78 57 #: includes/class- listings.php:3079 #: includes/class-agentpress-listings.php:53 58 80 msgid "City:" 59 81 msgstr "" 60 82 61 #: includes/class- listings.php:3183 #: includes/class-agentpress-listings.php:54 62 84 msgid "State:" 63 85 msgstr "" 64 86 65 #: includes/class- listings.php:3287 #: includes/class-agentpress-listings.php:55 66 88 msgid "ZIP:" 67 89 msgstr "" 68 90 69 #: includes/class- listings.php:3591 #: includes/class-agentpress-listings.php:58 70 92 msgid "MLS #:" 71 93 msgstr "" 72 94 73 #: includes/class- listings.php:3695 #: includes/class-agentpress-listings.php:59 74 96 msgid "Square Feet:" 75 97 msgstr "" 76 98 77 #: includes/class- listings.php:3799 #: includes/class-agentpress-listings.php:60 78 100 msgid "Bedrooms:" 79 101 msgstr "" 80 102 81 #: includes/class- listings.php:38103 #: includes/class-agentpress-listings.php:61 82 104 msgid "Bathrooms:" 83 105 msgstr "" 84 106 85 #: includes/class- listings.php:39107 #: includes/class-agentpress-listings.php:62 86 108 msgid "Basement:" 87 109 msgstr "" 88 110 89 #: includes/class- listings.php:72111 #: includes/class-agentpress-listings.php:135 90 112 msgid "Listings" 91 113 msgstr "" 92 114 93 #: includes/class- listings.php:73115 #: includes/class-agentpress-listings.php:136 94 116 msgid "Listing" 95 117 msgstr "" 96 118 97 #: includes/class- listings.php:74119 #: includes/class-agentpress-listings.php:137 98 120 msgid "Add New" 99 121 msgstr "" 100 122 101 #: includes/class- listings.php:75123 #: includes/class-agentpress-listings.php:138 102 124 msgid "Add New Listing" 103 125 msgstr "" 104 126 105 #: includes/class- listings.php:76 includes/views/create-tax.php:50127 #: includes/class-agentpress-listings.php:139 includes/views/create-tax.php:64 106 128 msgid "Edit" 107 129 msgstr "" 108 130 109 #: includes/class- listings.php:77131 #: includes/class-agentpress-listings.php:140 110 132 msgid "Edit Listing" 111 133 msgstr "" 112 134 113 #: includes/class- listings.php:78135 #: includes/class-agentpress-listings.php:141 114 136 msgid "New Listing" 115 137 msgstr "" 116 138 117 #: includes/class- listings.php:81139 #: includes/class-agentpress-listings.php:144 118 140 msgid "Search Listings" 119 141 msgstr "" 120 142 121 #: includes/class- listings.php:82143 #: includes/class-agentpress-listings.php:145 122 144 msgid "No listings found" 123 145 msgstr "" 124 146 125 #: includes/class- listings.php:83147 #: includes/class-agentpress-listings.php:146 126 148 msgid "No listings found in Trash" 127 149 msgstr "" 128 150 129 #: includes/class- listings.php:101151 #: includes/class-agentpress-listings.php:167 130 152 msgid "Property Details" 131 153 msgstr "" 132 154 133 #: includes/class- listings.php:164155 #: includes/class-agentpress-listings.php:250 134 156 msgid "Thumbnail" 135 157 msgstr "" 136 158 137 #: includes/class- listings.php:165159 #: includes/class-agentpress-listings.php:251 138 160 msgid "Listing Title" 139 161 msgstr "" 140 162 141 #: includes/class- listings.php:166163 #: includes/class-agentpress-listings.php:252 142 164 msgid "Details" 143 165 msgstr "" 144 166 145 #: includes/class- listings.php:167167 #: includes/class-agentpress-listings.php:253 146 168 msgid "Features" 147 169 msgstr "" 148 170 149 #: includes/class- listings.php:168171 #: includes/class-agentpress-listings.php:254 150 172 msgid "Categories" 151 173 msgstr "" 152 174 153 #: includes/class- listings.php:223175 #: includes/class-agentpress-listings.php:332 154 176 msgid "Additional Features:" 155 177 msgstr "" 156 178 157 #: includes/class- listings.php:273179 #: includes/class-agentpress-listings.php:408 158 180 msgid "Listing Search Results" 159 181 msgstr "" 160 182 161 #: includes/class-property-search-widget.php:12 162 msgid "Display property search dropdown" 163 msgstr "" 164 165 #: includes/class-property-search-widget.php:14 166 msgid "AgentPress - Listing Search" 167 msgstr "" 168 169 #: includes/class-property-search-widget.php:21 170 #: includes/class-property-search-widget.php:69 171 msgid "Search Properties" 172 msgstr "" 173 174 #: includes/class-property-search-widget.php:79 175 msgid "Include these taxonomies in the search widget" 176 msgstr "" 177 178 #: includes/class-property-search-widget.php:93 179 msgid "Button Text:" 180 msgstr "" 181 182 #: includes/class-taxonomies.php:39 183 #: includes/class-agentpress-taxonomies.php:57 183 184 msgid "Register Taxonomies" 184 185 msgstr "" 185 186 186 #: includes/class-taxonomies.php:87 includes/class-taxonomies.php:90 187 #: includes/class-taxonomies.php:93 includes/class-taxonomies.php:190 188 #: includes/class-taxonomies.php:192 includes/class-taxonomies.php:194 187 #: includes/class-agentpress-taxonomies.php:118 188 #: includes/class-agentpress-taxonomies.php:121 189 #: includes/class-agentpress-taxonomies.php:124 190 #: includes/class-agentpress-taxonomies.php:236 191 #: includes/class-agentpress-taxonomies.php:240 192 #: includes/class-agentpress-taxonomies.php:244 189 193 msgid "Please complete all required fields." 190 194 msgstr "" 191 195 192 #: includes/class- taxonomies.php:101196 #: includes/class-agentpress-taxonomies.php:132 193 197 msgid "You have given this taxonomy an invalid slug/ID. Please try again." 194 198 msgstr "" 195 199 196 #: includes/class-taxonomies.php:109 includes/class-taxonomies.php:203 197 #: includes/class-taxonomies.php:274 200 #: includes/class-agentpress-taxonomies.php:141 201 #: includes/class-agentpress-taxonomies.php:255 202 #: includes/class-agentpress-taxonomies.php:341 203 #. translators: %s is for name. 198 204 msgid "Search %s" 199 205 msgstr "" 200 206 201 #: includes/class-taxonomies.php:110 includes/class-taxonomies.php:204 202 #: includes/class-taxonomies.php:275 207 #: includes/class-agentpress-taxonomies.php:143 208 #: includes/class-agentpress-taxonomies.php:257 209 #: includes/class-agentpress-taxonomies.php:343 210 #. translators: %s is for name. 203 211 msgid "Popular %s" 204 212 msgstr "" 205 213 206 #: includes/class-taxonomies.php:111 includes/class-taxonomies.php:205 207 #: includes/class-taxonomies.php:276 214 #: includes/class-agentpress-taxonomies.php:145 215 #: includes/class-agentpress-taxonomies.php:259 216 #: includes/class-agentpress-taxonomies.php:345 217 #. translators: %s is for name. 208 218 msgid "All %s" 209 219 msgstr "" 210 220 211 #: includes/class-taxonomies.php:112 includes/class-taxonomies.php:206 212 #: includes/class-taxonomies.php:277 221 #: includes/class-agentpress-taxonomies.php:147 222 #: includes/class-agentpress-taxonomies.php:261 223 #: includes/class-agentpress-taxonomies.php:347 224 #. translators: %s is for singular name. 213 225 msgid "Edit %s" 214 226 msgstr "" 215 227 216 #: includes/class-taxonomies.php:113 includes/class-taxonomies.php:207 217 #: includes/class-taxonomies.php:278 228 #: includes/class-agentpress-taxonomies.php:149 229 #: includes/class-agentpress-taxonomies.php:263 230 #: includes/class-agentpress-taxonomies.php:349 231 #. translators: %s is for singular name. 218 232 msgid "Update %s" 219 233 msgstr "" 220 234 221 #: includes/class-taxonomies.php:114 includes/class-taxonomies.php:208 222 #: includes/class-taxonomies.php:279 235 #: includes/class-agentpress-taxonomies.php:151 236 #: includes/class-agentpress-taxonomies.php:265 237 #: includes/class-agentpress-taxonomies.php:351 238 #. translators: %s is for singular name. 223 239 msgid "Add New %s" 224 240 msgstr "" 225 241 226 #: includes/class-taxonomies.php:115 includes/class-taxonomies.php:209 227 #: includes/class-taxonomies.php:280 242 #: includes/class-agentpress-taxonomies.php:153 243 #: includes/class-agentpress-taxonomies.php:267 244 #: includes/class-agentpress-taxonomies.php:353 245 #. translators: %s is for singular name. 228 246 msgid "New %s Name" 229 247 msgstr "" 230 248 231 #: includes/class-taxonomies.php:116 includes/class-taxonomies.php:210 232 #: includes/class-taxonomies.php:281 249 #: includes/class-agentpress-taxonomies.php:155 250 #: includes/class-agentpress-taxonomies.php:269 251 #: includes/class-agentpress-taxonomies.php:355 252 #. translators: %s is for name. 233 253 msgid "Add or Remove %s" 234 254 msgstr "" 235 255 236 #: includes/class-taxonomies.php:117 includes/class-taxonomies.php:211 237 #: includes/class-taxonomies.php:282 256 #: includes/class-agentpress-taxonomies.php:157 257 #: includes/class-agentpress-taxonomies.php:271 258 #: includes/class-agentpress-taxonomies.php:357 259 #. translators: %s is for name. 238 260 msgid "Choose from the most used %s" 239 261 msgstr "" 240 262 241 #: includes/class- taxonomies.php:173263 #: includes/class-agentpress-taxonomies.php:214 242 264 msgid "" 243 265 "Nice try, partner. But that taxonomy doesn't exist. Click back and try " … … 245 267 msgstr "" 246 268 247 #: includes/class- taxonomies.php:241269 #: includes/class-agentpress-taxonomies.php:306 248 270 msgid "New taxonomy successfully created!" 249 271 msgstr "" 250 272 251 #: includes/class- taxonomies.php:246273 #: includes/class-agentpress-taxonomies.php:312 252 274 msgid "Taxonomy successfully edited!" 253 275 msgstr "" 254 276 255 #: includes/class- taxonomies.php:251277 #: includes/class-agentpress-taxonomies.php:318 256 278 msgid "Taxonomy successfully deleted." 257 279 msgstr "" 258 280 259 #: includes/views/create-tax.php: 2281 #: includes/views/create-tax.php:10 260 282 msgid "Listing Taxonomies" 261 283 msgstr "" 262 284 263 #: includes/views/create-tax.php:1 1285 #: includes/views/create-tax.php:17 264 286 msgid "Current Listing Taxonomies" 265 287 msgstr "" 266 288 267 #: includes/views/create-tax.php: 15 includes/views/create-tax.php:23268 #: includes/views/create-tax.php: 78 includes/views/edit-tax.php:19289 #: includes/views/create-tax.php:21 includes/views/create-tax.php:29 290 #: includes/views/create-tax.php:92 includes/views/edit-tax.php:27 269 291 msgid "ID" 270 292 msgstr "" 271 293 272 #: includes/views/create-tax.php: 16 includes/views/create-tax.php:24273 #: includes/views/create-tax.php: 90 includes/views/edit-tax.php:33294 #: includes/views/create-tax.php:22 includes/views/create-tax.php:30 295 #: includes/views/create-tax.php:104 includes/views/edit-tax.php:41 274 296 msgid "Singular Name" 275 297 msgstr "" 276 298 277 #: includes/views/create-tax.php: 17 includes/views/create-tax.php:25278 #: includes/views/create-tax.php: 84 includes/views/edit-tax.php:27299 #: includes/views/create-tax.php:23 includes/views/create-tax.php:31 300 #: includes/views/create-tax.php:98 includes/views/edit-tax.php:35 279 301 msgid "Plural Name" 280 302 msgstr "" 281 303 282 #: includes/views/create-tax.php: 51304 #: includes/views/create-tax.php:65 283 305 msgid "Delete" 284 306 msgstr "" 285 307 286 #: includes/views/create-tax.php: 72308 #: includes/views/create-tax.php:86 287 309 msgid "Add New Listing Taxonomy" 288 310 msgstr "" 289 311 290 #: includes/views/create-tax.php: 80291 msgid "" 292 "The unique ID is used to register the taxonomy. <br />(no spaces,"293 " underscores, orspecial characters)"294 msgstr "" 295 296 #: includes/views/create-tax.php: 86 includes/views/edit-tax.php:29312 #: includes/views/create-tax.php:94 313 msgid "" 314 "The unique ID is used to register the taxonomy. (no spaces, underscores, or " 315 "special characters)" 316 msgstr "" 317 318 #: includes/views/create-tax.php:100 includes/views/edit-tax.php:37 297 319 msgid "Example: \"Property Types\" or \"Locations\"" 298 320 msgstr "" 299 321 300 #: includes/views/create-tax.php: 92 includes/views/edit-tax.php:35322 #: includes/views/create-tax.php:106 includes/views/edit-tax.php:43 301 323 msgid "Example: \"Property Type\" or \"Location\"" 302 324 msgstr "" 303 325 304 #: includes/views/create-tax.php: 95326 #: includes/views/create-tax.php:109 305 327 msgid "Add New Taxonomy" 306 328 msgstr "" 307 329 308 #: includes/views/edit-tax.php: 7330 #: includes/views/edit-tax.php:16 309 331 msgid "" 310 332 "Nice try, partner. But that taxonomy doesn't exist or can't be edited. " … … 312 334 msgstr "" 313 335 314 #: includes/views/edit-tax.php: 12336 #: includes/views/edit-tax.php:20 315 337 msgid "Edit Taxonomy" 316 338 msgstr "" 317 339 318 #: includes/views/edit-tax.php: 23340 #: includes/views/edit-tax.php:31 319 341 msgid "The unique ID is used to register the taxonomy. (cannot be changed)" 320 342 msgstr "" 321 343 322 #: includes/views/edit-tax.php:4 0344 #: includes/views/edit-tax.php:48 323 345 msgid "Update" 324 346 msgstr "" 325 347 326 #: includes/views/listing-details-metabox.php: 6348 #: includes/views/listing-details-metabox.php:12 327 349 msgid "Custom Text: " 328 350 msgstr "" 329 351 330 #: includes/views/listing-details-metabox.php: 7352 #: includes/views/listing-details-metabox.php:13 331 353 msgid "Custom text shows on the featured listings widget image." 332 354 msgstr "" 333 355 334 #: includes/views/listing-details-metabox.php: 18335 #: includes/views/listing-details-metabox.php: 34336 #: includes/views/listing-details-metabox.php:4 2356 #: includes/views/listing-details-metabox.php:24 357 #: includes/views/listing-details-metabox.php:40 358 #: includes/views/listing-details-metabox.php:48 337 359 msgid "Send to text editor" 338 360 msgstr "" 339 361 340 #: includes/views/listing-details-metabox.php:32 341 msgid "" 342 "<p><label>Enter Map Embed Code:<br /><textarea name=\"ap[_listing_map]\" " 343 "rows=\"5\" cols=\"18\" style=\"%s\">%s</textarea></label></p>" 344 msgstr "" 345 346 #: includes/views/listing-details-metabox.php:40 347 msgid "" 348 "<p><label>Enter Video Embed Code:<br /><textarea " 349 "name=\"ap[_listing_video]\" rows=\"5\" cols=\"18\" " 350 "style=\"%s\">%s</textarea></label></p>" 351 msgstr "" 352 353 #: plugin.php:33 362 #: includes/views/listing-details-metabox.php:38 363 msgid "Enter Map Embed Code:" 364 msgstr "" 365 366 #: includes/views/listing-details-metabox.php:46 367 msgid "Enter Video Embed Code" 368 msgstr "" 369 370 #: plugin.php:40 371 #. translators: %1$s is the link. 354 372 msgid "" 355 373 "Sorry, you can't activate unless you have installed <a " 356 "href=\"%s\">Genesis</a>" 357 msgstr "" 358 359 #: plugin.php:41 360 msgid "Sorry, you cannot activate without <a href=\"%s\">Genesis %s</a> or greater" 374 "href=\"%1$s\">Genesis</a>" 375 msgstr "" 376 377 #: plugin.php:62 378 #. translators: %1$s is the link and %2$s is the version. 379 msgid "" 380 "Sorry, you cannot activate without <a href=\"%1$s\">Genesis %2$s</a> or " 381 "greater" 361 382 msgstr "" 362 383 … … 366 387 367 388 #. Author URI of the plugin/theme 368 msgid "http ://www.studiopress.com/"389 msgid "https://www.studiopress.com/" 369 390 msgstr "" 370 391 -
agentpress-listings/trunk/package.json
r2106230 r2124646 29 29 "description": "AgentPress Listings is a plugin which adds a Listings custom post type for Real Estate agents.", 30 30 "author": "StudioPress", 31 "authoruri": "http ://www.studiopress.com/",32 "version": "1.3. 2",33 "license": "GPL-2.0 +",34 "licenseuri": "http ://www.gnu.org/licenses/gpl-2.0.html",31 "authoruri": "https://www.studiopress.com/", 32 "version": "1.3.3", 33 "license": "GPL-2.0-or-later", 34 "licenseuri": "https://www.gnu.org/licenses/gpl-2.0.html", 35 35 "textdomain": "agentpress-listings" 36 36 } -
agentpress-listings/trunk/plugin.php
r2106230 r2124646 7 7 * Author URI: https://www.studiopress.com/ 8 8 * 9 * Version: 1.3. 29 * Version: 1.3.3 10 10 * 11 11 * Text Domain: agentpress-listings … … 106 106 107 107 define( 'APL_URL', plugin_dir_url( __FILE__ ) ); 108 define( 'APL_VERSION', '1.3. 2' );108 define( 'APL_VERSION', '1.3.3' ); 109 109 110 110 /** Load textdomain for translation */ -
agentpress-listings/trunk/readme.txt
r2106230 r2124646 3 3 Tags: real estate, agentpress, genesis, genesiswp 4 4 Requires at least: 4.0.0 5 Tested up to: 5.2. 16 Stable tag: 1.3. 25 Tested up to: 5.2.2 6 Stable tag: 1.3.3 7 7 8 8 This plugin adds a Listings custom post type for Real Estate agents. … … 31 31 32 32 == Changelog == 33 34 = 1.3.3 = 35 * Prevent `_listing_price_sortable` meta being removed when creating new listings or saving existing ones. If listings disappeared from your archives and search results after editing them, try updating the plugin and then resaving them. 33 36 34 37 = 1.3.2 =
Note: See TracChangeset
for help on using the changeset viewer.