Plugin Directory

Changeset 3019484

Timestamp:
01/09/2024 07:02:08 PM (7 months ago)
Author:
hmbashar
Message:

update release 1.0.1

Location:
edu-results-publishing
Files:
64 added
3 edited

Legend:

Unmodified
Added
Removed
  • edu-results-publishing/trunk/README.md

    r3018450 r3019484  
    55**Tags:** Result, WP Result Plugin, EDU Results 
    66**Requires at least:** 4.7 
    7 **Tested up to:** 6.4.1 
    8 **Stable tag:** 1.0 
     7**Tested up to:** 6.4. 
     8**Stable tag:** 1.0 
    99**Requires PHP:** 7.0 
    1010**License:** GPLv2 or later 
     
    1818
    1919Gone are the days of manual result publication; our plugin streamlines the entire process, saving time and effort for educational institutions of all sizes. Whether you're a small school or a large university, this plugin is tailored to meet your needs.
     20
     21
    2022
    2123### **Features List**
     
    6163Thank you.
    6264
     65
     66
    6367## Frequently Asked Questions
    6468
  • edu-results-publishing/trunk/edu-results-publishing.php

    r3018450 r3019484  
    77 * Tags: Result, WP Result Plugin, EDU Results
    88 * Text Domain: edu-results
    9  * Version: 1.0
     9 * Version: 1.0
    1010 * License: GPLv2
    1111 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    352352   
    353353        // Execute the query for 'cbedu_results'
    354         $query = new WP_Query($args);
     354        $uery = new WP_Query($args);
    355355   
    356356        // Output the results
    357         if ($query->have_posts()) {
    358             while ($query->have_posts()) {
    359                 $query->the_post();
     357        if ($uery->have_posts()) {
     358            while ($uery->have_posts()) {
     359                $uery->the_post();
    360360
    361361                $collageName = get_option('cbedu_results_collage_name');
     
    367367                $rs_std_gpa = get_post_meta(get_the_ID(), 'cbedu_result_std_gpa', true);
    368368   
     369
     370
     371
     372
    369373
    370374                 // Fetch taxonomy term names
     
    468472                                    </table>
    469473                                </div><!--/ Student Information-->
     474
     475
     476
     477
     478
     479
     480
     481
     482
     483
     484
     485
     486
     487
     488
     489
     490
     491
     492
     493
     494
     495
     496
     497
     498
     499
     500
     501
     502
     503
     504
     505
     506
     507
     508
     509
     510
     511
     512
     513
     514
     515
     516
     517
     518
     519
     520
     521
     522
     523
     524
     525
     526
     527
     528
     529
     530
     531
     532
     533
     534
     535
     536
     537
     538
     539
     540
     541
     542
     543
     544
    470545                            </div>                                                   
    471546                        </div>
  • edu-results-publishing/trunk/readme.txt

    r3018460 r3019484  
    22Contributors: hmbashar
    33Donate link: https://www.buymeacoffee.com/hmbashar
    4 Tags: Result, WP Result Plugin, EDU Results
     4Tags: Result, WP Result Plugin, EDU Results
    55Requires at least: 4.7
    6 Tested up to: 6.4.1
    7 Stable tag: 1.0
     6Tested up to: 6.4.
     7Stable tag: 1.0
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    1818
    1919Gone are the days of manual result publication; our plugin streamlines the entire process, saving time and effort for educational institutions of all sizes. Whether you're a small school or a large university, this plugin is tailored to meet your needs.
     20
     21
    2022
    2123
     
    6466Thank You.
    6567
    66 https://www.youtube.com/watch?v=GS50XOJcpvA
    67 
    6868== Frequently Asked Questions ==
    6969
     
    8484Thank You.
    8585
     86
    8687
    8788= Can I customize the result fields? =
     
    95965. Results fields
    96976. Plugin Settings
     98
     99
     100
    97101
    98102== Changelog ==
     103
     104
     105
    99106
    100107= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.