Changeset 3359060
- Timestamp:
- 09/10/2025 09:35:21 AM (7 months ago)
- Location:
- wp-advanced-search
- Files:
-
- 4 edited
-
tags/3.3.9.4/WP-Advanced-Search.php (modified) (2 diffs)
-
tags/3.3.9.4/readme.txt (modified) (1 diff)
-
trunk/WP-Advanced-Search.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-advanced-search/tags/3.3.9.4/WP-Advanced-Search.php
r3359057 r3359060 5 5 Description: Moteur de recherche avancé (mise en surbrillance, trois types de recherche, styles, paginations...). (<em>Plugin adds a advanced search engine for WordPress with a lot of options (three type of search, bloded request, three method for pagination, relevancy algorithm...</em>). 6 6 Author: Mathieu Chartier 7 Version: 3.3.9. 37 Version: 3.3.9.4 8 8 Author URI: http://blog.internet-formation.fr 9 9 Text Domain: wp-advanced-search … … 19 19 20 20 // Version du plugin 21 $WP_Advanced_Search_Version = "3.3.9. 3";21 $WP_Advanced_Search_Version = "3.3.9.4"; 22 22 23 23 function WP_Advanced_Search_Lang() { -
wp-advanced-search/tags/3.3.9.4/readme.txt
r3359057 r3359060 8 8 Requires at least: 2.5 9 9 Tested up to: 6.6.2 10 Stable Tag: 3.3.9. 310 Stable Tag: 3.3.9.4 11 11 12 12 Moteur de recherche complet et puissant entièrement modulable (complete and powerful search engine, fully scalable). -
wp-advanced-search/trunk/WP-Advanced-Search.php
r3182589 r3359060 5 5 Description: Moteur de recherche avancé (mise en surbrillance, trois types de recherche, styles, paginations...). (<em>Plugin adds a advanced search engine for WordPress with a lot of options (three type of search, bloded request, three method for pagination, relevancy algorithm...</em>). 6 6 Author: Mathieu Chartier 7 Version: 3.3.9. 37 Version: 3.3.9.4 8 8 Author URI: http://blog.internet-formation.fr 9 9 Text Domain: wp-advanced-search … … 19 19 20 20 // Version du plugin 21 $WP_Advanced_Search_Version = "3.3.9. 3";21 $WP_Advanced_Search_Version = "3.3.9.4"; 22 22 23 23 function WP_Advanced_Search_Lang() { -
wp-advanced-search/trunk/readme.txt
r3181648 r3359060 8 8 Requires at least: 2.5 9 9 Tested up to: 6.6.2 10 Stable Tag: 3.3.9. 310 Stable Tag: 3.3.9.4 11 11 12 12 Moteur de recherche complet et puissant entièrement modulable (complete and powerful search engine, fully scalable).
Note: See TracChangeset
for help on using the changeset viewer.