Skip to content

Latest commit

 

History

History
385 lines (299 loc) · 12.1 KB

README.md

File metadata and controls

385 lines (299 loc) · 12.1 KB

Newstatpress development roadmap

SOME IDEA

  • add a page help somewhere (the help for the different %variable%,...)
  • tab construction for overview page
  • irihdate function in double with newstatpress_hdate => to clean
  • Fix number of dot of navbar in Visitors page
  • Add bot rss https://github.com/feedjira/feedjira/tree/master
  • update options use of foreach
  • change the name of widget dashboard
  • Big problem on search function
  • add Select definitions to update
  • Add a 'unique visitors' row in the overview chart
  • Add options to (de)activate single chart/graphs of overview and details
  • Generate external API interfaces
  • Add 'version' in external API
  • OPTIMIZATION : Serialize some NewStatPress options
  • Add dialog box 'database update' when plugin is updated
  • Change graph system on 'details' page
  • Add JS/Jquery on 'overview' page
  • Add database migration -> nsp_database (unique name)
  • Export database > dump sql (bkp)
  • Add option (limit results) for export function (for small memory server)
  • Add SQL format for export function ?
  • Add export data to PDF for export function
  • Add monthly overview
  • Add number of visitors online in the overview page
  • Change the email notification activation control (according enabled/disabled)
  • Add https://github.com/piwik/referrer-spam-blacklist
  • Add jQuery Vector Maps v1.5.0

1.2.5

Released date: 2016-07-xx

IMPORTANT CRITICAL UPDATE

  • Fix Stored cross-site scripting vulnerabilities, find by Han Sahin of www.SumOfPwn.nl @sumofpwn
  • Avoid direct access to pages
  • Changing path detections (not support anymore WordPress 2.x or lower)
  • fix widget variable list
  • Use javascript+ajax fo variables API
  • Remove the usage of wp_load
  • Complete name conversion
  • External API via WP Ajax
  • Fix missing 2 spider images

PLEASE

1.2.4

Released date: 2016-06-18

  • Add user message about overview loading (regarding the external api)
  • Add User information and fix display tab in Options page
  • Update Screenshot
  • Update Ip2nation definitions (16/16/2016)
  • Update fr_FR,it_IT, es_ES translation
  • Remove "Creating default object from empty value" warming
  • Add error images for an Ajax failure
  • Fix sender display bug (email notification)

1.2.3

Released date: 2016-06-12

  • Change overview loading: used the external api

1.2.2

Released date: 2016-05-28

  • Add "wpversion" into External API
  • Add Information DB in tool menu
  • Update Screenshot
  • Update readme info
  • Fix Warning message in Dashboard
  • Remove "Empty needle" warning
  • Add spider (+1)

1.2.1

Released date: 2016-04-25

  • Add Overview Meta-boxes (free ordination + open/close)
  • Add OS (+76)
  • Add Browsers (+160)
  • Add Spiders (+25)
  • Fix email notification bug (wrong schedule)
  • Fix get_currentuserinfo() deprecated function since WP4.5
  • Change img display method of OS & Browser definitions
  • Add spiders colored agent
  • Add Hide/show spiders function in agent
  • Add message to news box when def update

1.2.0

Released date: 2016-04-17

  • Fix wrong calculation of statistics variation
  • Update 'Notification boxes' behavior
  • Add OS (+34)
  • Add Browsers (+20)

1.1.9

Released date: 2016-03-21

  • Avoid the use of JQuery to prevent conflict with other themes/plugin

1.1.8

Released date: 2016-03-20

  • Add 'from' option in email notification tab
  • Add option for adding a fixed number of visits for how before use another statistic plugin
  • Add pickaday for export tool (https://github.com/dbushell/Pikaday)
  • Add filename field for export tool
  • Add file extension field for export tool
  • Add autosave function for export tool
  • Add ressources tab in Credits page
  • Fix title with spaces visualization in widget
  • Fix wrong display in Credits page
  • Update fr_FR and it_IT translation

1.1.7

Released date: 2016-02-28

  • Add Icons on database tools
  • Update cz_CZ translation thanks to Petr Janda
  • Update fr_FR translation
  • Fix Export dysfunction in database tools ('right' issue)
  • Fix Export dysfunction in database tools ('date' issue)

1.1.6

Released date: 2016-02-23

  • Fix email notification bug
  • Update it_IT translation

1.1.5

Released date: 2016-02-10

  • Double the length of email address
  • Changes hooks for emails to avoid possible conflict with other plugins

1.1.4

Released date: 2016-02-09

  • Add email notification options
  • Add Notice Message Box
  • Add OS (+6), Browsers (+5), Spiders (+197)
  • Add language flag and status on 'Credits' page
  • Add Activation of sum option for variable %mvisits%, %wvisits% and %totalvisits%
  • Add Settings link in extensions page
  • Add control routine for old WP version
  • Add Internalization for shortcode
  • Change IP detection for better results behind proxy
  • Change 'Options' Page code : major improvements
  • Change 'Credits' Page code : use of json
  • Update Spiders images (+3)
  • Update locale fr_FR, it_IT, pl-PL, es_ES
  • Fix bug for shortcode [NewStatPress: Top days]
  • Fix Memory size : >0.5 Mb free
  • Fix HTML cleanup
  • Fix Readme.txt

1.1.3

Released date: 2016-01-09

  • Fix call to % calculation
  • Change dashboard/overview call in External API

1.1.2

Released date: 2016-01-07

  • Use new Ajax call in Wordpress for dashboard
  • Fix missing row titles in dashboard in External API

1.1.1

Released date: 2016-01-06

  • Remove included jQuery script that generate activation problem. Dashboard is now to fix.

1.1.0

Released date: 2016-01-06

  • Fix API key calculation
  • Fix domain.dat manages inside nsp_visits.php (thanks to Gwss)
  • Add %monthtotalpageviews% variable (request by th3no0b)
  • Add dashboard generation via external API
  • Use full index in Dashboard queries for classical method: super speed up generation
  • Fix overview bug in total (thanks to Greg Sydney)

1.0.9

Released date: 2015-09-26

  • Adeguate for translate.wordpress.org
  • Update Readme for External API usage

1.0.8

Released date: 2015-09-19

  • Add jquery tabs for credit page
  • Updated browser definition
  • Add 2 spiders logo add missing browser images
  • Rewrite initialization to avoid Warning about Undefined variable search_phrase and searchengine
  • Updated Locale fr_FR, it_IT

1.0.7

Released date: 2015-07-11

1.0.6

Released date: 2015-07-01

IMPORTANT SECURITY UPDATE

  • Close a possible Reflected XSS attack (thanks to James H - g0blin Reserch)
  • Avoid MySQL error if erroneous input is given (thanks to James H - g0blin Reserch)

1.0.5

Released date: 2015-06-30

IMPORTANT CRITICAL UPDATE

  • Close a XSS and a SQLI Injection involeved IMG tag (thanks to James H - g0blin Reserch)

1.0.4

Released date: 2015-06-30

IMPORTANT CRITICAL UPDATE

  • Close a persistent XSS via HTTP-Header (Referer) (no authentication required) (thanks to Michael Kapfer - HSASec-Team)

1.0.3

Released date: 2015-06-23

  • Fix nsp_DecodeURL code cleanup replacement
  • Fix NewStatPress_Print missing after cleanup

1.0.2

Released date: 2015-06-21

User interface changes:

  • Added API key option in option menu
  • Added API activation option in option menu
  • Implement external API "version" (gives actual version of NewStatPress)
  • Added informations tabs in Tools menu ()
  • Updated General tab in Option menu ()
  • Updated Widgets title
  • Updated IP2nation option menu
  • Fixed Dashboard widget overflow

Core changes:

  • Fix the plugin menu view for "subscriver"
  • Fix IP2nation database installation bug
  • Remove IP2nation download function (to be more conform with WP policy)
  • Massive code cleaning to avoid conflict with others plugins
  • Added bots (+7, thanks to Nahuel)
  • Updated Locale fr_FR, it_IT

1.0.1

Released date: 2015-06-08

IMPORTANT CRITICAL UPDATE

  • Close a SQL injection (Thanks to White Fir Design for discover and communicate). Actually the old Statpress search code seems to be sanitized all.

1.0.0

Released date: 2015-05-29

Core changes:

  • Remove %installed% variable

0.9.9

Released date: 2015-05-20

IMPORTANT CRITICAL UPDATE

  • Close a XSS and a SQL injection and possible other more complex to achieve (thanks to Adrián M. F. for discover and communicate them). Those are inside the search routine from Statpress so ALL previous versions of Newstatpress are vulnerable (and maybe they are present in lot of Statpress based plugin and Statpress itself).
  • Fix missing browser images
  • Add tools for optimize and repair the statpress table
  • Updated Locale it_IT

0.9.8

Released date: 2015-04-26

  • Fix missing routine for update
  • Fix cs_CZ translation

0.9.7

Released date: 2015-04-11

User interface changes:

  • Added New option in Overview Tab : overview stats calculation method (global distinct ip OR sum of each day) (Note: online for month at the moment)
  • Added New options in General Tab : add capabilities selection to display menus, options menu need to be administrator by default
  • Added New information 'Visitors RSS Feeds' in Overview page
  • Updated Locale fr_FR, it_IT, cs_CZ

Core changes:

  • Updated OS definition
  • Updated Browser definition
  • Fixed '3 months Purge' issue

0.9.6

Released date: 2015-02-21

User interface changes:

  • Added Option page with tab navigation (use jQuery and idTabs)
  • Fixed Search page link
  • Updated Locale fr_FR, it_IT

Core changes:

  • Various fixes (global definition, function, plugin page names with nsp_ prefix, code spliting)
  • Various debug fixes (deprecated function, unset variable)
  • Fixed %thistotalvisit% in API call

0.9.5

Released date: 18/02/2015

  • Fixed PHP compatibility issue on old versions (tools page)

0.9.4

Released date: 18/02/2015

User interface changes:

  • Added Tool page with tab navigation
  • Added variable informations in Widget 'NewStatPress'
  • Fix Overview Table (CSS)
  • Updated Locale fr_FR, it_IT

Core changes:

  • Update of Widget 'NewStatPress' : code re-writed

0.9.3

Released date: 17/02/2015

  • Add Visits page with tab navigation
  • Add tab navigation in Crédits page
  • Add 'Donator' tab in Crédits page
  • Add 'visits' and 'options' links in Dashboard widget
  • Add CSS style to navbar in Visitors page
  • Add colored variation in overview table
  • Re-writed Overview function
  • Fix Duplicate INDEX when User database is updated (function rewrited)
  • Fix dashboard 'details' dead link
  • Fix navbar dead link in visitors page
  • Various code fixing
  • Api for variables (10x faster to load page with widget)
  • Changelog sort by last version
  • Update: locale fr_FR, it_IT

0.9.2

Released date: 09/02/2015

  • CSS fix, Overview fix and wp_enqueue_style compatibility fix

0.9.1

Released date: 08/02/2015

  • Activate changes of 0.8.9 in version 0.9.1 with PHP fixes

0.9.0

Released date: 07/02/2015

  • Revert to version 0.8.8 for problems with old PHP version

0.8.9

Released date: 07/02/2015

Development:

  • Add Ip2nation download function in option page
  • Add plugin homepage link, news feeds link, bouton donation in credit page
  • Add CSS style to stylesheet (./css/style.css), partially done
    • remove page
    • update page
    • credit page
  • Optimization of the option page
  • Optimization of the credit page
  • Optimization of the export page
  • Optimization of the remove page
  • Optimization of the database update page
  • Fixed 'selected sub-menu' bug
  • Fixed wrong path to update IP2nation when database is updated (/includes)
  • Add variables %yvisits% (yesterday visits) %mvisits% (month visits)
  • Fix 5 bots, add 13 new bots

Translation Update:

  • fr_FR
  • it_IT